banner left Boxtec Banner
Platzhalter BoxtecProdukteForumShopKontaktPlaygroundn/aJobs
 
 

Search

You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.

Results

wireless:wifi: 53 Hits
om/teensy/td_libs_AltSoftSerial.html #define CMD_DELAY 540 #define ESC_DELAY 685 AltSoftSerial mySP; void setup() { mySP.begin(9600); delay(CMD_DELAY); sendESC("$$$", ESC_DELAY); sendCMD("reboo... dCMD("factory RESET", 1800); sendESC("$$$", ESC_DELAY); sendCMD("set wlan rate 0", CMD_DELAY); sendCMD("set wlan ssid IHRE-WLAN-ID", CMD_DELAY); sendCMD("set wlan phrase Ihr-WLAN-Passw0rt", CMD_DE
arduino:attinyusb:helvetiny85:tutorials: 37 Hits
Pin = A1; int sensorValue = 0; void setup() { delay(500); strip.begin(); strip.show(); } void lo... trip.setBrightness(Brightness); strip.show(); delay(Speed); } // Input a value 0 to 255 to get a ... ber den Loop im Hauptprogramm. Wenn ihr die Zeile delay(500); aktiviert seht ihr, das beim testen gewisse... (ledPin, OUTPUT); digitalWrite(ledPin, HIGH); delay(200); digitalWrite(ledPin, LOW); delay(200);
helvepic32:bspi2coled:start: 27 Hits
display.display(); // show splashscreen delay(2000); display.clearDisplay(); // clear... 0, 10, WHITE); display.display(); delay(2000); display.clearDisplay(); /... estdrawline(); display.display(); delay(2000); display.clearDisplay(); /... estdrawrect(); display.display(); delay(2000); display.clearDisplay(); /
chipkit:start: 20 Hits
void loop() { digitalWrite(nP[RIGHT][2], HIGH); delay(250); digitalWrite(nP[RIGHT][2], LOW); delay(25... void loop() { sbi(pP[RIGHT][2], bP[RIGHT][2]); delay(500); cbi(pP[RIGHT][2], bP[RIGHT][2]); delay(10... T1"); Serial1.println("Hello World 3 UART2"); delay(1000); } </code> Mit diesem Code sieht man in dr... ll servo to go to position in variable 'pos' delay(25); // waits 25ms for
projekte:nn_bot: 18 Hits
= 1; // wait time if a whisker was touched long delay_time = 0; // time when pause was trigg... ; p++ ) { RandomizedIndex[p] = p ; } delay(1000); mode = 't'; // Robo motors Setup /*****... obot Starting"); digitalWrite(ledPin, HIGH); delay(200); digitalWrite(ledPin, LOW); delay(200); digitalWrite(ledPin, HIGH); delay(200); digitalWrite(ledPin, LOW); delay(200); digitalW
wireless:esp8266: 13 Hits
espInit(); } void loop() { sendIotData(); delay(15000); } void espInit() { Serial.println("AT+RST"); delay(1000); if(Serial.find("ready")) { blinkOk(); } else { blinkAlert(); } Serial.println("AT+CWMODE=1"); delay(500); Serial.println("AT+CIPMUX=0"); delay(500); // ... Serial.print(WIFIPASS); Serial.println("\""); delay(3500); if(Serial.find("OK")) { blinkOk();
arduino:attinyusb:helvetiny85: 12 Hits
PUT); } void loop() { digitalWrite(1, HIGH); delay(1000); digitalWrite(1, LOW); delay(1000); } <... gRead(sensorPin); digitalWrite(ledPin, HIGH); delay(sensorValue); digitalWrite(ledPin, LOW); delay(sensorValue); } </file> Mit dem gleichen Aufbau wollen wir jetzt die Led gezielt dimmen. Hier als... rite(ledPin,255); //Turn the pin on full (100%) delay(500); analogWrite(ledPin,128); //Turn the pin o
arduino:attinyusb:helvetiny85_3.3_v: 12 Hits
PUT); } void loop() { digitalWrite(1, HIGH); delay(1000); digitalWrite(1, LOW); delay(1000); } <... gRead(sensorPin); digitalWrite(ledPin, HIGH); delay(sensorValue); digitalWrite(ledPin, LOW); delay(sensorValue); } </file> Mit dem gleichen Aufbau wollen wir jetzt die Led gezielt dimmen. Hier al... rite(ledPin,255); //Turn the pin on full (100%) delay(500); analogWrite(ledPin,128); //Turn the pin o
helvepic32:bspi2cmatrix:start: 10 Hits
ll_bmp, 8, 8, LED_ON); matrix.writeDisplay(); delay(500); matrix.clear(); matrix.drawBitmap(0, 0... le_bmp, 8, 8, LED_ON); matrix.writeDisplay(); delay(500); matrix.clear(); matrix.drawBitmap(0, 0... al_bmp, 8, 8, LED_ON); matrix.writeDisplay(); delay(500); matrix.clear(); matrix.drawBitmap(0, 0... wn_bmp, 8, 8, LED_ON); matrix.writeDisplay(); delay(500); matrix.clear(); // clear display
helvepic32:elecfreakskit:start: 8 Hits
// turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digit... // turn the LED off by making the voltage LOW delay(1000); // wait for a second } </cod... if(digitalRead(button)==LOW){ delay(200);// wait for 200 microsecond,Avoid pressing t... d(button)==LOW){ delay(200);
motor:bidirectional_motorcontrol_arduino: 7 Hits
ballet for your robot: <code c> Move(200,-200); delay (100); // turn right for 0.1s Move(0,0); delay (500); // stop 0.5s etc. </code> The loop to accelerate, slowdown and come back is also qu... for testing. The speed of change depends on the delay. Here PWM is modified by one every 8 ms. Accelera... p() { for (v=0; v<255; v++) { Move (v,v); delay (8); } for (v=255; v>-255; v--) { Move (v,v); d
playground:playground1: 7 Hits
g than the WS2812B, but can be compatible. A 50us delay terminates the shift-in. ![APA104 protocol](apa1... e regenerated, allowing long strips, but adding a delay. ||| | --- | ---: | | <br>As said before, each c... locks and data are amplified and transmitted. The delay introduced between each LED may be noticed over v... ds to add output buffers that introduce their own delay, plus the delay of the line. Depending on the dif
helvepic32:bspservod:start: 7 Hits
degree steps { SetServoPos_decidegree(pos); delay(5); } for (pos=0; pos <= 1800; pos+=2) // use d... ee steps { SetServoPos_decidegree(1800-pos); delay(5); } for (pos=0; pos <= 180; pos++) // use deg... in 1 degree steps { SetServoPos_degree(pos); delay(25); } for (pos=0; pos <= 180; pos++) // use de... degree steps { SetServoPos_degree(180-pos); delay(25); } SetServoPos_degree(90); delay(1000); S
arduino:sleep: 6 Hits
ad(2)); Serial.println("Leg mich mal hin.."); delay(80); // Aktiviere Interrupt auf Pin2 (Interrupt... UART Interrupt im duemmsten Moment abfeuern. */ delay(40); // Setzen des Schlafmodus auf SLEEP_MODE_I... UART Interrupt im duemmsten Moment abfeuern. */ delay(50); // Setzen des Schlafmodus auf SLEEP_MODE_I... _enable(); Serial.println("Bin wieder da.."); delay(50); } </code> === Aufwachen mit Watchdog ===
helvepic32:bspi2calphanum:start: 6 Hits
arduino:attinyusb:helvetiny84:tutorials: 4 Hits
helvepic32:bspblink:start: 4 Hits
sensors:sdm-io_ultrasonic: 4 Hits
helvepic32bb:bspblink:start: 4 Hits
arduino:attiny: 3 Hits
helvepic32:bspanalog:start: 3 Hits
arduino:watchdog: 3 Hits
helvepic32bb:bspn5110:start: 3 Hits
reviews:electricimp: 2 Hits
helvepic32:bspinterrupt:start: 2 Hits
helvepic32:bspringcoderfinal:start: 2 Hits
projekte:dinoi:lego_technics: 2 Hits
helvepic32:bspservo:start: 1 Hits
helvepic32:bspuart:start: 1 Hits
helvepic32:bspgpio:start: 1 Hits
helvepic32:bspi2c:start: 1 Hits
interface:start: 1 Hits
arduino:seeeduino_lite: 1 Hits
 
 
 

zum Seitenanfang

Letzte Aktualisierung: © boxtec internet appliances · the better security products