A bunch of stuff from eBay turned up at last. I probably won't have to buy a coloured SIL header ever again. More ESP8266s. Some teeny tiny PIR modules which only have a 10mm dia. Some soil moisture sensors and some USB to ttl serial converters.
Tag archives: esp8266
Monday, 19th June 2017 - 10:46:32
Written by
on June 19, 2017 .Friday, 19th May 2017 - 08:11:42
Written by
on May 19, 2017 .Friday, 5th May 2017 - 10:07:51
Written by
on May 5, 2017 .Friday, 14th April 2017 - 14:04:00
Written by
on April 14, 2017 .I have upgraded the firmware and buck converter in the PIR plugpack project. The new code makes use of a ws2812 to display it's status. I have run the LED out on a very thin enamelled copper flywire so that I can use the inside of the PIR dome as a diffuser. It sits out of the line of sight of the pyroelectric sensor.
Sunday, 26th March 2017 - 15:06:48
Written by
on March 26, 2017 .Sunday, 9th October 2016 - 14:02:08
Written by
on Oct. 9, 2016 .I decided to unwrap these old BP Solar panels and see what they could do. I built a basic SLA charging circuit that would allow an SLA battery to be charged and to supply power to an ESP8266. This will be for use outdoors as a weather station "or something". I haven't decided yet. Mostly I just wanted to see if the solar panels that I've had for over a decade still worked.
Sunday, 24th April 2016 - 22:46:46
Written by
on April 24, 2016 .Internet Enabled Night Light. I made this out of an old wall wart and an ESP8266 SOC module. Basically took the guts out of the wall wart and replaced them with the contents of a much more modern wall wart (smaller) which left space for the ESP8266 module, the PIR sensor and other bits. The device uses MQTT to communicate trigger events and periodic measurements to a custom cloud service.
- Temperature - DHT11
- Humidity - DHT11
- Brightness - LDR (Light Dependent Resistor)
- Movement - PIR Module (DSN-FIR800)
Monday, 11th April 2016 - 09:01:21
Written by
on April 11, 2016 .Sunday, 3rd January 2016 - 20:37:10
Written by
on Jan. 3, 2016 .Sunday, 16th August 2015 - 16:01:21
Written by
on Aug. 16, 2015 .I bought a few of these cheap ESP8266-12 modules from eBay. I'm pretty impressed so far with how easy it is to get a simple web server up and running.
Key learnings:
- The module has a number of IO pins which must have set state to run and another state to flash. GPIO0 needs to be tied low to flash.
- Needs hundreds of mA - can't run from USB->RS232 converter power.
- minicom (linux) doesn't send the required CRLF to the module. Have to manually use CTRL+M, CTRL+J
- Needs to be flashed with NodeMCU firmware to use LUA
python esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ../Downloads/nodemcu_integer_0.9.6-dev_20150704.bin