No shipping info available.
Set destination country to see options
Shipping to starts at
Free shipping is available to !
Ships from
This item does not ship to .
More Info
Sign up to get notified when this product is back in stock!
Overview The megaRF is a microcontrollerboard, that is compatible with the Arduino-IDE. It is based on the Atmega328P and has a RFM12 radio module to communicate wireless with other megaRF boards. P…
Read More…The megaRF is a microcontrollerboard, that is compatible with the Arduino-IDE. It is based on the Atmega328P and has a RFM12 radio module to communicate wireless with other megaRF boards.
The ATMega328P has a preloaded Arduino-bootloader, so all you need to get started is a USB-Serial adapter.
There is a simple library for the RFM12 radio module, you can find it here: https://github.com/heye/rfm12 or here: megaRF.zip
Sending and receiving data is very simple! This is an example on how to send a short text every 100ms.
void setup(){
}
void loop(){
//try to enque new packet for transmit
RF.send("wake up neo...");
//call this tick function periodically, it will take care of collision avoidance,
//start transferring packets and check if there are any received packets
RF.tick();
delay(100);
}
The following example waits for transmissions and prints the result on a serial connection.
void setup(){
//start the serial connection
Serial.begin(19200);
//register callback function
RF.onReceive(receiveEvent);
}
void loop(){
RF.tick();
delay(10);
}
void receiveEvent(void){
//print received data
Serial.println(RF.getBuffer());
}
The Atmega328 runs at 3.3V
The pins MISO, MOSI, SCK, D2 and D10 are used for communication with the radio module and should not be used in your own sketches.
Use these boards, wherever you need some wirelessly connected Arduinos, I am using them for home automation, wireless sensors, and a lot of other simple projects.
No country selected, please select your country to see shipping options.
No rates are available for shipping to .
Enter your email address if you'd like to be notified when megaRF 2.0 - arduino compatible! can be shipped to you:
Thanks! We'll let you know when the seller adds shipping rates for your country.
Shipping Rate | Tracked | Ships From | First Item | Additional Items |
---|---|---|---|---|
:
|
Quantity | Price |
---|---|
1-2 | $20.00 |
3+ | $19.00 |
No shipping info available.
Set destination country to see options
Shipping to starts at
Free shipping is available to !
Ships from
This item does not ship to .
More Info
Sign up to get notified when this product is back in stock!
By clicking Register, you confirm that you accept our Terms & Conditions
We recognize our top users by making them a Tindarian. Tindarians have access to secret & unreleased features.
We look for the most active & best members of the Tindie community, and invite them to join. There isn't a selection process or form to fill out. The only way to become a Tindarian is by being a nice & active member of the Tindie community!