433 MHz is alive! Communicating with 433 MHz sensors using an ESP32 board and LoRa module.


https://www.electronics-lab.com/433-mhz-is-alive-communicating-with-433-mhz-sensors-using-an-esp32-board-and-lora-module/

While Matter, Bluetooth, Zigbee, and Zwave may get all the press these days, 433 MHz was the simple yet reliable technology that our sensors and devices relied on before they became popular. Given the wide range of applications for the 433 MHz, generalizations regarding the technology are likely to be oversimplified. Numerous household and automotive […]

Using the 433MHz RF Transmitter and Receiver with Arduino


https://www.electronics-lab.com/using-433mhz-rf-transmitter-receiver-arduino/

While building microcontroller based projects, there are occasions where communication will be required between two devices, either in a duplex/transceiver based operation (where both devices can transmit and receive at the same time) or in a simplex-based operation where communication is one way (Receiving device cannot transmit and the transmitting device cannot receive). Several options […]

ANTENNINO – Arduino-RF multifunction board


https://www.electronics-lab.com/antennino-arduino-rf-multifunction-board/

Antennino (the name Antennino is the combination of Antenna and Arduino) is a low-cost and low-power board based on the Atmel chip, then 100% compatible with the traditional Arduino IDE. The board integrates sensors and bus communication to get external information, as well as a wireless link to communicate with the outside. <span title=”A seconda […]

Ultrastable UHF transmitter – A super Tiny Radio Transmitter


https://www.electronics-lab.com/ultrastable-uhf-transmitter-super-tiny-radio-transmitter-can-used-spy-120-meters-away/

Dire situations require unpleasant solutions, an excellent example of this statement is spying and we have seen what the NSA has done in this regard. It goes against proper ethical character, however, it might be needed in certain circumstances. Usually, the first thing a person who wants to spy would do would be to check […]

Arduino 433Mhz RF Wireless Data Transfer


https://www.electronics-lab.com/arduino-433mhz-rf-wireless-data-transfer-2/

runtimeprojects.com has a tutorial on how to use 433Mhz modules to communicate between 2 Arduinos. The most practical and cool way of sharing data from 1 Arduino to another is by far using a radio transmitter and receiver. The simplest form of wireless transmission (I could find) is the 433Mhz ASK modules. They come in […]

433MHz wireless module configuration


https://www.electronics-lab.com/433mhz-wireless-module-configuration/

Dziku discuss how to configure a cheap 433MHz wireless module for serial communication: HC-12 are cheap 433MHz wireless serial port communication modules with a range up to 1800m in open space. Each costs about $5 when bought from China, and 2 of them can create wireless UART link that can be used, for example, to […]

HC-12 433MHz wireless serial communication module configuration


https://www.electronics-lab.com/hc-12-433mhz-wireless-serial-communication-module-configuration/

Dziku show us how to configure HC-12 wireless module using AT commands. HC-12 are cheap 433MHz wireless serial port communication modules with a range up to 1800m in open space. Each costs about $5 when bought from China, and 2 of them can create wireless UART link that can be used, for example, to transfer […]

How to do serial comms using the cheap RF 433/315 MHz modules


https://www.electronics-lab.com/serial-comms-using-cheap-ebay-rf-433315-mhz-modules/

RomanBlack.com explains in details how to use 433/315Mhz modules for serial communication. These cheap RF modules usually come in a pair, with one transmitter and one receiver. A pair can be bought on ebay for as cheap as $4, and even as cheap as $2 a pair if you buy 10 pairs. Much of the […]

How to Use Arduino and a RF 433 Long Range


https://www.electronics-lab.com/use-arduino-rf-433-long-range/

This is a tutorial on how to use a 433MHz long range transmitter/receiver with Arduino. I just explain how i have use the 433MHz RF Long Distance Transmitter / Receiver Pair and a arduino to install it on my rc truck for a firework ignition, lamp , pan tilt camera system How to Use Arduino […]

Arduino 433Mhz RF Wireless Data Transfer


https://www.electronics-lab.com/arduino-433mhz-rf-wireless-data-transfer/

Here is a tutorial on how to use 433MHz RF modules to send data from an Arduino to another. The example code transmits a message to the serial port of receiver. The most practical and cool way of sharing data from 1 Arduino to another is by far using a radio transmitter and receiver. The […]