Connecting the bolt wifi module to AT89S51 micro-controller?

Is it possible to connect the bolt wifi module to AT89S51 micro-controller?

I want to collect data from AT89S51 micro-controller and send it to phone via SMS or telegram, or control it (AT89S51) remotely.

@gurumayum812

Yes, you can use the UART pins to do a serial communication between the devices. But you’ll have to manually set the serial protocol to print/send the values to Bolt Module. We only have a library for the Arduino board to do such communication directly.

The same can be done, as the bolt can also send data through UART pins.

Let me know if you have any other queries.

1 Like