Skip to content

Radiofrequency communication with Arduino Nano and HC-12, written in C

Notifications You must be signed in to change notification settings

lukepereira/arduino-rf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ArduinoRadioFrequency

Secure and robust radio frequency communincation between two Arduino Nano boards used for general detection of signal or malfuctions.

Currently being applied to detect Anti-two-blocking malfunction in hydraulic lift system.

Transmitter:

  • Wake from powered down sleep on Boom movement
  • Use timer to send serial string updates
  • Send serial update immediately when A2B pin high
  • Powered down sleep after 20 mins of inactivity
  • Level Interrupt wakes when boom movement sensor high

Reciever:

  • Power-ON/Wake up with push-button
  • Verify update string, otherwise ignore serial
  • Decode serial message or print lost connection warning if no message recieved in time interval
  • LED1 On -> A2B Detection, LED2 On-> Transmitter battery < 25%

About

Radiofrequency communication with Arduino Nano and HC-12, written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%