Using AT commands to connect to firebase
Using AT commands to connect to firebase
Hi guys, I would like to know if it is possible to use at commands to communicate to an ESP8266 that will then log on to a Firebase database to get information. I have a processor that is already communicating to an ESP device using AT commands. I would now like to extend its functionality by being able to connect to Firebase. There are lots of examples to upload Arduino to the ESP to do that, but I want to do it via the standard AT commands since that is already part of a bigger project. Does anyone have an example of such code (The AT commands to use)? Is it possible?
-
- Posts: 25
- Joined: Mon Jun 28, 2021 4:55 am
Re: Using AT commands to connect to firebase
You can either modify the AT command firmware to add custom AT commands that extremely simplify what you want to do by handling all the APIs directly, or you need to issue AT commands and handle everything at a lower level (like setting up a connection, forming and parsing all the data uploaded and downloaded).
I guess you will need to use HTTPS so ESP32 is a much better option rather than ESP8266.
What host processor do you have?
I guess you will need to use HTTPS so ESP32 is a much better option rather than ESP8266.
What host processor do you have?
Hobbyist and electronic design consultant! (https://PCBArtists.com/)
Who is online
Users browsing this forum: No registered users and 73 guests