Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


intel_edison_blue_hydra_logger

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
intel_edison_blue_hydra_logger [2017/06/04 18:21] adminintel_edison_blue_hydra_logger [2017/06/06 20:25] admin
Line 27: Line 27:
 cd blue_hydra/ cd blue_hydra/
 bundle install bundle install
 +</code>
 +  * Disable BT discovery for device itself:<code>vi /etc/rc.local
 +# Disable BT discovery
 +hciconfig hci0 noscan
 </code> </code>
   * Run blue hydra automatically as daemon after boot.<code>vi /etc/rc.local   * Run blue hydra automatically as daemon after boot.<code>vi /etc/rc.local
Line 33: Line 37:
 cd /home/edison/blue_hydra/bin cd /home/edison/blue_hydra/bin
 ./blue_hydra -d &</code> ./blue_hydra -d &</code>
 +  * Or start in screen session so that you can take a peek:<code>
 +# Start blue_hydra in screen
 +cd /home/pi/blue_hydra/bin/
 +screen -d -m -S bluehydra /home/pi/blue_hydra/bin/blue_hydra
 +</code>
intel_edison_blue_hydra_logger.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1