Close

1728 Results for "esp8266"

  • ESP8266

  • Over the next couple of months I wil try to replace the electric imp with an esp8266 and make some other revisions.
  • ESP8266

  • Built a prototype for a DHT22 and standalone ESP8266 (ESP-01) combination. Sensor values are transmitted through the MQTT server. Works quite nicely although the ESP got mysteriously stuck on one test run after a couple of hours.
  • ESP8266

  • Over the last few months I've done a lot of experimenting with the RockBlock Naked at work and it's a pretty cool unit that is easy to use. I have a bunch of documentation and code I need to tidy up and upload but overall I'm happy it will work with...
  • ESP8266

  • After the disapointment of low range with th 433Mhz modules, I have begin tinkering with a ESP8266 module. I have chosen a ESP-07 because it has an antenna connector.I connected it to a pressostat, and set up some timers in lua. I get consistent and...
  • ESP8266 received !

  • I just received a pair of ESP8266 wifi chips on a ESP-12E board. They are going to replace the NRf24L01+ / Arduino that were used to transmit infos from the cameras.I'll start porting the code right away !
  • Hello ESP8266

  • Today i got first contacts between ESP8266 and Arduino Uno.One Major drawback is, that the tx/rx is occupied by the ESP8266.So once you can't really see whats going on and second you can't flash the Arduino when connected.I added the EA DOG Shield to...
  • ESP8266 port

  • I've had a few questions about whether this project could be ported to an ESP8266. It turns out the answer is yes:This port is at a very early stage, so I'm not releasing the code just yet. It runs, but loading and saving of settings (and tapes) doesn't...
  • ESP8266 migration

  • Replaced the sensors carrying only a DHT22 with ESP8266-01 versions communicating through MQTT. Seems to be rock-steady after adding a capacitor to ensure steady power to the ESP. The third sensor needs more pins for the two temperature sensors, so it...
  • ESP8266 Arrived

  • My ESP8266 order arrived in one piece (thankfully, since they just sent it in a standard paper envelope...).Just waiting on the Microchip PIC16LF1824, which should arrive tomorrow and then I can get to work on using that to create each node. The PIC16LF1824...
  • ESP8266 update

  • I've improved (well, simplified) the ESP8266 version a little bit:The IO expander chip is not needed, so this is just an ESP826 dev board (Wemos D1 mini in this case) along with the screen, buttons, and speaker as before. Functionally, it's identical...
  • ESP8266 Fun

  • I have done quite a bit of work with my ESP8266 module, but have not gotten very far yet. For those interested in the fun of it I can fill you in obstacles I found. First off I was working with an mBed nucleo because I thought I could easy use that to...
  • ESP8266 software

  • As promised, I've uploaded the ESP8266 version here. You will need an MCP23071 I/O expander chip for this one (see previous log).Although the version in the archive targets an Adafruit Huzzah ESP8266 board specifically, the target can easily be changed...
  • The ESP8266

  • Everyone and his dog has heard of the ESP8266 by now (and if your dog hasn't, where has it been ...under a rock?). The price of the ESP8266 modules makes them pretty much irresistible to the hobby user. The fact that the documentation and API sucked...