|
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: 37 Hits
- Modul mit dem String **AOK** beantwortet.
<code>
set wlan ssid IHRE_WLAN-SSID
set wlan phrase Ihr-WPA2-preshared_Key
set wlan rate 0
set ip dhcp 1
set comm idletimer 3
set ip host 10.10.200.3
set ip rem... ieht dann etwa so aus im Terminal:
<file>
<2.32> set wlan ssid IHRE_WLAN-SSID
AOK
<2.32> set wlan phrase Ihr-WPA2-preshared_key
AOK
<2.32> set wlan rate 0
AOK
<2.32> set ip dhcp 1
AOK
<2.32> set comm id
- reviews:electricimp: 8 Hits
- ata is received to the impee, we'll jump into the set(c) function defined within
class impeeIn extends ... UART5/7. We'll also toggle the txLed
function set(c)
{
hardware.uart57.write(c);
... mpeeOutput = OutputPort("UART In", "string"); // set impeeOutput as a string
function initUart()
{
... D.bindenv(this)); // if we're turning the LED on, set a timer to call this function again (to turn the
- projekte:nn_bot: 8 Hits
- es : 0.89 : 0.54 NN Out R Mot: 0.89 L Mot: 0.54 - Set Speed R MOT: 166 L MOT: 60
R IR: 88 L IR: 84 - IN... es : 0.74 : 0.72 NN Out R Mot: 0.74 L Mot: 0.72 - Set Speed R MOT: 120 L MOT: 115
R IR: 96 L IR: 98 - I... es : 0.73 : 0.76 NN Out R Mot: 0.73 L Mot: 0.76 - Set Speed R MOT: 118 L MOT: 129
R IR: 100 L IR: 80 - ... es : 0.81 : 0.65 NN Out R Mot: 0.81 L Mot: 0.65 - Set Speed R MOT: 142 L MOT: 93
</file>
Hier auch sch
- helvepic32:elecfreakskit:start: 7 Hits
- t value=analogRead(soil);
if(value>200){//set the default value ,you can set it then more or le... ;
#define INTNR 2
#endif
volatile int angle=90;//set the servo default angle
void setup() {
p... if
attachInterrupt(INTNR,start,FALLING);//set encodeA interrupt,this board interrupt0 is pin 2
... id setup(){
tm1637.init();
tm1637.set(BRIGHT_TYPICAL);
}
void loop(){
dht11.sta
- arduino:attinyusb:helvetiny85:tutorials: 5 Hits
- gned long previousMillis = 0
void setup() {
// set the digital pin as output:
pinMode(ledPin, OUTP... noteDuration);
// to distinguish the notes, set a minimum time between them.
// the note's du... DATE__, __TIME__));
DigiKeyboard.println("RTC set date and time!");
}
}
void loop () {
D... delay(500);
blueToothSerial.begin(57600); //Set Bluetooth BaudRate
pinMode(LED_IR_PF, OUTPUT);
- arduino:sleep: 4 Hits
- r_pin2():
attachInterrupt(0, isr_pin2, HIGH);
set_sleep_mode(SLEEP_MODE_PWR_DOWN);
sleep_mode(); ... // Setzen des Schlafmodus auf SLEEP_MODE_IDLE
set_sleep_mode(SLEEP_MODE_IDLE);
// Aktivieren der ... // Setzen des Schlafmodus auf SLEEP_MODE_IDLE
set_sleep_mode(SLEEP_MODE_IDLE);
// Aktivieren der ... ial.println("Leg mich mal hin..");
delay(80);
set_sleep_mode(SLEEP_MODE_PWR_DOWN);
sleep_enable()
- motor:bidirectional_motorcontrol_arduino: 4 Hits
- bicolor LED]] connected to pins 4 and 5. Pin 4 is set a LOW and pin 5 receive an 8-bit PWM value ( //an... the rotation, one need to put a HIGH on pin 4 and set the PWM value on pin 5 to be the complement of wh... plement since the other side of the motor must be set at high level. \\Value is hence 255-(-ls) = 255+l... k is also quite simple. Add the definitions, the set-up and the function Move() and test it.
You can
- wireless:esp8266: 3 Hits
- delay(2);
ADCSRA |= _BV(ADSC);
while (bit_is_set(ADCSRA,ADSC));
result = ADCL;
result |= ADCH<... delay(20);
ADCSRA |= _BV(ADSC);
while (bit_is_set(ADCSRA,ADSC));
wADC = ADCW;
// The offset of ... dn.boxtec.ch/pub/diverse/Espressif_AT_Instruction_Set_CN.pdf|AT Kommandos ESP7266 (Chinesisch)]]
* [[
- products:pps3005s_dc_geregeltes_und_programmierbares_labornetzgeraet: 3 Hits
- OLTAGE, --voltage VOLTAGE
Set voltage to [0-30]V
-i CURRENT, --current CURRENT
Set current to [0-5]A
-o {0,1}, --output {0,1}
S... ch output to ON/OFF [0|1]
-p PORT, --port PORT Set serial port to: [COM0-99|/dev/ttyUSB0-99]
-q, -
- playground:playground1: 3 Hits
- <br>As said before, each circuit takes the first set of clocks and data he receives for himself, not t... have the data stable when the clock edge occurs. set-up and hold time is 5 to 20 ns depending on the t... changes after e.g. 20ns, and this must match the set-up time of the next flip-flop. One needs to add o
- arduino:attinyusb:helvetiny84: 2 Hits
- y
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warn... ed it at compile time
# - from numeric vendor ID, set to Unknown otherwise
build.usb_manufacturer=
buil
- wiki:syntax: 2 Hits
- www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|Th... www.google.com or simply www.google.com - You can set
link text as well: [[http://www.google.com|This
- mqtt:start: 2 Hits
- _':
client = mqtt.Client()
client.username_pw_set("meinuser", "meinpw")
client.connect("mqtt.boxt... ient.on_message = on_message
client.username_pw_set("meinuser", "meinpw")
client.connect("mqtt.boxt
- sensors:input_multiplexer_cd4051: 1 Hits
- r2 = bitRead(count,2);
// set S0,S1,S2 to 4051
digitalWrite(s0Pin, r0);
- helvepic32bb:bspn5110:start: 1 Hits
- arduino:attinyusb:helvetiny84:tutorials: 1 Hits
- wireless:lorabee: 1 Hits
- helvepic32:bspi2calphanum:start: 1 Hits
- wireless:zigbee: 1 Hits

|