cancel
Showing results for 
Search instead for 
Did you mean: 

How to interface STM32L432kc to esp8266

YSum
Associate
 
4 REPLIES 4

Using serial/UART connection perhaps?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal

Find USART pin RX/TX from the Nucleo 32 board, use ESP-01 module and jumper wires.

Thanks! I have linked the physical connections. However, how do I import the ESP-AT Lib

into the base code generated by CubeMX in Atollic?

You've picked two devices, it would help to have a functional understand of how to use at least one of them. Review how others have use ESP-AT Lib and ported it to assorted platforms. What does the Library say about porting, and general application of the code?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..