2021 Aizhi Pioneer - the core of energy control for automated houses

preface When winter comes, I wake up in the morning and don't bother to get out of bed, but for everyone's sake, I still resist the cold and risk my life to prepare this issue of articles for you. I wonder if this is worth your praise o(ยด ^ ') O. of course, after so long, I know you won't praise it if you don't see the goods. I'd better ...

Posted on Fri, 26 Nov 2021 02:08:07 -0500 by mjlogan

2021 Aizhi Pioneer - infrared learning module (air conditioner remote control)

[this article is participating in the "2021 Aizhi Pioneer - Essay Contest"] https://mp.weixin.qq.com/s/I2...prefaceTwo sensors were made before 2021 Aizhi Pioneer - human presence sensor - CSDN community and DIY smart home from scratch - intelligent light sensor based on ESP32_ Inspired desktop blog - CSDN blog As a result, control th ...

Posted on Fri, 26 Nov 2021 01:10:18 -0500 by phynias

Arduino AT24C02 detailed read and write address bits

AT24C02 detailed read and write address bits If you just read the AT24C02 document, it is very abstract and difficult to understand. Combined with program and actual communication waveform; To describe. After purchase, GND is connected by default. The address of installing AT24C02 is 0xA0 Sample program (write a character as an exa ...

Posted on Tue, 23 Nov 2021 00:01:51 -0500 by Chezshire

[Arduino development] Lesson2 NodeMCU ESP8266 establishes a network server

1. Establish a network server for esp8266 Note: by default, our browser or mobile phone uses port 80 to access the server #Include < ESP8266WiFi. H > / / this program uses the ESP8266WiFi library #Include < esp8266wifimulti. H > / / esp8266wifimulti Library #Include < esp8266webserver. H > / / esp8266webserver Librar ...

Posted on Mon, 22 Nov 2021 01:52:42 -0500 by sqlmc

2021 Aizhi Pioneer - infrared learning module (air conditioner remote control)

[this article is participating in the "2021 Aizhi Pioneer - Essay Contest"] https://mp.weixin.qq.com/s/I2s99dZpbP0QpMiKFneYJA preface Two sensors were made before 2021 Aizhi Pioneer - human presence sensor - CSDN community and DIY smart home from scratch - intelligent light sensor based on ESP32_ Inspired desktop blog - CSDN blog As ...

Posted on Sun, 21 Nov 2021 20:34:49 -0500 by natefanaro

[Arduino development] two modes of Lesson1 NodeMCU connecting the Internet of things

NodeMUC development Lesson1 1. Circuit diagram of development board GPIO: general I / O pin, corresponding to the pin corresponding to ESP8266 chip (blue in the figure) ADC: start with a, analog pin Vin: another way to power NodeMCU 3V3: provide 3.3v voltage for the outside world DigitalRead: Digital pin: as an input, it cannot ...

Posted on Sat, 20 Nov 2021 04:22:00 -0500 by john010117

Experiment 1: IC card door ban

Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it preface Out of interest, I made a small experiment of opening the door with IC card by using Internet query and my own brain, which is also the first finished product I made. The method o ...

Posted on Thu, 11 Nov 2021 15:36:43 -0500 by robinas

ARDUINO learning - Communication

Introduction to serial communication Reference article (written by the boss is very good, you can go and have a look) The serial communication supported by arduino includes UART,I2C and SPI According to the transmission direction of serial data, we can divide communication into simplex, half duplex and duplex Simplex It means that data tra ...

Posted on Mon, 25 Oct 2021 00:24:02 -0400 by cityguru

VSCode builds Arduino environment to compile ESP8266 project

1, Install VS Code Official website https://code.visualstudio.com/ , download and install directly. 2, Installing the Arduino IDE Official website https://www.arduino.cc/en/software If the official website is too slow, you can also download it elsewhere https://www.arduino.cn/thread-5838-1-1.html 3, Install ESP8266 support package in Arduin ...

Posted on Wed, 06 Oct 2021 10:48:09 -0400 by adammc