TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139845 times)
  2. FAT32 Library (72209 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47740 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28440 times)
  9. PID Library (26989 times)
  10. microSD click (26398 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

RF Relay Control

Rating:

0

Author: Shawon Shahryiar

Last Updated: 2016-02-25

Package Version: 1.0.0.0

Category: Communication

Downloaded: 685 times

Followed by: 1 user

License: MIT license  

AVR-AVR RF communication using low cost RF modules.

https://www.youtube.com/watch?v=i6FnK8dfE74
https://www.youtube.com/watch?v=hmsoojNCE3k
https://www.youtube.com/watch?v=j92d6KPrgFM

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "RF Relay Control" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "RF Relay Control" changes.

Do you want to report abuse regarding "RF Relay Control".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Data pattern

Data pattern

Data pattern.

View full image

There are various methods for sending data between multiple MCUs. Of these the most common methods are custom UART-based protocol, Manchester code and time slotting protocol. In time slotting protocol, 1s and 0s are sent as pulses with variable on time. Logic one is represented with 2ms high followed by 1ms low while logic zero is represented as 1ms high followed by 1ms low. Thus data encoded and decoded using these infos.

When idle, most low cost 315/433MHz RF modules receive ambient RF noise and so constant on/off signals are never recognized by them. However they seem to work properly with high frequency on-off signals. To reliably send data, bursts of relatively high frequency pulses are send out before broadcasting actual data and its CRC. These trigger the receiver RF module to reduce its gain and get ready to catch up data. After responding to these sync bits actual data and CRC are retrieved. The CRC is simply the logical AND of the actual 8 bit data and 0xAA.

Time slotting techniques just like Manchester code doesn't depend on whether a MCU has a UART or not. Any I/O pin can be used and the coding for such is not too large and complex. 

ALSO FROM THIS AUTHOR

Seeedstudio Ultrathin 32x16 RGB Dot Matrix Display Demo

0

Seeedstudio Ultrathin 32x16 RGB Dot Matrix Display Demo with ATMega8L. https://www.youtube.com/watch?v=tApXtCr7wnI https://www.youtube.com/watch?v=PP5w4AmVOPk http://www.seeedstudio.com/depot/Ultrathin-16x32-RGB-LED-Matrix-Panel-p-1926.html

[Learn More]

GLCD MSGEQ7 Audalyzer (Audio Spectrum Analyzer)

0

Audio spectrum analyzer using MSGEQ7, Sparkfun sound sensor, GLCD and PIC18F4431. The code is written with CCS PIC C compiler.

[Learn More]

STM8 Microcontroller Tutorials

1

Comprehensive tutorial on STM8 microcontrollers using free COSMIC C compiler, ST Visual Develop (STVD) IDE and STM8 Discovery Boards.

[Learn More]