Search found 3 matches

by bitbang3r
Sun Jan 05, 2020 1:48 am
Forum: IDEs for ESP-IDF
Topic: How to view serial monitor in Eclipse?
Replies: 2
Views: 8607

How to view serial monitor in Eclipse?

I have an ESP32 project in Eclipse, with a "flash" Build Target. If I right-click the 'flash' build target, it successfully builds and deploys to the ESP32. If I subsequently launch 'make monitor' in MinGW32, it displays the output. HOWEVER... if I try to do the same thing while 'make monitor' is AL...
by bitbang3r
Fri Nov 15, 2019 8:51 am
Forum: Hardware
Topic: UART & pins typically used by USB bridge?
Replies: 2
Views: 6554

UART & pins typically used by USB bridge?

I have a HiLetGo Wemos Lolin32 clone with SSD1306 OLED whose pinout is exactly like this one: https://camo.githubusercontent.com/9aca7d1b63b10c2492035a0e571dc3c5f60ab61f/68747470733a2f2f616530312e616c6963646e2e636f6d2f6b662f4854423134594b735270585858585853615858587136785846585858612e6a7067 From the ...
by bitbang3r
Tue Jun 05, 2018 6:26 pm
Forum: ESP-IDF
Topic: What's the proper way to deal with multiple devices sharing an i2c bus?
Replies: 3
Views: 9370

What's the proper way to deal with multiple devices sharing an i2c bus?

I built an example project to use u8g2 via esp-idf on a lolin32 board that has an onboard SSD1306 OLED display hardwired via i2c using pins 4 and 5. As part of the setup, it uses Neil Kolban's u8g2_esp32_hal example code to initialize u8g2. The project can be seen at https://github.com/jskubick/u8g2...