MicroPython on ESP

มีโอกาสได้ลองเล่น MicroPython บน ESP โดยใช้ Jupyter Notebook มาเล่นกับ MicroPython บน ESP โดยใช้ Jupyter Notebook เพื่อรับข้อมูลจากเซ็นเซอร์ ในโพสนี้จะสรุปการเขียน code และการนำไปใช้งานครับ

1. Introduction

#ESP32

2. Installing MicroPython
3. Installing Jupyter MicroPython Kernel
4. Blinking a LED
5: Input Digital Signal
6. PWM (pulse Width Modulation)
7. Analog Input (measuring Luminosity)
8. Controlling 1-Wire Devices
9. Reading Temperature and Humidity, Using DHT Sensor
10. I2C — Using an OLED Display
11. Going Further
12. Conclusion
0
71