------------------------------------------------------------------------------------------------------------
Arduino create: https://create.arduino.cc/
Arduino Create is an integrated online platform that enables Makers and Professional Developers to write code, access content, configure boards, and share projects. Traditionally speaking, going from an idea to a fully-functional IoT device has been a tedious process even for the most advanced engineers and developers. Until now, they would have to frequently switch back and forth between various tools and screens, from IDEs to cloud services.
Regards.
- Use ESP8266-01.
- Look this part of code:
String ssid = "Simulator Wifi"; // SSID to connect to
String password = ""; // Our virtual wifi has no password (so dont do your banking stuff on this network)
String host = "nist.time.gov"; // Open Weather Map API
const int httpPort = 80;
Get time from https://nist.time.gov/
- I share this project:
to 23 november (because Tinkercad allows 336 hours), when finish that time, write me and I re-share.
- Please don´t ask to me for code because I did not create it.
--------------------------------------------------------------------------------------------------------------
- I have a tutorial about ESP8266-01 in Spanish:
http://kio4.com/arduino/57modulowifi_2.htm
Regards.
Juan Antonio Villalpando
- Original:
https://circuits.io/circuits/1437847-i2c-write-to-slave
- Share:
- Spanish tutorial Arduino I2C:
http://kio4.com/arduino/30conectardosarduinos.htm
Regards.