Skip to content

Arduino OPTA problem #155

Closed Answered by mobizt
dburdese asked this question in Q&A
Oct 4, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Nothing is related to the library. It is the server certificate issue which it needs for server verification in OPTA.

You have to know that all Arduino device's firmware requires the server certificates for secure server connection.
 
You can update/add Google (Firebase) server root CA certificate in certificates.h before updating the firmware by follow this instruction.
https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/STM32H747_System/examples/WiFiFirmwareUpdater

The WiFiFirmwareUpdater sketch to update firmware is available from the Arduino IDE.

Go to File -> Examples -> STM32H747_System -> WiFiFirmwareUpdater

You should try it yourself.

I'm not responsible for the device…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dburdese
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mobizt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants