Connect bolt to internet ONLY through Arduino (Not through bolt app)

i want to connect bolt’s esp8266 to internet without using bolt app or any other means but by simply writing a code in arduino containing my WIFI’s ssid and password.Is it possible?
Can esp8266 library work fine for bolt as well?

1 Like

Do not attempt to upload configuration directly from Arduino to the Bolt module, it will delete the firmware and you won’t be able to use your Bolt module anymore. Neither through bolt platform or Arduino.

Bolt is a firmware in the ESP8266 chip. sole purpose to build projects faster. If you wish to build a custom project, you can get an ESP8266 or ESP32 dev board from the market.

Tinkering with the Bolt Firmware will result in inability to use the module.