自転車走行時にたまに車が近すぎて危険を感じることがあるのでこの作品を作った。
M5Stackを使って短時間でプロトタイプを作ってみたかった。
最初にSDカードにデータを保存する予定だったがなんらかの理由でうまく行かなかったためデータをサーバに飛ばすことにした。
将来的には街づくりや交通機関と関わりがある人に役に立つと思う。
もし改良品を作るとしたら自転車の後ろにつけてセンサを斜めに向けて後方からくる車の距離と速度を測定できるようにしたい。
I made this project because sometimes drivers get way too close when I'm cycling.
I also wanted to try using the M5 Stack to make a prototype in short period of time.
I started off saving the data to an SD card but for some reason I couldn't get it to work well, so I ended up sending it to a server via a wifi hotspot.
I think this could be very useful for people working in transportation and town planning.
If I were to develop this idea further I would like to add a sensor to the back of the bicycle pointing diagonally to the rear to give the rider a warning about cars that are about to pass very close.
ToFセンサーとM5Core2をつないで車と自転車との距離を測る。
距離データをサーバーに保存する。
ハンドルにカメラをつけて動画を撮影する。
データをPythonのプログラムで動画に重ねる。
Connect ToF sensor and M5 Core2 to measure distance.
Save the distance measurements to a server
Take a video from the bicycle handlebars
Add an overlay of the data on the video