Introduction to Bolt WiFi Module

The Bolt IoT Platform consists of three major components:

  1. Bolt WiFi module
  2. Bolt Cloud
  3. Bolt Mobile App

In this article, I will share with you the specifications of the WiFi Modules and how to use them.

Here are the photos of the WiFi module:

1650

Bolt WiFi Module. Front and backside.

Bolt WiFi Module Pinouts

512

WiFi Module Pinouts

Pin Type Description
A0Analog InputThis pin comes with an ADC (Analouge to Digital Converter).
This is the only pin to which we can connect an Analouge sensor.
This is an input only pin i.e. it can only collect input. It does not give any output.
0 , 1, 2, 3, 4Digital I/O (Input and Output)You can only connect a digital sensor to this pin.
TXUART Pin
RXUART Pin
3.3VPower pin which gives a value of 3.3 volts.
5VPower pin which gives a value of 5 volts.
GNDGround pinUsed to ground and complete any circuit connection.

When you design any circuit, choose the correct pin based on your requirement. Here are few examples:

  1. If you are connecting an LDR (Light Dependent Resistor) then use the pin A0. This is because LDR is an analogue sensor and A0 is the only pin with an ADC on it.
  2. If you are connecting an LED then use any pin from 0 to 4. All these five pins are Digital I/O (Input and Output) pins. Since LED is an output device you may connect to any of these pins. Keep in mind that you cannot connect it to Pin A0 as it is an analog only pin.

What’s Next

Now that you have studied the hardware module, the next step is to learn about the cloud.