Working With CC3100 And MSP432

Introduction

 
The industrial revolution has given birth to the Wireless communication over the decade and is globalizing each and every section of the world. This wireless communication created a stepping stone for IoT and Artificial Intelligence. In this article, we are going to see how to scan available mobile networks in a specified area using the MSP432 and CC3100 WiFi shield and display it in the Serial monitor of the Energia Software.
 
Requirements
  1. MSP 432 module
  2. CC3100 Wifi Shield
  3. Mobile For the hotspot
  4. Energia Software
Steps to Follow,
 
Open the Energia Software if already installed, else download it from the link below https://energia.nu
 
IoT
 
Go to Tools >> Board Manager and download the CC3100 wifi Package and MSP 432 Module package. Because the Energia may not have inbuilt packages for the WiFi programming.
 
IoT
 
Initialise the Coding by using header files for the SPI interface and WiFi. This is to interact with the wifi and command it to collect the data of the Nearby Networks.
 
IoT
 
This code will List out mobile Networks available In the local Area.
 
IoT
 
This will print the Encryption code for the mobile networks available.
 
IoT
 
Select MSP 432 board and also select ports
 
IoT
 
Open Serial Monitor and output are verified. This application can be further developed to connect with the networks available. Compile and upload the codings.
 
IoT
 
Open Serial Monitor and it will be displaying the output.
 
IoT
 

Summary

 
In this article, we learned how to work with the MSP432 module and WIFi shield to create a Network Scanning System which checks the available networks and print it in the Serial Monitor. this is a basic mobile application of the MSP432 module.