1. 20x4 character LCD with DS18B20 Temperature sensor
2. PIR motion sensor with DS18B20 Temperature sensor
1. Bluetooth V2.0 serial console to Andriod Tablet
2. ESP8266 Serial WiFi module
HAT EEPROM read/write demo
NRF24L01 RF module demo -- provide python program send message , need two of Pi , one use Mes.py one use Recv.py
AT command in CuteCom demo for ESP8266WiFi serial module & Bluetooth 2.0/4.0 BLE (for EDU-V2-E01 & EDU-V2-E02)
Bluetooth v2.0 HC-05 AT command in CuteCom
Bluetooth v4.0 BLE HM-10 AT command in CuteCom
ESP8266 WiFi serial module AT command in CuteCom
ESP8266 WiFi serial module AT command example
*Join Router
AT+RST
AT+CWMODE=3
AT+CWLAP ---- search WiFi Network
AT+CWJAP="your ssid","password" join your Router Spot
AT+CWJAP=? ---- check if connected successfully
Acting as a TCP Client
AT+CIPMUX=1
Specify which connection channel you wish to connect on ( 0 - 4 ), the protocol type (TCP/UDP), the IP address (or domain if you have DNS access) and the port number using the CIPSTART command:
AT+CIPSTART=4,"TCP","google.com",80
You should receive the response OK followed by Linked when the connection is open:
AT+CIPSEND=4,18
This time, instead of an “OK” response your will get a > prompt:
GET / HTTP/1.0
The module should respond with: SEND OK
The module should provide a second response once the web server responds:
+IPD,4,529:
The 4 indicates it’s data from connection channel 4 and the 529 indicates there’s 529 bytes of data. You should now see the data: