rpi_nimbus

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
rpi_nimbus [2019/05/22 17:18] – [+Work logs] Júne Parkrpi_nimbus [2019/06/08 02:08] – [Activate gzip module] Júne Park
Line 531: Line 531:
 ---- ----
  
 +==== Disable build-in bluetooth ==== 
 +
 +Add configuration string in ''config.txt'' 
 +
 +<code bash> 
 +echo "dtoverlay=pi3-disable-wifi" | sudo tee -a /boot/config.txt
 +
 +echo "dtoverlay=pi3-disable-bt" | sudo tee -a /boot/config.txt
 +</code> 
 +
 +Disable systemd service that initializez Bluetooth Modems connected by UART. 
 +
 +<code bash> 
 +sudo systemctl disable hciuart
 +</code>
 +
 +----
 ==== Known Problems ====  ==== Known Problems ==== 
  
  • rpi_nimbus
  • Last modified: 2024/04/20 14:59
  • by Júne Park