monoZero Cellular IoT solution is the one of the best alternatives to the regular restricted areas entry management system. The monoZero hardware has a built-in 1WG module that supports LwM2M protocol with NIDD (Non-IP Data Delivery). Users need to insert an IoT SIM to the monoZero to make 1WG active and do cloud setup to receive and see the data. It has an SDK that makes programming simple using its own APIs, for example APIs that can send processed data as payload to the cloud.
Reed switch with monoZero is one such example where users can easily plug a magnetic reed switch to the monoZero Grove board. Add simple codes to read the switch status and add the monoZ SDK APIs to send the reed switch status as payload to the cloud.
- Reed switch is also called an inductive-magnetic sensor.
- Reed switch is a magnetic type switch, when the switch enters a magnetic field, the contact feathers will close and it provides electrical signals.
- Reed switch is used in many of the real-life applications such as magnetic door switch, laptops, smartphones etc.
- In this tutorial, we will learn about Reed Switch and guide you, how to Interface a Reed Switch with monoZero _1WG board.
HARDWARE :
1 ) Connect the monoZero Grove board on the MonoZero 1WG V3 board
2) Connect the Grove Switch on the monoZero Grove board as per the schematic given.
Things You Need :- Connect the Reed switch to the Grove board, upload the program using STM cube IDE and run the code.
- When the Reed switch enters a magnetic field, the contact feathers become closed, monoZero 1WG gives 31 as payload to the server.
- When the Reed switch is removed from a magnetic field, the contact feathers become open, monoZero 1WG gives 30 as payload to the server.
The server output:
Sample Dashboard Output :
Monitoring Entry in Restricted Areas with monoZero Cellular IoT solution :
This real time application gets the count of people entering inside a restricted area/building/exhibition hall for a particular period of time using monoZero Cellular IoT solution. We need a magnetic switch connected to monoZero 1WG. This setup can be installed at the entry of this restricted area/building/exhibition hall. Adding some code to get the count of the visitors who entered this place for a particular period of time and using the Monoz SDK APIs, monoZero sends this count as payload to the cloud. By getting this count from the cloud, the machine can limit the entry of the visitors entering into this area or to block the entrance for a particular period of time.
Home/commercial security system with monoZero Cellular IoT solution :
One of the best alternatives for the existing expensive security systems is this monoZero Cellular IoT solution. Using this monoZero Cellular IoT, monitoring of the home/commercial security system can be made more compact and efficient. monoZero board contains a built-in 1WG module and makes the system compact. For executing this application, users just need to plug a reed switch (or any similar part) to monoZero. This setup is to be installed at doors/windows that need to be monitored. Add some code to read the reed switch status and use the Monoz SDK APIs to send the reed switch status as payload to the cloud. Now monoZero Cellular IoT system can monitor the status of the doors/windows. When there is absence of people in the building and if someone tries to open the doors/windows, then the monoZero gets the status of reed switch immediately and sends this alert notification as payload to the cloud. Owner gets alert notification and can take necessary action.
Alsufiyan

Comments