Skip to content

makerdiary/web-device-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Device CLI

A Web Command Line Interface via NUS (Nordic UART Service) using Web Bluetooth.

Prerequisites

Try it out

This repo has a live web page hosted here:

https://makerdiary.github.io/web-device-cli

Flashing CLI firmware

The pre-built CLI firmwares can be found in the firmware folder. Follow the commands below to flash the firmware:

# For nRF52832-MDK board
pyocd flash -t nrf52 ble_app_cli_nrf52832_mdk_s132.hex

# For nRF52840-MDK board
pyocd flash -t nrf52840 ble_app_cli_nrf52840_mdk_s140.hex

# For nRF52840-MDK USB Dongle
nrfutil dfu usb-serial -pkg s140_nrf52_6.1.0_softdevice_dfu_pkg.zip -p <Serial port>
nrfutil dfu usb-serial -pkg ble_app_cli_nrf52840_mdk_usb_dongle_app.zip -p <Serial port>

# For Pitaya Go board
nrfutil dfu usb-serial -pkg s140_nrf52_6.1.0_softdevice.zip -p <Serial port>
nrfutil dfu usb-serial -pkg pitaya_cli_v1.0.0.zip -p <Serial port>

Building CLI firmware

The BLE CLI source code is located here. You can check it out and build your own firmware:

See this post to set up your development environment with nRF5 SDK and ARM GCC.

Supported Boards

We are continually adding board-specific support as documented below.

Contributing

We would love for you to contribute to this project and help make it even better than it is today.

MIT License

Copyright (c) 2019 makerdiary

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Web Command Line Interface via NUS (Nordic UART Service) using Web Bluetooth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages