Skip to content

Collection of microcontroller projects to remote control another device

Notifications You must be signed in to change notification settings

nm3210/RP2040RemoteControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP2040 RemoteControl

Collection of microcontroller projects to 'remote control' another device, including miscellaneous testing scripts.

These scripts are to be used within the CircuitPython framework, mostly using the RP2040 chipset. I will not be including any of the required libraries within this repo, however, they'll be linked/referenced where necessary. Most of the scripts will be prepended with main_ to facilitate renaming them to -> main.py on the device's storage (I haven't figured out a better workflow yet).

Main Projects

  • nRF24_RemoteControl: This contains the main scripts to setup boards to act as transmitter and receiver nodes of a basic remote control, sending commands from one to the other.

    This will potentially be used to control the modes of a string of lights by sending it different commands ("off", "on, white", etc.). The mechanism to select the mode may be via an accelerometer within a platonic solid (up = mode1, left side = mode3, etc).

    The receive module has been setup with an OshPark pcb to accept a Sparkfun Pro Micro with an rRF24L01 module on top of it.

    front back

    The transmit module, however, is planned to be a Sparkfun Thing Plus RP2040 so that a battery can be used (the Thing Plus features a battery input and a handful of battery related circuits onboard).

Testing & Prototyping Projects

About

Collection of microcontroller projects to remote control another device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages