BangleApps/apps/espruinoterm
Anton cad2ffe283 Bump version for all apps with fixed undefined variables 2024-03-13 11:56:27 +01:00
..
ChangeLog Bump version for all apps with fixed undefined variables 2024-03-13 11:56:27 +01:00
README.md Add Espruino terminal - to allow communications with Espruino devices via terminal 2022-07-19 12:20:24 +01:00
app-icon.js Add Espruino terminal - to allow communications with Espruino devices via terminal 2022-07-19 12:20:24 +01:00
app.js Fix apps with undefined variables 2024-03-13 11:51:40 +01:00
app.json Add Espruino terminal - to allow communications with Espruino devices via terminal 2022-07-19 12:20:24 +01:00
app.png Add Espruino terminal - to allow communications with Espruino devices via terminal 2022-07-19 12:20:24 +01:00
interface.html Added Utils.readStorageJSON and relaxed JSON parser, and swap all interface.html over 2023-11-23 12:52:48 +00:00
metadata.json Bump version for all apps with fixed undefined variables 2024-03-13 11:56:27 +01:00
screenshot.png Add Espruino terminal - to allow communications with Espruino devices via terminal 2022-07-19 12:20:24 +01:00

README.md

Espruino Terminal

Send commands to other Espruino devices via the Bluetooth UART interface and see the result on a terminal.

Customising

Once installed and you're connected to the Bangle you can click the button next to the app in the app loader to change the commands (they will be read from the device).

When done, click Save to Bangle.js and your changes will be saved to the same device.

Usage

  • Load the app and after a few seconds you'll see a menu with Espruino devices in the vicinity.
  • Tap on the device you want to connect to
  • A terminal will pop up showing Connecting... and then Connected
  • Now tap on the right (or press the button) to bring up a menu with options for commands, or the option to disconnect.

You can also choose Custom in which case a keyboard (using the currently installed text input method) will be displayed and you can enter the command you would like to send.