esp8266

esp8266 internet switch problems

最后都变了- 提交于 2020-07-09 05:51:30
问题 I am trying to make a door relay switch system that i am able to operate from anywhere via port forwarding. I have found a very helpfull guide and code where i based my program on: https://openhomeautomation.net/control-a-lamp-remotely-using-the-esp8266-wifi-chip https://github.com/openhomeautomation/esp8266-relay I made the code a little different to reset the esp8266 after five seconds of putting the relay in high state. That all worked fine but when i accessed the port via multiple devices

ESP32 Flashing upload starts and fails with timeout

我与影子孤独终老i 提交于 2020-06-01 06:20:22
问题 I have an ESP32-WROOM, as seen here. In the Arduino IDE, I compile and verify my sketch, and then attempt an upload. I get the following error: esptool.py v2.1 Connecting........___ Chip is ESP32D0WDQ6 (revision (unknown 0xa)) Uploading stub... Running stub... Stub running... Changing baud rate to 921600 Changed. Configuring flash size... Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB Compressed 8192 bytes to 47... A fatal error occurred: Timed

ESP32 Flashing upload starts and fails with timeout

余生颓废 提交于 2020-06-01 06:19:33
问题 I have an ESP32-WROOM, as seen here. In the Arduino IDE, I compile and verify my sketch, and then attempt an upload. I get the following error: esptool.py v2.1 Connecting........___ Chip is ESP32D0WDQ6 (revision (unknown 0xa)) Uploading stub... Running stub... Stub running... Changing baud rate to 921600 Changed. Configuring flash size... Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB Compressed 8192 bytes to 47... A fatal error occurred: Timed

ESP32 Flashing upload starts and fails with timeout

徘徊边缘 提交于 2020-06-01 06:19:06
问题 I have an ESP32-WROOM, as seen here. In the Arduino IDE, I compile and verify my sketch, and then attempt an upload. I get the following error: esptool.py v2.1 Connecting........___ Chip is ESP32D0WDQ6 (revision (unknown 0xa)) Uploading stub... Running stub... Stub running... Changing baud rate to 921600 Changed. Configuring flash size... Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB Compressed 8192 bytes to 47... A fatal error occurred: Timed

Cloud Firestore REST API - Add server timestamp

不想你离开。 提交于 2020-05-24 02:52:25
问题 I'm using an Arduino with an ESP8266-01 module to upload a value to a Cloud Firestore database using the createDocument API with the following payload: { "fields": { "distance": { "integerValue": "555" } } } I do a POST-request to a route like this: https://firestore.googleapis.com/v1beta1/projects/<MY_PROJECT>/databases/(default)/documents/<SOME_COLLECTION>?key=MY_VERY_SECRET_KEY That all works, but I would like to add the server timestamp as well. I've found a few answers here on

Arduino Iot Project parseObject() failed

主宰稳场 提交于 2020-05-17 08:47:26
问题 I'm trying to control 8 channel relay with esp8266. and i've been following this tutorial on youtube https://www.youtube.com/watch?v=dLmz0xdDOLk I did exactly what the guy said. I uploaded my code to Arduino and I get a "parseObject() failed" error on the serial monitor while the code trying to parse JSON i think(not sure). I don't really understand coding much so I wonder if you guys help me out with my project.(the only thing I couldn't do was to change my web host PHP version to 5.2, I use

Arduino Iot Project parseObject() failed

十年热恋 提交于 2020-05-17 08:47:22
问题 I'm trying to control 8 channel relay with esp8266. and i've been following this tutorial on youtube https://www.youtube.com/watch?v=dLmz0xdDOLk I did exactly what the guy said. I uploaded my code to Arduino and I get a "parseObject() failed" error on the serial monitor while the code trying to parse JSON i think(not sure). I don't really understand coding much so I wonder if you guys help me out with my project.(the only thing I couldn't do was to change my web host PHP version to 5.2, I use