Search found 2 matches
- Thu Nov 28, 2019 10:54 am
- Forum: ESP-IDF
- Topic: Program ESP32 for first time - Where to start?
- Replies: 1
- Views: 2103
Program ESP32 for first time - Where to start?
Hi. I have an embedded system with ESP32 (ESP32-D2WD), connected using serial (ttyS device). I establish a connection and I've read the MAC address of the ESP using esptool.py. I thought to start with programing a basic "Hello World" program and load it to the ESP but I don't know where to start. Th...
- Tue Mar 12, 2019 5:11 pm
- Forum: General Discussion
- Topic: SOC board with ESP32, how to use it?
- Replies: 0
- Views: 2063
SOC board with ESP32, how to use it?
Hi. I'm doing a bring-up to a new soc board with esp32 on it. The esp 32 is connected using UART (tty1) and spi. UART is for the ctrl I think. My board is running Linux. It's the first time i'm using this device, and I'm not sure how I suppose to communicate with it using UART. I can open the uart d...