| |
- projekte:nn_bot: 15 Hits
- Mot: 0.76 - Set Speed R MOT: 118 L MOT: 129
R IR: 100 L IR: 80 - IN R FL IR: 0.67 L FL IR: 0.60 Output ... ) {
RandomizedIndex[p] = p ;
}
delay(1000);
mode = 't';
// Robo motors Setup
/*********...
DEBUG_PRINT_VALUE(" L IR",lspeed);
// IR from -100 to +200
rspeed = constrain(rspeed,-100,200);
lspeed = constrain(lspeed,-100,200);
// Convert IR to float from 0 to 1
float f_rspeed = rspeed;
flo
- electronics:keramikkondensatoren_codes: 8 Hits
- | 3.3 pF | 4.7 pF | 6.8 pF |
^ Kondensatorcode ^ 100 ^ 150 ^ 220 ^ 330 ^ 470 ^ 680 ^
| Kondensatorwert... 151 ^ 221 ^ 331 ^ 471 ^ 681 ^
| Kondensatorwert | 100 pF | 150 pF | 220 pF | 330 pF | 470 pF | 680 pF |... 152 ^ 222 ^ 332 ^ 472 ^ 682 ^
| Kondensatorwert | 1000 pF\\ 1.0 nF | 1500 pF\\ 1.5 nF | 2200 pF\\ 2.2 n... 154 ^ 224 ^ 334 ^ 474 ^ 684 ^
| Kondensatorwert | 100 nF | 150 nF | 220 nF | 330 nF | 470 nF | 680 nF |
- arduino:attinyusb:helvetiny85:tutorials: 4 Hits
- / IMPORTANT: To reduce NeoPixel burnout risk, add 1000 uF capacitor across
// pixel power leads, add 30... errupt_time = 0;
void setup() {
GIMSK = 0b00100000; // turns on pin change interrupt
PCMSK... 1;
const int piezoPin = 0;
const long interval = 1000;
int ledState = LOW;
unsigned long previousMilli... vided by the note type.
//e.g. quarter note = 1000 / 4, eighth note = 1000/8, etc.
int noteDura
- helvepic32:elecfreakskit:start: 4 Hits
- rn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWr... urn the LED off by making the voltage LOW
delay(1000); // wait for a second
} </code>
... ==HIGH)
{
tone(buzzer,600,1000);
delay(1000);
}
}</code... digitalWrite(motor,HIGH);
delay(1000);
digitalWrite(motor,LOW);
- wireless:wifi: 4 Hits
- 13", CMD_DELAY);
sendCMD("set ip host 192.68.1.100", CMD_DELAY);
sendCMD("set ip remote 8000", CMD... dCMD("join IHRE-WLAN-ID", 6000);
sendCMD("exit",100);
}
void loop() {
//
}
void sendESC(char esc[... ation_avg = 500;
int loop_ix = 1;
long loop_sum = 10000000;
int pwm_incr = 50;
OneWire oneWire(ONE_WIR... 13", CMD_DELAY);
sendCMD("set ip host 192.68.1.100", CMD_DELAY);
sendCMD("set ip remote 8000", CMD
- helvepic32:assembly: 3 Hits
- 10 μF
* 1 Tantal 10 μF
* 3 Keramikkondensator 100 nF
* 2 Keramikkondensator 33 pF
* Stiftleiten... d:build9.jpg?800px|}}
===== Einbau Kondensatoren (100 nF)=====
{{:chipkit:build:build10.jpg?800px|}}
=... belegung der MCP Regler:
{{:chipkit:mcp_vreg.png?100|}}
{{:chipkit:build:build12.jpg?800px|}}
===== E
- wireless:esp8266: 3 Hits
- .4.1. Es weist DHCP Clients Adressen ab 192.168.4.100 zu. | ssid: "SSID"\\ pass: "Passwort"\\ chan: "Ka... d espInit() {
Serial.println("AT+RST");
delay(1000);
if(Serial.find("ready")) {
blinkOk();
... temp[6];
char vcc[8];
double _vcc = readVcc()/1000.0;
double _temp = getTemp();
dtostrf(_temp, ... int("AT+CIPSEND=");
Serial.println(ix);
delay(100);
Serial.println(databuf);
delay(500);
}
voi
- mqtt:start: 3 Hits
- {{ :undefined:mosquitto-logo-only.png?100 |Mosquitto Logo}}
====== Mosquitto MQTT message broker ======... o version 1.4.10 (build date 2017-01-22 13:37:36+0100) starting
1485093598: Using default config.
1... \
/usr/bin/aosd_cat -p 0 -x 360 -y 150 -B blue -b 100 -f 6000 -o 6000 -n "Cantarell 20" -w 1200
</code>... ge = "Testmessage" + "_" + str(random.randrange(0,100))
publish_signed(client, "user/meinuser/dsa-tes
- helvepic32:bspi2cmatrix:start: 3 Hits
- vepic32:bspi2cmatrix:led_matrix_soldered88_cr.jpg?100|}}
^ A1 ^ A0 ^ I2C Adresse ^
| offen | offen | 0x... c const uint8_t PROGMEM
smile_bmp[] =
{ B00111100,
B01000010,
B10100101,
B10000001,
B10100101,
B10011001,
B01000010,
B00111100 },
neutral_bmp[] =
{ B00111100,
B01000010,
B10100101,
B10000001,
B10111101,
B10000001,
B01000010,
B00111100 },
- sensors:sdm-io_ultrasonic: 2 Hits
- 0, timer_stop, FALLING);
t0 = micros();
delay(100);
Serial.print("Delay(us): ");
Serial.println... ing SDM-IO with Arduino
#define TIMEOUT_OVERFLOW 1000
int TrigPin = 2;
int EchoPin = 3;
unsigned long... Serial.print(" cm");
Serial.println();
delay(100);
}
</code>
===== Referenzen =====
* [[http
- arduino:attinyusb:helvetiny85_3.3_v: 2 Hits
- }
void loop() {
digitalWrite(1, HIGH);
delay(1000);
digitalWrite(1, LOW);
delay(1000);
}
</fil... analogWrite(ledPin,255); //Turn the pin on full (100%)
delay(500);
analogWrite(ledPin,128); //Turn... 3,0,255);
analogWrite(ledPin,LedValue);
delay(100);
}
</file>
==== Weitere Infos / Reviews ===
- wireless:lorabee: 2 Hits
- its into those 2 bytes. We could even multiply by 100, but that's
// beyond the sensor's accuracy anywa... 10 * DHT.temperature;
// Humidity readings are 0-100% with 2-5% accuracy, while an 8 bits
// unsigned
- chipkit:start: 2 Hits
- ay(500);
cbi(pP[RIGHT][2], bP[RIGHT][2]);
delay(100);
}
</code>
(zur Unterscheidung sind die Delays u... Serial1.println("Hello World 3 UART2");
delay(1000);
}
</code>
Mit diesem Code sieht man in drei T... void setup()
{
}
void loop()
{
for(pos = 1000; pos < 2000; pos += 10) // goes from 1ms to 2ms... p() {
lcd.setCursor(0, 1);
lcd.print(millis()/1000);
}
</code>
Noch ein Tipp: Der Poti, der über V0
- arduino:attinyusb:helvetiny85: 2 Hits
- }
void loop() {
digitalWrite(1, HIGH);
delay(1000);
digitalWrite(1, LOW);
delay(1000);
}
</fil... analogWrite(ledPin,255); //Turn the pin on full (100%)
delay(500);
analogWrite(ledPin,128); //Turn... 3,0,255);
analogWrite(ledPin,LedValue);
delay(100);
}
</file>
===== Fritzing Part =====
[[http
- arduino:attinyusb:helvetiny84: 1 Hits
- helvepic32bb:bspblink:start: 1 Hits
- arduino:seeeduino_lite: 1 Hits
- wireless:zigbee: 1 Hits
- motor:bidirectional_motorcontrol_arduino: 1 Hits
- projekte:beat_shenzhen: 1 Hits
- sensors:mq_gas_sensoren_uebersicht: 1 Hits
- helvepic32:bspblink:start: 1 Hits
- arduino:attinyusb:digispark: 1 Hits
- projekte:dinoi:lego_technics: 1 Hits
- arduino:library: 1 Hits

|