Amanchaturvedi 0 Posted May 9, 2018 Share Posted May 9, 2018 Hello, I want to connect cc3220 to firebase database. Earlier I was using Esp8266 with firebase-arduino library but Energia do not support this library. How can it be done on cc3200? Quote Link to post Share on other sites
Rei Vilo 695 Posted May 9, 2018 Share Posted May 9, 2018 See Porting an Arduino library to Energia at Quote Link to post Share on other sites
Amanchaturvedi 0 Posted May 9, 2018 Author Share Posted May 9, 2018 18 minutes ago, Rei Vilo said: See Porting an Arduino library to Energia at Sir, can I do the same without library? Quote Link to post Share on other sites
energia 485 Posted May 9, 2018 Share Posted May 9, 2018 I took a brief look at the library and indeed it is very ESP specific. It depends on multiple other ESP specific libraries. As far as I can see it is portable but would take some effort to port over. The Energia team unfortunately does not have the resources right now to help out with this. I would recommend to stick with the ESP as that seems to work for you. Quote Link to post Share on other sites
Amanchaturvedi 0 Posted May 19, 2018 Author Share Posted May 19, 2018 Firebase provides REST Api. Can this Api be used to post data? I tried to make a post request but it is not working. The API link is: https://firebase.google.com/docs/reference/rest/database/ Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.