203 changes: 203 additions & 0 deletions 203 ports/esp32/machine_adcblock.c Original file line numberDiff line numberDiff line change @@ -0,0 +1,203 @@ /* * This file is part of the MicroPython project, http://micropython.org/
In this project the Arduino is measuring the temperature in degree Celsius (°C) and printing those readings into the Arduino Serial Plotter as shown below. This tool is very limited right now and there isn’t much you can do with it at the moment, but I hope we can see new improvement...
Based on what customers bought ESP32 S2 Mini V1.0.0 WiFi IOT Board Based ESP32-S2FN4R2 ESP32-S2 4MB Flash 2MB PSRAM MicroPython Type-C USB Options +1 $8.99 current price $8.99 More options from $7.79 ESP32 S2 Mini V1.0.0 WiFi IOT Board Based ESP32-S2FN4R2 ESP32-S...
the ESP platform can support more config options (e.g. set the mapping of SPI pins), but IMO it should remain in the platform layer, independent from the display drivers (hidden bysome_interface_send_function).
Source File: art1.py From micropython-async with MIT License 6 votes def test(): print('Test for IR receiver. Assumes NEC protocol. Turn LED on or off.') if platform == 'pyboard': p = Pin('X3', Pin.IN) led = LED(2) elif platform == 'esp8266': freq(160000000) p = Pin(...
Raspberry Pi Ecosystem with great MicroPython support XIAO ESP32-C3 Cost effective with Wi-Fi and BLE on board XIAO ESP32-S3 High-performance dev board with Wi-Fi and BLE XIAO ESP32-S3 Sense Mini camera perfect for computer vision XIAO ESP32-C6 2.4GHz Wi-Fi 6, BLE 5.0, Zigbee, and...
moduleESP32 / ESP32-C3 / ESP32-S3 Dual Type-C Development Board CORE Board ESP32-C3-DevKitM-1 ESP32-C3-MINI-1 ESP32-S3-DevKit C N16R8ESP32 LOLIN32 Lite MicroPython V1.0.0 Wifi Bluetooth Antenna ESP-32 REV1 CH340G MicroPython 4MB Micro/TYPE-C USB For ArduinoESP32-C3 Development ...
Keyestudio Smart Home IOT Kit With ESP32 Board C language And MicroPython For Arduino ESP32 STEAM Smart House DIY Electronic KitUSD 60.52/piece Keyestudio Raspberry Pi 4WD Robot Car Kit 5 Megapixels Camera Module Python Programming DIY Projects Kit For Raspberry Pi 4BUSD 59.69/piece ...
An electronic project at a local science center was showing its age, calling for a refresh: in this case, rebuilding it almost from scratch with an Arduino instead of relays. A museum exhibit called Buzzwire looks like outlines of two oversized hands giving you a high five (Figure 1). Eac...
13 # Project home: 14 # https://github.com/tuupola/micropython-ili934x 15 16 import time 17 import ustruct 18 import glcdfont 19 import framebuf 20 from micropython import const 21 22 _RDDSDR = const(0x0f) # Read Display Self-Diagnostic Result 23 _SLPOUT = const(0x11...