Commit Graph

13 Commits

Author SHA1 Message Date
fbd9bccfa9
Dump board files 2021-05-09 13:03:27 +03:00
Rihards Skuja
1633d3e78d
Allocate memory for data packets on stack rather than heap 2018-01-23 23:22:14 +02:00
Rihards Skuja
cdaaf8719b
Remove checks for mobile node status (on/ off) 2018-01-22 21:21:47 +02:00
Rihards Skuja
363e2bfade
Set correct prescaler 2018-01-21 20:29:39 +02:00
Rihards Skuja
b3ce179b66
Clear base station signal LEDs if node is offline 2018-01-21 20:27:37 +02:00
Rihards Skuja
1322a84c35
Fix indentation 2018-01-21 19:27:15 +02:00
Rihards Skuja
88751a91d5
Move MAC adress to common include header 2018-01-21 19:08:38 +02:00
Rihards Skuja
d0e9806d2b
Clean up Makefile includes 2018-01-21 13:54:20 +02:00
Rihards Skuja
0d28903b2c
Fix code duplication between both code bases
Both the robot and the base station had a lot of code that was
identical, like data structs, constants, radio library etc. The chosen
solution was to extract all shared code into a static library and link
the station and robot against it.
2018-01-20 22:51:44 +02:00
Rihards Skuja
ea087e182d
Send all sensor values from robot to base 2018-01-20 20:43:41 +02:00
Rihards Skuja
4ea41527f1
Use base staion LED to show found obstacles
Transmit 'true' from robot to base station if robot sonar distance is
below a set threshold and then turn on ('true' received) or off ('false' received)
base station's signal LED.
2018-01-20 18:47:50 +02:00
Rihards Skuja
6c94180d77
Ignore build files and objects 2018-01-19 18:19:24 +02:00
Rihards Skuja
4e6115560c
Add initial code for the base station 2018-01-19 18:13:16 +02:00