board setup - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20) +--- Forum: KC868-A6 (https://www.kincony.com/forum/forumdisplay.php?fid=22) +--- Thread: board setup (/showthread.php?tid=7328) |
board setup - gyengeb - 01-06-2025 Hi, Could you please tell me which board shall I choose in arduino ide? And coul you please paste a test code to test the flash and the relay-s? Thank you. RE: board setup - admin - 01-06-2025 if you use KC868-A6, you can chose "NodeMcu32S" or "ESP32 DEV" in arduino IDE. RE: board setup - forcemeister - 01-13-2025 Does this mean that in the Arduino IDE the ESP should be visible in the dropdown for selecting the serial port? I've connected the board to my Mac (pushed the boot button on the board) and when I'm looking in the dropdown, I'm seeing the :"Unknow /dev/cu.usbserial-10" After selecting this the IDE doesn't know which type of board is presented. Could this be because there is no official serial interface connected to the ESP? I'm wondering how I can upload through the Arduino IDE on my Mac Kind regards, Matthijs RE: board setup - admin - 01-13-2025 Have you installed the ESP32 environment? here is video tour first time to use ESP32 in arduino IDE: https://youtu.be/sQUVpHliHzo RE: board setup - forcemeister - 01-15-2025 Hi ,yes I've already installed it. But there was a problem with the IDE . It didn't saw the right port. When I rebooted my computer, it gave the port another one and now it works magically. Board working like a charm! Thank you for replying! RE: board setup - admin - 01-15-2025 ok |