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

arduino:attinyusb:helvetiny85:tutorials: 30 Hits
uino:attinyusb:neopixel_libr_maanger.png?300|}} <file> /* LedPixel Programm Example Helvetiny85 */ #i... or(0, WheelPos * 3, 255 - WheelPos * 3); } } </file> ==== Taster steuert Led (Loop/Interupt) ==== Je... ergehen weil das Hauptprogramm beschäftigt ist. <file> const int buttonPin = 0; const int ledPin = 1; ... dPin, ledState); lastButtonState = reading; } </file> Das Coding hier nutzt den Interupt <file> cons
arduino:attinyusb:helvetiny84: 21 Hits
installieren wir noch das Paket libusb-dev mit: <file> sudo apt-get install libusb-dev </file> Jetzt können wir make aufrufen <file> make </file> Das sieht dann so aus: {{:arduino:attinyusb:helvetiny... t worden. Wir prüfen jetzt mal die Version mit: <file> ./micronucleus --help </file> Wir sehen es ist ... dem Namen boards.txt im Helvetiny84 Verzeichnis: <file> menu.cpu=Processor ############################
wireless:lorabee: 21 Hits
m zusammenpassen. Folgendes habe ich definiert: <file> // Pin mapping const lmic_pinmap lmic_pins = { ... rst = 9, .dio = {2, 6, LMIC_UNUSED_PIN}, }; </file> Da ich keinen 3.3 Volt Arduino zur Hand hatte. ... ivieren. (Führende Kommentar Zeichen entfernen) <file> // This is the SX1272/SX1273 radio, which is als... HopeRF RFM95 boards. #define CFG_sx1276_radio 1 </file> Alternativ gibt es auch noch die LoRa Library:
wiki:syntax: 19 Hits
is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... needs to be added to the [[doku>entities|pattern file]]. There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be t... ples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''. This is text is indented by two spaces.
wireless:esp8266: 16 Hits
Daten direkt mit dem Prefix **+IPD** ausgegeben: <file> +IPD,1,6:201.9 OK +IPD,0,6:ON OK </file> Die Ausgabe ist wie folgt aufgeteilt: <file>+IPD,<id>,<len>,<data></file> Dabei ist **id** die ID der Ve... aktuelle Firmware abfragst:<code> AT+GMR </code><file> 00150900 </file> - Verbinde den Pin **GPIO00**... - Firmware Version prüfen<code> AT+GMR </code><file> 00160901 </file> ==== Firmware Update mit Windo
products:pps3005s_dc_geregeltes_und_programmierbares_labornetzgeraet: 12 Hits
esslich über Kommandozeilenparameter gesteuert: <file> $ ./pps3005ctl.py usage: pps3005ctl.py [-h] [-v... o {0,1}] -p PORT [-q] [-l] </file> Mit der Option **-h** wird die Hilfe ausgegeben: <file> usage: pps3005ctl.py [-h] [-v VOLTAGE] [-i CURRENT] [-o {0,1}] -p PORT [-q] ... Constantly read and output values from device </file> == Beispiel Verwendung == Um nun z.B. **5.5V**
arduino:arduino_massprogramming: 12 Hits
udev-rule to automatically upload a prepared hex file using avrdude. ===== Step 1: Get the hex file =... ded with avrdude. The easiest way to get the .hex file of your sketch is enabling verbose output in the preferences of your Arduino IDE and saving the file away for later use. If you enable verbose output,... u will see some lines similar to the ones below: <file> /home/boxtec/apps/arduino-1.0.1/hardware/tools/a
mqtt:start: 11 Hits
uitto-conf-5.html)) wie folgt erweitert werden: <file> .. password_file /etc/mosquitto/mqtt_passwd .. </file> Nun kann dass password_file mit folgendem Befehl angelegt und ein erster User //testuser// e... s)) Datei in der Mosquitto Konfiguration, z.B.: <file>acl_file /etc/mosquitto/mqtt_acl</file> In diese... seren Testserver mqtt.boxtec.ch verwendet wird: <file> # Zugriffsberechtigungen für anonyme User, falls
arduino:attinyusb:helvetiny85: 10 Hits
Einstellungen die boxtec URL eingegeben werden. <file> http://src.boxtec.ch/boardmanager/package_boxtec_index.json </file> Alternativ funktioniert auch die Digispark URL. <file> http://digistump.com/package_digistump_index.json </file> Im Board Manager kann dann die Boxtec Software installiert werde... {{:arduino:attinyusb:helvetiny85_blink.jpg?|}} <file> void setup() { pinMode(1, OUTPUT); } void loo
arduino:attinyusb:helvetiny85_3.3_v: 10 Hits
Einstellungen die boxtec URL eingegeben werden. <file> http://src.boxtec.ch/boardmanager/package_boxtec_index.json </file> Alternativ funktioniert auch die Digispark URL. <file> http://digistump.com/package_digistump_index.json </file> Im Board Manager kann dann die Boxtex Software installiert werde... {{:arduino:attinyusb:helvetiny85_blink.jpg?|}} <file> void setup() { pinMode(1, OUTPUT); } void loo
projekte:nn_bot: 10 Hits
en. Damit kann dann auch etwas gespielt werden. <file> const int PatternCount = 5; // The numbe... ss = 0.02; // Level of minimum Success </file> Meistens schaft der Arduino es in ca. 350 Train... 5 Lerndaten durch und gibt eine Fehlerrate aus: <file> Training Pattern: 0 Input: 1.00 1.00 Target... tput 0.23 0.58 TrainingCycle: 1 Error: 0.96 </file> Wenn die Fehlerrate kleiner ist als gewünscht f
wireless:wifi: 8 Hits
einem Prompt der die Firmware Version enthält: <file><2.32> </file> Standardmässig ist das WiFly Modu... t, d.h. das sieht dann etwa so aus im Terminal: <file> <2.32> set wlan ssid IHRE_WLAN-SSID AOK <2.32> s... 139:2000 NM=255.255.255.0 GW=10.10.200.1 <2.32> </file> === Erklärungen zur Konfiguration === Das Modu... , dies geschieht erst mit dem Kommando //save//: <file> <2.32> save AOK </file> Es ist auch möglich, die
projekte:dinoi:lego_technics: 8 Hits
id App zwischen den folgenden Modi entscheiden: <file> Modes: m: manual & gyro n: normal... stop) r: reset (reprogramm with ide) </file> Der Modus m ist für die richtige Fernsteuerung ... den Reset versetzt, das ist ja nicht das Ziel. <file> const int triggerReset = 7; String inputString =... t, OUTPUT); digitalWrite(triggerReset, HIGH); </file> Das reset Zeichen wird ja per Serieller Schnitt
arduino:attinyusb:helvetiny84:tutorials: 6 Hits
takt (Abnehmer) ist auf PA0 (A0) angeschlossen. <file> int sensorPin = A0; int sensorValue = 0; int led... italWrite(ledPin, LOW); delay(sensorValue); } </file> {{:arduino:attinyusb:helvetiny84:helvetiny84_fr... uino:attinyusb:neopixel_libr_maanger.png?300|}} <file> /* LedPixel Programm Example Helvetiny84 */ #i... or(0, WheelPos * 3, 255 - WheelPos * 3); } } </file> ==== Serielle Verbindung ==== Um vom Helvetiny
linux:start: 6 Hits
arduino:sleep: 6 Hits
arduino:arduino_mini04: 6 Hits
arduino:attiny: 4 Hits
arduino:attinyusb:digispark: 4 Hits
products:bluetooth_to_serial_port_module_hc-05: 2 Hits
sensors:input_multiplexer_cd4051: 2 Hits
helvepic32:start: 2 Hits
arduino:watchdog: 2 Hits
wireless:zigbee: 1 Hits
display:wiseclock: 1 Hits
 
 
 

zum Seitenanfang

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