Search found 2 matches
- Wed Dec 04, 2019 12:25 pm
- Forum: General Discussion
- Topic: USART can't receive anything
- Replies: 0
- Views: 1824
USART can't receive anything
Hello guys, I have this very specific problem with ESP. I have to simulate impulses with a different microcontroller, send it to my esp32 via UART(this is something I choose myself, but I'm flexible in terms of changing to SPI or I2C if it's necessary). My problem is that I send out the data from th...
- Sat Nov 02, 2019 2:14 pm
- Forum: General Discussion
- Topic: Can anybody explain me some things about the ESP32?
- Replies: 2
- Views: 3218
Can anybody explain me some things about the ESP32?
Hello! I'm true to my name so I will have some really silly questions but this is the project I got in school. I have to transmit pulses created by an ATmega128 (my plan is to wire ATmegas' UART1 RX/TX with ESPs UART0 RX/TX) but I'm not sure how to set the UART0 only to recieve (I found an example u...