Close

68 Results for "esp8266"

  • Boosting the analog input range of the ESP8266

  • When I started testing the EMG circuit of Mumai, I used a regular Arduino to digitize the analog signal that the circuit outputs. The Arduino ADC has a 10 bit resolution and a default input range of 5 V (if not using an external analog reference). That...
  • 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...
  • 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 &...
  • 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...
  • Display modes

  • For the final log on the clock I will go into more detail on the software side. First I will briefly discuss the software architecture. Then I will explain the different display modes I developed so far. All code can be found on the GitHub repository...
  • Second Try on the Sensor

  • I finally found the motivation today to replace the distance sensor on µBob. That involved de-soldering the ESP-12 module, replacing the sensor, bending the legs just right, replacing the power switch with a smaller one, and re-soldering the ESP-12....
  • Connection issues fixed! 4 realz

  • It was the power supply all allong! Never ignore a first hunch.  More testing on the connection revealed packet losses when the roomba was docked. I wasn't expecting I could simply ping the ESP8266, but apparently you can. Whenever the roomba docked,...