by Jyotsna Rajaraman | Jul 1, 2020 | Arduino Uno
MIT app inventor is a platform developed to help you expand your ideas into mobile applications that can be used throughout various devices. Arduino, as you most probably have heard of is mainly used to develop and implement many projects. When you put together the...
by Monisha Macharla | Jun 15, 2020 | Arduino Uno, Sensors
In this article, we will look at Arduino’s popular temperature sensors which are the foundation for Arduino’s entry level projects. Temperature Sensor Temperature sensors are designed to measure the temperature of an object or substance using the...
by Anmol Punetha | Jun 13, 2020 | Arduino IDE Programming, NodeMCU
Imagine if we can upload the code without using USB Cable. The data then can be transmitted “Over the air” ESP8266 OTA offers a facility of uploading the code wirelessly and this is what we call OTA updates. In this tutorial we will discuss how this...
by Anmol Punetha | Jun 13, 2020 | Arduino IDE Programming, Arduino Uno, NodeMCU
Many times you might wish to sense the temperature around you. But you can not directly use the sensor just by making the circuit and writing code. You need to use the specific library for the sensor which has many pre-defined functions used by the sensor. In this...
by Anmol Punetha | May 25, 2020 | Arduino Uno, IoT Connectivity
In this tutorial, you are going to learn firstly, about the UART protocol used in communication system. Secondly, we will also see various sensors using this protocol So, let us begin! Contents: What is UART ?Why to choose UART protocol?More FeaturesSensors based on...
by Monisha Macharla | May 25, 2020 | Arduino Uno
In this article, we are going to learn about Arduino MKR 1000. .Arduino MKR1000 is a powerful board that combines the functionality of the Zero and the Wi-Fi Shield. It is the ideal solution for makers wanting to design IoT projects with minimal previous...