ESP8266
At one time, it was popular to hack the Amazon Dash Button and modify it into an arbitrary IoT button, and while the detection of Amazon Dash Button button pushes can be done on a PC or RaspberryPi, this is a memo on how to do it on an ESP…
Even when the power supply was connected to the ESP8266, it would not boot properly. After some research, I found an article on how to stabilize the operation of the ESP8266. ESP8266の動作が不安定なときの対策案 | なんでも独り言 ESP8266が不…
This is a memo note on how to write a program to the ESP8266 from a PC. explanation This is a memo note for myself, but I will give a brief explanation. ESP8266 is a microcontroller with WiFi communication function. Create a program on the…