I'm using this to run micropython with the latest esp32 port "esp32-bluetooth.bin". Hook in the "ssd1306 OLED" driver. Use Thonny 3.0 or higher, it now has built-in support for esp32, it's now very easy to upload and run scripts on these boards, no terminal required to transfer files. which was confusing to say the least as I have no idea what I'm doing. Copy and paste this and don't forget to paste the "ssd1306" driver on the board: machine import, ssd1306i2c = machine.I2C (scl = machine.Pin(15), sda=machine.Pin( 4))pin = machine .Pin(16, machine.Pin.OUT)pin.value(0) # set GPIO16 low to reset OLEDpin.value(1) #while OLED is running, GPIO16 must be set to higholed = ssd1306. SSD1306_I2C(128, 64, i2c)oled.fill (0)oled.text('MicroPython enabled', 0, 0)oled.text('ESP32 with', 0 , 10)oled.text('connected SSD1306', 0 , 20)oled.text('OLED', 0, 30)oled.show()
LAFVIN Super Starter Kit for Arduino R3 Mega2560 Mega328 Nano with Detailed Tutorial - Compatible with Arduino IDE
11 Review
Gikfun Screw Shield Expansion Board: Enhance Arduino UNO R3 with the EK7007 Add-On
11 Review
REXQualis Comprehensive Starter Kit with Arduino MEGA 2560 & Detailed Tutorial for Arduino IDE Compatibility
11 Review
GeeekPi Raspberry Pi Cluster Case with Cooling Fan and Heatsink for Pi 4 Model B, 3 Model B+ & 3/2 Model B
11 Review
π₯οΈ Helifouner 450-Piece Computer Standoffs Spacer Screws Kit: Ideal for Hard Drive, Motherboard, Fan, Power Graphics & Computer Cases
10 Review
MacBook Retina 13-inch (A1425, A1502) and π© 15-inch (A1398) Bottom Case Screw Set with Pentalobe Screwdriver
11 Review
36-Pack Black Rubber PC CPU/Case Fan Screws/Rivets Set for Computer
11 Review
Glarks 660 Pieces Phillips Assortment Motherboard
10 Review