SPI vs I2C
When it comes to sensors and shields, two common serial connections available are SPI and I2C, but what exactly are they? Serial Peripheral Interface…
Communication protocols — I2C, SPI, UART, MQTT, LoRa, Bluetooth, Wi-Fi. When to use which, and how to wire them up.
When it comes to sensors and shields, two common serial connections available are SPI and I2C, but what exactly are they? Serial Peripheral Interface…
For the final part of the wired communication protocols series, we are going to discuss SPI, also known as Serial Peripheral Interface.
So far we’ve talked about wireless technologies and UART communications. In this tutorial, we will talk about Inter-Integrated Circuits or I2C. I2C I2C (Inter-Integrated…
In this new series of articles, we are going to explore wired communication protocols. It will consist of 3 parts, starting with this one…
Circuitrocks has a bunch of wireless technologies available for Arduino wireless communications. Here is a short guide on how to choose the correct one…
LoRa is a wireless communication known for its long range capability. But what if the distances between sensor nodes are farther than the range…
I really love the tutorial written by JP how to use ESP32 Deep Sleep. For the beginners who are not familiar with ESP-IDF and…
The LoRa module nobody talks about. Same long-range tricks as the RFM95, lower idle current, easier to source locally. Wire to an Arduino over…
The gateway connections The LoRa module connections: The power pins (VIN and GND) are connected to the ESP32s power pins. The RFM95 modules work…
The sensor node connections The LoRa module connections: The power pins (VIN and GND) are connected to the ESP32s power pins. The RFM95 modules…
Usually we use WiFi, Bluetooth or GSM to connect our sensor devices with the world of IoT. But what if neither of that is…