A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By sunshine
#38898 I'm trying to read data from temperature sensor which is connected to lpc1768 uC and send sensor values to my phone over wifi. i am using CMSIS in my project. I'm new to ESP8266-01. My questions are
1. Is it possible to interface ESP8266-01 with lpc1768?
2. if possible, which protocol should i have to use for sending and receiving data?
User avatar
By martinayotte
#38964 Of course it is possible !
LPC1768 has several serial port.
You need to define your own protocol of serial communication, adapt your firmwares on both side to establish the link.
Personally, I've done in the past some serial bridge on ESP8266, so I was able to connect using Telnet, and provide commands to some kind of shell on the LPC1768.
User avatar
By sunshine
#38979 @ martinayotte
Thank you for your reply.
So, Can i use UART to establish communication between LPC1768 and ESP8266 ? I want ESP8266 to send data (which is collected from temperature sensor by lcp1768) over wifi to predefined IP address.

P.S sorry for my bad English :roll: