Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years ago.
LPC1768 and firebase
Hi All,
I am reading an analog input using LPC1768.I need to send the digital output to google firebase cloud.How is it possible?Can someone pls help?
1 Answer
7 years ago.
You can send data to it using the Firebase REST API. You can talk to it using mbed-http. However, due to the LPC1768 having little RAM, I have not managed to do a SSL handshake, which is required for HTTPS, so it wouldn't work on that board.