Making Your Own Arduino Using the Atmega328PU
We’ve already tackled the schematic diagram of the famed Arduino UNO. It is now time to assemble it in your own breadboard! Here are…
// Learn electronics and microcontroller projects with Circuitrocks – tutorials for Arduino, ESP8266, ESP32, Raspberry Pi and more. Join our community.
We’ve already tackled the schematic diagram of the famed Arduino UNO. It is now time to assemble it in your own breadboard! Here are…
Circuit design always starts with a question of how to make things work. Engineers grab the nearest development boards, more often than not an…
I still can’t believe how much this board costs considering its features. If you’re tired of messy wires and would like to put on…
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…
Get deeper into the Arduino craft by looking into a reference design. In here I will get into details with the basic arduino schematic…
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…
Use an ESP32 to monitor temperature, humidity and eCO2 - then toss the data online!
Using FONA is as easy as 1, 2, 3! For newbies out there that are having a hard time adding Cellular connectivity as their…