AVR Atmega 32 to esp8266

Thread Starter

Vikash Kumar Verma

Joined Jan 13, 2023
1
Dear all
I'm new to embedded and I'm stuck in my project.....can anyone help me in getting data transfer from atmega 32 to esp8266
Using uart communication or TX Rx pins of avr and nodemcu......I'm using atmel to program atmega32 and Arduino ide to upload code in nodemcu......advance tons of thanks
Code attachments and connections will be most helpful
 

geekoftheweek

Joined Oct 6, 2013
1,201
So... what do you have so far? Nobody is going to just jump right in and tell you how to do it.
The ESP8266 uart is not a good choice as it will print debugging messages from time to time. I haven't tried myself to use it for anything else and don't know for sure if all the messages can be disabled or not.
 
Top