Certification required for various purposes by diverse type of peoples. Not all the from IT background, just like with any technical works. Professionals with good cloud computing skills are in demand and a higher range of companies are now struggling to find the qualified employees. IT professionals with strong cloud computing skills will continue to be in high demand due to the rapid expansion … [Read more...]
Archives for March 2019
How to Invert Signal for Arduino (HIGH to LOW or the Reverse)
Such need is common when then need interfacing for IoT with household gadgets. Here is How to Invert Signal for Arduino (HIGH to LOW or the Reverse). One way is using some kind of relay module, which we described in our guide to interface with doorbell. This is normally a problem with devices that are active LOW. Since most devices are active HIGH, meaning they are triggered by a HIGH voltage, … [Read more...]
What is Zigbee? What Are the Differences Between LoRa and Zigbee
What is Zigbee? ZigBee is a personal-area network standard. ZigBee specification considered as an alternative to Wi-Fi and Bluetooth for some applications. Unlike LoRa and Wi-Fi, multiple central controllers can be used for Zigbee. Zigbee is the name of the specification of a set of high-level wireless communication protocols for use with low-power digital broadcasting, based on the IEEE 802.15.4 … [Read more...]
How to Interface/Connect Doorbell Switch with Arduino ESP32 Pushbutton
We have different types of doorbell projects such as Arduino doorbell with 3 LEDs, ESP32 Arduino which sends push notification on button press. We Need to Connect Our Electric or Battery Operated Doorbell With the Project to Make it Functional. Here is How to Interface/Connect Doorbell Switch with Arduino ESP32 Pushbutton. Commonly projects all over the internet ends describing from sending … [Read more...]
What is LoRa? What Are the Differences Between LoRa and WiFi
What is LoRa? What Are the Differences Between LoRa and WiFi? WiFi is limited in range, consume huge battery. LoRa is specially designed for the IoT devices. LoRa stands for Long Range. LoRa gives long-range transmissions of more than 10 km in rural areas with low power consumption. It is a patented wireless data communication technology developed in 2012. LoRa is a wireless communication standard … [Read more...]
Big Data Analytics in Internet of Things (IoT)
What is the Role of Big Data Analytics in the Internet of Things (IoT)? We can connect all the things to the cloud database & find the pattern. A voluminous amount of data have been produced since the advent of the Internet of things (IoT) devices. Data are not useful without analytics. Numerous solutions have enabled to obtain insight into large data generated by the devices. These solutions … [Read more...]
Kalman Filter to Stabilize Sensor Readings
Kalman Filter Commonly Used to Stabilize Sensor Readings. The Kalman filter reduces the errors of raw measurements, provides estimates for quantities. The Kalman filter is widely used in robotics, navigation, GPS, biomedical, electronic control circuits of ubiquitous communication systems such as radio and computer. It is a mathematical model which can be applied as a snippet. The Kalman filter is … [Read more...]
What is Deniable Encryption in Cloud Storage?
Deniable Encryption is like tit for tat. Let us as assume, you want to decipher an encrypted file of your enemy. If an encrypted file gives you wrong information, you are likely to miss it. The required effort to find the correct file will consume too much time. Deniable encryption is a type of encryption that allows to convincingly deny that usable data is encrypted or keeps no way to be able to … [Read more...]
How to Create Custom Parts for Fritzing
Fritzing is an underappreciated Free Software with own standard. Few parts are sometime missing or you simply need to create your own part or board. Fritzing breadboard view can be made far superior looking than the default look provides. Commonly peoples open some file in Fritzing, or "draw" the circuit and simply forget about it. Tinkercad looks great because the parts are nicely designed. … [Read more...]
Connecting ESP32 Arduino with DHT11 with IBM Watson IoT
Earlier, we described how to create graph on IBM Watson IoT dashboard by using the default widgets. In previous guide, we described how to use ESP32 Arduino with DHT11 sensor. Here is the Code and Diagram to Connect ESP32 Arduino with DHT11 with IBM Watson IoT and Get Odometer Like Gauges on Dashboard. For this guide, you will need : Reading the above linked guides for setup and materials … [Read more...]
ESP32 Arduino with DHT11 Sensor : Connection & Code
Here is Connection & Working Code for ESP32 Arduino with DHT11 Sensor. We will use Adafruit's libraries for DHT11 and DH22 Temperature Humidity Modules. For using DHT11, DHT21, DHT22 with non-ESP32 Arduino please read our previous guide on Arduino Temperature Humidity Sensor. For ESP32, it is mandatory to have the common required setup for Arduino IDE (ESP32 does not work with Arduino IDE out of … [Read more...]