-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e2a370
commit 68f9f80
Showing
16 changed files
with
30 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,34 @@ | ||
# BlxDashboard : Using Web Bluetooth to access LTX Data Loggers # | ||
** PWA for accessing LTX Data Loggers with BLE, LTE-M. LTE-NB, EDGE, EGPRS, Satellite, ... ** | ||
** A PWA (Progressive Web APP) for accessing LTX Data Loggers with BLE, LTE-M. LTE-NB, EDGE, EGPRS, Satellite, ... | ||
|
||
__Web Bluetooth__ is an official __W3C API__, integrated in most modern Browsers (like Chrome, Edge, Opera, …) | ||
on Android and Windows. So it is now very easy to connect to Bluetooth devices | ||
with one single software with Desktops/Notebooks (Windows), as well as with Smartphones/Tablets (Android and Windows)! | ||
_(Unfortunately the Web Bluetooth API is still not fully available on Safari (iOS), but workarounds exists, using a Wrapper-App with a WebViewer )._ | ||
|
||
!['Some Screenshots of the LTX BLE Demo (old Version)'](./docs/ble_all.jpg "Some Screenshots of the LTX BLE Demo") | ||
!['Screenshot'](./ble_api/static/preview1024x768.png "Screenshots BlxDashboard") | ||
|
||
It is even not necessary to install any 'native APP'! The complete software is nothing else, than a _„Simple Web page“_, that can work even offline (as PWA)! Extremely convenient and safe! | ||
It is even not necessary to install any 'native APP'! The complete software is nothing else, than a _„Simple Web page“_, that can work even offline (is installed)! Extremely convenient and safe! | ||
|
||
### Installation as PWA (for offline use): | ||
- On Android smartphones: Select 'Add to home screen' | ||
- On desktop PCs: In the browser, select the 3-dot menu (right side): 'Stream, save, share' -> 'Install as APP' | ||
### Installation as PWA (Progressive Web APP) (for offline use): | ||
|
||
These are 3 sample devices: | ||
!['LTX BLE E-Paper'](./docs/epa_logger2.jpg "LTX BLE E-Paper") | ||
Automatic installation | ||
- Simply Click on ` Install APP ` | ||
|
||
A simple LTX Climate Logger with E-Paper, internal and external Sensor and Bluetooth for the local communication. | ||
Fallback (manuall installation): | ||
- On Android smartphones: Select `Add to home screen` | ||
- On desktop PCs: In the browser, select the 3-dot menu (right side): `Stream, save, share` -> `Install as APP` | ||
|
||
!['LTraX Tracker'](./docs/LTrax_Tracker.jpg "LTraX Tracker") | ||
|
||
An Ultra-low-power Tracker, based on the LTX platform. The tracker uses LTE-M/-NB to send data to the LTX Cloud and Bluetooth for local communication. | ||
Live: [BlxDashboard (in Repository LTX BLE Demo)](https://joembedded.github.io/ltx_ble_demo/ble_api/index.html) | ||
|
||
!['Open-SDI12-Blue'](https://github.com/joembedded/Open-SDI12-Blue/blob/master/hardware/u-Blox_anna-b112/module_0v1.jpg) | ||
### *todo* | ||
- Fast Graphics (Finger-Pinch) | ||
- Server Scripts for uploaded data | ||
|
||
An Open SDI12 Sensor Node, based on the LTX platform. The Sensor uses SDI12 bus and Bluetooth for local communication. | ||
|
||
Data and setups are stored in the Browser’s Cache. Because LTX uses flexible data formats, it is even possible to use the same tools (like graphical viewers or CSV exports) | ||
as the LTX Server software! | ||
|
||
|
||
Live demo: [BlxDashboard (in Repository LTX BLE Demo)](https://joembedded.github.io/ltx_ble_demo/ble_api/index.html) | ||
### Changelog | ||
07.10.2024 V0.10 | ||
11.10.2024 V0.15 | ||
|
||
--- |