Close

180 Results for "esp8266"

  • Modifying the ESP8266 Over-the-Air update code

  • Now that I have the proof of concept code running, it's time to modify the built in Arduino core library that handles OTA updates. The existing OTA library takes a binary object and an optional MD5 hash (to verify the upload), stores it in flash memory,...
  • Software mostly working

  • I have software controlling the ESP8266 reading data from a DHT22 and sending it via MQTT to adafruit io. It's been working stably for over 24 hours. The code is on github at https://github.com/dgr-crenshaw/cyberHiveWiFi.git The powerManagement branch...
  • Solar characterisation

  • According to https://nurdspace.nl/ESP8266#Ultra-low_power_technology in deep sleep the ESP8266 needs 33mW and ~ 660mW while transmitting, so if I can use a 95% duty cycle then the average might be 65mW. Very roughly...Again, very very roughly, because...
  • It flies, now what?

  • I'm pretty excited. The blimp flies and is as controllable as a large envelope full of helium in a drafty house can be ;) The blimp shown here is 24" diameter, 8" high. So what's different about this revision and why does it fly? Motors are spinning...
  • Remote environmental logging

  • Project tool sponsorship: I was approached by a representative from Digitspace that offered to provide some tools in return for mentioning them in a project.  I haven't done business with them as a normal customer.  The name-brand items including...
  • POWER and the 808 camera module

  • From the last log it was determined the camera module needs at least an on off switch. "Since the ESP8266  cannot boot properly with the SD card and camera attached and powered, the power line for the camera must be default off, and switchable by...
  • Uplift desk control

  • Some notes on the protocol used by the $30 desk controller.https://embedded-elixir.com/post/2019-01-18-nerves-at-home-desk-controller/https://github.com/eyadid/uplift-wifi/blob/master/ESP8266-Lua/init.luaIt's a standard user interface JCHT35K &...
  • Wifi live solar power display

  • DataThe first step was to get the solar data from my Growatt 3000MTL inverter online into pvoutput.org, which is a great tool for uploading and comparing PV data. The method for getting the data into pvoutput is beyond the scope of this project (but...
  • testing day

  • Fired up the computer and tested both the esp8266-01's they work:wdt resetload 0x40100000, len 1320, room 16 tail 8chksum 0xb8load 0x3ffe8000, len 776, room 0 tail 8chksum 0xd9load 0x3ffe8308, len 412, room 0 tail 12chksum 0xb9csum 0xb92nd boot version...
  • Some More Problems I have to fix

  • I noticed a mistake I made in the EEPROM lifespan calculation, each value is only measured every 24 hours. If I use something like an offset counter that would have to get refresh every hour but if I just clear all the values after sending them to the...