You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
interfisch 92fbaf3ceb add arguments for input and output file 2 years ago
..
testsender fix sending 2 years ago
README.md add readme for hc12 and openlog notes 2 years ago
Screenshot.png add readme 2 years ago
Timeline.pde fix long and int 2 years ago
Visualization.pde add vector for rpm and current 2 years ago
analyze.py foo 2 years ago
logdata_visualization.pde add rtc to teensy and add python logfile renamer and fixer 2 years ago
logfix.py add arguments for input and output file 2 years ago

README.md

Bobbycar OSD

This processing software can display log information from the bobbycar in realime.

It is used alongside the controller_teensy firmware. Log information is constantly printed out on one serial interface and can be written either to an sd card or transmitted via rf or bluetooth.

screenshot

OpenLog

Tutorial for OpenLog Serial SD Card logger: https://learn.sparkfun.com/tutorials/openlog-hookup-guide/configuration-file

Only works reliable on 3v3. Using 5v restarts occur (prints 12> over serial and everytime a new file is created).

my CONFIG.TXT content: 115200,26,3,0,1,1,0 baud,escape,esc#,mode,verb,echo,ignoreRX

HC12 433MHz Module

5v or 3v3. Bridge Set pin to ground and power up to enter setup mode. Use Arduino IDE to send commands via serial terminal with 9600 Baud. AT+RX shows current settings.

Use following commands to setup: AT+B115200 AT+C002

Using channel 2 instead of 1, because 1 receive didnt work with two computers.