Reputation: 73
I am working on an embedded project on the STM32F103rb Nucleo-64 board.
The project contains the ESP8266 Wifi Module. I write the code in the STM32CubeIDE workspace.
Is there a way to connect the ESP8266 Wifi Module to firebase through the STM32CubeIDE work environment?
Or is it not possible?
Many thanks in advance!
Upvotes: 1
Views: 1626
Reputation: 4034
Update
The highlight text provide clarification as per @ Oz Edri's comment.
Based on your comments. There are two ways to achieve what you want.
I've done both ways in my projects, I have a blog post which might give you some more details on how to implement it.
Upvotes: 2