Skip to content

orcsgirls/PicoRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoRadar

Various code for the Pico Radar Station Camp

Examples

This folder contains short examples how to use the indivitua components, like the ultrasonic sensor, the servo motors, the display and the buttons. Note Button A does not work in the current setup - it uses a reseved pin for CircuitPython.

Radar

This folder contains four different versions of the radar code from a simple display to buzzer and button use to the sweep radar diagram.

Coding

The Raspberry Pico uses CircuitPython and should show up like a flash drive calles CIRCUITPY on the computer. The code in the file code.py will be executed once the Pico is powered. The files are stored onm the device.

There are two convenient ways to code and communicate with the Pico and CircuitPython:

  • MuEditor - needs to be installed on your computer
  • The online editor we used in class - runs in a browser.
  • .. and there are more ways :)

Hardware

Have fun.

About

Various code for the Pico Radar Station Camp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages