![]() |
|
[arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=60) +--- Forum: B24M (https://www.kincony.com/forum/forumdisplay.php?fid=85) +--- Thread: [arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer (/showthread.php?tid=8370) |
[arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer - admin - 07-31-2025 Code: /*
10-oled-ssd1306.zip (Size: 1.11 KB / Downloads: 311)
BIN file (you can use esp32 download tool download to ESP32-S3 with address 0x0 then directly to use) download:
10-oled-ssd1306.ino.merged.zip (Size: 202.58 KB / Downloads: 322)
RE: [arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer - Alex1987new - 01-21-2026 (07-31-2025, 07:06 AM)admin Wrote: BIN file (you can use esp32 download tool download to ESP32-S3 with address 0x0 then directly to use) download: Can you tell please: 1) I already have a B24M firmware for ESPhome onboard my B24M. At the same time I should only download a bin file (adding to my existing firmware)? 2) How can I print on the screen data from DHT22 (temperature and humidity)? where I can take code for these issue? RE: [arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer - admin - 01-21-2026 1. Yes, just download KCS v3 firmware by usb-c cable. here is KCS v3 online guide: https://www.kincony.com/how-to-use-kcsv3-firmware-esp32-board.html 2. after you downloaded KCS v3 firmware, add the DHT22 and enable show in display option. here is photo.
RE: [arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer - Alex1987new - 01-22-2026 (01-21-2026, 11:15 PM)admin Wrote: 1. Yes, just download KCS v3 firmware by usb-c cable. here is KCS v3 online guide: https://www.kincony.com/how-to-use-kcsv3-firmware-esp32-board.html But I dont want KCS firmware, I am ascking about ESPhome firmware, already installed via yaml file. Can I add bin file to my ESPhome firmware? The DHT22 displaing alsow about ESPhome firmware ![]() thanks) RE: [arduino code examples for B24M]-10 Print TEXT on SSD1306 OLED displayer - admin - 01-22-2026 if you using ESPhome, just download ESPHome firmware, not need download KCS firmware. if you want show temperature value on SSD1306, please see ESPHome online guide: https://esphome.io/components/display/ssd1306/ there is an example about show voltage on SSD1306, you can chnage it: https://www.kincony.com/forum/showthread.php?tid=3088 |