fixed spelling
This commit is contained in:
parent
a67049dd4c
commit
812e2f747e
20
README.md
20
README.md
@ -1,6 +1,6 @@
|
|||||||
# FTDI_simple_alarm
|
# FTDI_simple_alarm
|
||||||
|
|
||||||
Use an USB-Serial Converter like the FT232RL for activating an buzzer. Simple and cheap (~1,75€)
|
Use a USB-Serial Converter like the FT232RL for activating a buzzer. Simple and cheap (~1,75€)
|
||||||
|
|
||||||
## Features:
|
## Features:
|
||||||
* works on GNU/Linux only
|
* works on GNU/Linux only
|
||||||
@ -23,19 +23,19 @@ Use an USB-Serial Converter like the FT232RL for activating an buzzer. Simple an
|
|||||||
|
|
||||||
### Commmon Distributions
|
### Commmon Distributions
|
||||||
|
|
||||||
Make shure the device is recocntied as ttyUSB after plug in with `dmesg`.
|
Make shure the device is recocntied as ttyUSB after plug in with `dmesg`.<br/>
|
||||||
Edit the alarm.sh with your device name, like `/dev/ttyUSB0`
|
Edit the alarm.sh with your device name, like `/dev/ttyUSB0`. <br/>
|
||||||
run `bash ./alarm.sh` for starting the alarm.
|
Run `bash ./alarm.sh` for starting the alarm.<br/>
|
||||||
|
|
||||||
### openWrt
|
### openWrt
|
||||||
|
|
||||||
`opkg update`
|
`opkg update`<br/>
|
||||||
`opkg install kmod-usb-serial`
|
`opkg install kmod-usb-serial`<br/>
|
||||||
`opkg install kmod-usb-serial-ftdi`
|
`opkg install kmod-usb-serial-ftdi`<br/>
|
||||||
|
|
||||||
Make shure the device is recocntied as ttyUSB after plug in with `dmesg`.
|
Make shure the device is recocntied as ttyUSB after plug in with `dmesg`.<br/>
|
||||||
Edit the alarm.sh with your device name, like `/dev/ttyUSB0`
|
Edit the alarm.sh with your device name, like `/dev/ttyUSB0`. <br/>
|
||||||
run `bash ./alarm.sh` for starting the alarm.
|
Run `bash ./alarm.sh` for starting the alarm.<br/>
|
||||||
|
|
||||||
### Service
|
### Service
|
||||||
todo
|
todo
|
Loading…
Reference in New Issue
Block a user