CoolNamesAllTaken / radar-speed-sign

How much zoom is too much zoom?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radar-speed-sign

How much zoom is too much zoom?

Radar speed sign mounted to my wall

This is a DIY radar speed sign based on an HB100 doppler radar sensor and a cheap microcontroller (originally an Arduino Nano, now a Pi Pico). The detection range with the stock HB100 antenna is too short for reading speeds of cars, but works well for pedestrians at close range!

This repository includes firmware for both the original project, which used Arduino (C++), and the updated kit version of the project, which runs MicroPython on a Pi Pico. PCB design and fabrication files are also included. Have fun!

Project Writeup

Electronics Kit Store Link

Software (Python)

Note: Radar speed sign kits ship with a Pi Pico that has been pre-flashed with MicroPython and the latest version of the Pico Radar Speed Sign firmware. Follow the instructions below for updating to new versions of the Pico Radar Speed Sign firmeware or for flashing a Pi Pico from scratch.

Setting up MicroPython

First time setup with a blank Pi Pico? Follow these instructions!

Updating Firmware

Firmware in the code/pico_radar_speed_sign directory can be uploaded to the Pi Pico using Thonny or the Pico W-Go Extension for VSCode. If uploading code using VSCode, open the code/pico_radar_speed_sign directory with VSCode in order to automatically use the settings configured in the .vscode directory and the .micropico file.

Software (Arduino C++)

The original radar speed sign used code written in Arduino C++. This can be found in the code/radar_speed_sign directory, and is intended to be edited using the PlatformIO extension for VSCode.

About

How much zoom is too much zoom?


Languages

Language:G-code 90.7%Language:HTML 6.1%Language:CSS 1.5%Language:PHP 0.7%Language:C++ 0.3%Language:C 0.3%Language:Python 0.2%Language:CMake 0.1%Language:Makefile 0.1%Language:Hack 0.0%Language:Shell 0.0%