How to use a MAX232 with Arduino based PLC Dec 11, 2018 Introduction This post it is showed how to connect a Max3232 to an M-Duino PLC family. Max3232 has two lines of RS-232 communication and their respective two channels of TTL and also power supply pins... ArduinoIDE EthernetPLC RS232 TTL Read more
How to connect a Bluetooth module to an Arduino based PLC Dec 11, 2018 Introduction This post it is showed how to connect a Bluetooth module, HC-05 on this example, to an Arduino based PLC. With all the Industrial Shields equipment it’s possible to add a Bluetooth module... ArduinoIDE Communication EthernetPLC bluetooth Read more
Software for IoT Solutions Dec 11, 2018 Introduction This post it is showed different software that can be used as an IoT solutions with the Industrial Shields equipment. Description Firmata: Firmata is a protocol to communicate between Mic... 20IOs Communication EthernetPLC IoT PanelPC Read more
An introduction to Azure IoT Solution Dec 10, 2018 Introduction In this post, it will be shown the simplest idea of the Azure IoT framework Description Azure IoT Platform is a combination of backend software and databases that are thought to manage th... Azure IoT PanelPC framework Read more
An introduction to Node-Red Dec 10, 2018 Description Node-Red is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It is very intuitive, easy and fast-programming. It is an excelle... IoT Node-Red PanelPC framework Read more
An introduction to Wolkabout Dec 10, 2018 Description Wolkabout IoT Platform is a combination of backend software and databases that are thought to manage the devices and applications of a company. As the developers say Wolkabout is the “Hear... IoT PanelPC Wolkabout framework Read more
An introduction to Proview Dec 10, 2018 ProView is an Open Source Process Control System that is commonly programmed graphically. This graphical interface provides very intuitive, easy and fast programming. It can also be programmed with hi... IoT PanelPC Proview framework Read more
HummingTouch - Password and how to change it Dec 10, 2018 Introduction On this post it is shown how to change the default password of your Linux HummTouch Panel PC system. The default password of HummTouch is: User: HB Password: hummingboard Implementation C... PanelPC Read more
Arduino GPRS SimCom - Sim900 - quadband - GMS Shield Dec 10, 2018 Introduction This post it is showed the basics to work with GPRS SIMCOM SIM900 quad band GSM shield fully compatible with Arduino. Requirements Ethernet or 20 I/Os PLC: Ethernet PLC 20 I/Os PLC Indust... ArduinoIDE Communication EthernetPLC GPRS SIM Read more
How to create a server TCP on an Arduino based PLC. Dec 10, 2018 Introduction This post is showed how to create a server TCP on an Arduino based PLC. Requirements Ethernet or 20 I/Os PLC: Ethernet PLC 20 I/Os PLC Industrial Shields boards: Industrial Shields Boards... ArduinoIDE Ethernet EthernetPLC TCP/IP TCPserver Read more
How to read time on Arduino IDE Dec 10, 2018 Introduction In this post, it will be seen how to read the time since the Arduino based PLC board began running with the function millis(). Basically this function return the number of milliseconds si... 20IOs ArduinoIDE EthernetPLC arduino Read more
How to calculate the value raised to a power with Arduino IDE Dec 10, 2018 Introduction In this post, it will be seen how to calculate the value raised to a power. Basically, this function takes a number(base) and it raises to another number(exponent). The function for calcu... 20IOs ArduinoIDE EthernetPLC arduino Read more