ESP8285 | ESP8285 Development Board
kandi X-RAY | ESP8285 Summary
kandi X-RAY | ESP8285 Summary
Collection of sketches for the ESP8285 Development Board available on Tindie for $19.95. With light sleep mode enabled the average current consumption drops from ~20 mA with modem sleep (default) to around 10 mA at a five second wifi broadcast period. This is small enough that the device can continuously broadcast for more than 24 hours on a small 300 mAH LiPo battery. The current draw is large enough that the temperature reading of the BME280 will typically be a few degrees above the actual ambient air temperature.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ESP8285
ESP8285 Key Features
ESP8285 Examples and Code Snippets
Community Discussions
Trending Discussions on ESP8285
QUESTION
I am looking to create a standalone webserver using the Wemos D1 Mini Lite (this is the only wifi microcontroller I have and cant afford a different one atm).
I know SPIFFS works with ESP32 chips, but can I use it with ESP8285 chips?
Looking to have HTML and CSS for the webserver, with JS scripts to run functions (At the moment only functionality is turning LEDs off and on), all uploaded to the Wemos and run from that.
HTML CODE
...ANSWER
Answered 2021-May-11 at 02:15QUESTION
I want to store WiFi-credentials and some other configurations on the flash/EEPROM of my ESP8285.
I will receive Strings from an webserver input field. I wrote a little test code to figure out if the storing and converting works. Turns out it doesn't. I cant figure out how to convert a char array to a byte array and neglecting some characters like the ":" when I want to store a MAC-address. Storing SSID, passphrase and channel works well but MAC-address not.
Here is my code snippet when writing to the EEPROM:
...ANSWER
Answered 2019-Dec-20 at 01:31If I understood correctly you want to store the new SSID and password from the webserver. I've made a big project last year and created a WiFi Manager myself.I just found the librarie I created and here is how I do to upload the new SSID and pwd to the EEPROM. I hope this helps in your problem.
QUESTION
In file included from C:\Users\Mypc\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:22:0,
...ANSWER
Answered 2019-Feb-25 at 01:40The ArduinoJson library needs to be installed. From https://github.com/FirebaseExtended/firebase-arduino:
FirebaseArduino now depends on ArduinoJson library instead of containing it's own version of it. Please either use Library Manager or download specific version of the library from github. We recommend that ArduinoJson is at least version 5.13.1
Note that the latest version of ArduinoJson is not compatible with FirebaseArduino so you should stick to the 5.13.x release.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ESP8285
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page