Skip to content

Projects for IoT and Industry 4.0, including Temperature Monitoring and ANDON Software for Production Lines.

License

Notifications You must be signed in to change notification settings

HorselessName/iot-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IoT Projects for Research and Development

This repository holds multiple projects done for studying and researching.

Current Projects in the Repository

  • Temperature Monitoring
  • Automated Toyota ANDON Production software

About/Deploying the Softwares

Temperature Monitoring

For the Temperature Monitoring project, you will need a ESP8266 Arduino and a BMP180 sensor. After getting those hardwares, just compile the project inside the ESP and install it.

It creates a REST API with informations about Temperature and some other things. Useful in scenarios of Data Centers, Farms, Medical Storages, etc.

The modules you need for this project to compile correctly, are:

Automated Toyota ANDON Software

For this you will need a ESP8266 and electrical devices for buttons, alerts and signals. Since this goes beyond code, you can take a read at this document that explain briefly on how the ANDON concept works.

It is basically doing a logic of getting electrical signals from physical buttons, and communicating with a external API that handles its requests and the IoT flow of messages using a low-profile network protocol called MQTT, and it's Broker, which is called MQTT Broker.

For this fully to work, you will need:

The REST API part is a bit more complicated. Here are some useful links that can help you understand its architecture a little better, and also help you choose your language/library of choice:

There are others out there, but you need to do a quick search.

About

Projects for IoT and Industry 4.0, including Temperature Monitoring and ANDON Software for Production Lines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages