Skip to content
Snippets Groups Projects
Commit aa35f3c1 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update README.md

parent fd2c7109
No related branches found
No related tags found
No related merge requests found
...@@ -72,12 +72,25 @@ First, you may need to: ...@@ -72,12 +72,25 @@ First, you may need to:
* unload the *ftdi_sio* module, so the device is detected as a serial-usb device: * unload the *ftdi_sio* module, so the device is detected as a serial-usb device:
> ``` sudo rmmod ftdi_sio``` * Manually once:
``` sudo rmmod ftdi_sio```
* Persistently, you can run the provided script
```source scripts/unbind_ftdi_udev.sh```
* load the *pcspkr* module, so the motherboard buzzers makes sound when alarms are enabled: * load the *pcspkr* module, so the motherboard buzzers makes sound when alarms are enabled:
> ``` sudo modprobe pcspkr```
Then you can run the example and see the battery status information on the screen. * Manually once:
``` sudo modprobe pcspkr```
* Persistently, you can run the provided script:
```source scripts/load_pcspkr.sh```
Then you can run the example and see the battery status information on the screen
> ``` ./bin/battery_monitor_test``` > ``` ./bin/battery_monitor_test```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment