A place for all the arduino code I write.
Go to file
Starbeamrainbowlabs 11608c4dcf
Add sizeof test
2018-07-06 17:18:52 +01:00
Blink Add blink mini-project 2016-09-25 13:57:15 +01:00
Examples Format HullPixelbot Dance code 2017-07-22 15:11:00 +01:00
I2cScanner Add missing \r in I2C scanner 2017-08-13 14:29:55 +01:00
SizeOfTest Add sizeof test 2018-07-06 17:18:52 +01:00
deepsleep Add ESP deep sleep test 2018-04-20 22:40:43 +01:00
dht22 Try to figure out how to interface with the DHT22, but it's not working right yet. 2018-05-01 21:37:53 +01:00
eeprom Add eeprom tests 2018-04-27 23:16:29 +01:00
eeprom-search Add eeprom tests 2018-04-27 23:16:29 +01:00
flashLed Corect circuit order in comment 2016-07-02 15:02:36 +01:00
soil-sensor Test soil sensor 2018-05-13 15:40:42 +01:00
.gitmodules Try to figure out how to interface with the DHT22, but it's not working right yet. 2018-05-01 21:37:53 +01:00
LICENSE initial commit 2016-07-01 09:59:44 +01:00
README.md Add Connect With WPA tutorial 2016-09-03 09:32:22 +00:00

README.md

arduino

A place for all the arduino code I write.

Useful Resources

  • Connect with WPA - What seems like a reasonaly good tutorial on how to get a Wemos to connect via WiFi. We'll need a TCP tutorial later on down the line though.