Header banner
Revain logoHome Page
Kristen Lopez photo
1 Level
535 Review
0 Karma

Review on πŸ“‘ HiLetgo ESP32 OLED WiFi Kit - Internet Development Board for Arduino ESP8266 NodeMCU with 0.96 Inch Blue OLED Display, WiFi, Bluetooth, and CP2012 by Kristen Lopez

Revainrating 5 out of 5

Pretty cool, best in computer components

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()

Pros
  • availability
Cons
  • unreliable