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
intel_edison_blue_hydra_logger [2017/06/04 18:21] adminintel_edison_blue_hydra_logger [2021/10/09 15:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 {{tag>[linux Intel Edison bluetooth hydra logger]}} {{tag>[linux Intel Edison bluetooth hydra logger]}}
-~~TOC~~ 
 =====Intel Edison - Blue Hydra logger===== =====Intel Edison - Blue Hydra logger=====
 {{::screenshot_from_2017-06-04_20-21-06.png?nolink| {{::screenshot_from_2017-06-04_20-21-06.png?nolink|
Line 27: Line 26:
 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 36:
 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