Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Example project: 433MHz/315MHz receiver with the Arduino framework

NotificationsYou must be signed in to change notification settings

vi7/arduino-rx-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

433MHz/315MHz receiver test with the PlatformIO and Arduino framework

Boards:

  • Arduino UNO
  • Digispark ATTiny85 USB clone (LED on PB1)

    Tested with non-default CPU frequencies 1, 8 and 16MHz. Default 16.5MHz feels to be the most stable due to being calibrated precisely by the micronucleus,while 1MHz has the most unstable receiving which probably could be fixed by adding antenna to the receiver module or otherwise by oscillator calibration.

  • Wemos D1 Mini (ESP8266)

Radio hardware:

  • Preferred: WL101-341 433MHz superheterodyne receiver and WL102-341 transmitter.
  • Cheapest: MX-RM-5V 433MHz ASK OOK super regenerative receiver and FS1000A transmitter
  • RFM83C superheterodyne receiver

Tips to improve transmit/receive distance:

  • Considercoil loaded antenna solution
  • FS1000A transmitter can use anything from 3.3V to 12V. Increasing voltage will increase transmit distance. If you are using voltage regulator, attach transmitter directly to the battery. Receivers needs 5V, it doesn't work on 3.3V unless otherwise is mentioned in specs
  • For WL101-341 and WL102-341 use bundled antennas (short for TX, long for RX).

Development

UART (Serial)

Digispark ATTiny85

Digistump dtiny coreTinyDebugSerial overridesSerial and uses:

  • PB3 as TX for CPU frequencies <= 8MHz
  • PB2 as TX for other frequencies

SeeTinyDebugSerial.h for the details

Generic ATtiny85

SpenceKonde tiny coreTinySoftwareSerial overridesSerial and uses:

  • AIN0 (PB0) as TX
  • AIN1 (PB1) as RX

About

Example project: 433MHz/315MHz receiver with the Arduino framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp