Connected by Panasonic Industry App
The Connected by Panasonic Industry App is designed to work with wireless connectivity modules from Panasonic Industry and shall:
- accelerate proof of concept designs
- provide a starting point for software developers
- give basic information about available modules
Cable Replace Demo
One of the featured use case is the cable replacement demo. In this case a sort of wireless UART interface will be created via Bluetooth Low Energy enabling to forward incoming data from the hardware UART over BLE to its final destination e.g. a smartphone.
As this is a common use case for BLE, Panasonic decided to extract this demo from the main app and create a sub App which can be easily used as a starting point for own BLE applications.
The demo can be used to quickly connect the existing main application to BLE and receive corresponding data on a mobile device and vice versa. Furthermore the source code of this particular demo is made available to a) adjust the existing demo to final requirements e.g. by adding additional buttons or displays on the App b) understanding the implemented Bluetooth Low Energy communication algorithm and the required command order
This project is based on Ionic, Cordova and Angular. It can be build as PWA, Android or iOS App.
Getting Started
- Download and install the installer for Node LTS.
- Install the ionic CLI globally:
npm install -g ionic - Install the Cordova globally:
npm install -g cordova - Install platform dependent packages
- Clone this repository:
Link to git repository. - Run
npm installfrom the project root. - Follow "Get started with Ionic" introduction for Android or iOS.
Deployment
Android
Run ionic cordova run android --prod
iOS
iOS apps can only be developed on macOS with Xcode installed.
Run ionic cordova run ios --prod
Serve the App
Run ionic serve
App Preview
| Scan Page | Demo Page |
|---|---|
![]() |
![]() |
Using the Cable Replace Demo
Panasonic Bluetooth Low Energy Module / Evaluation Kit
- Flash the ble_app_uart Firmware .hex file on the kit. If you need further instructions please have a look into the PAN1780 Module Integration Guide
Host PC / Device
- Connect the host PC /device to the Kit
- For sending messages from your PC to the device you can use the "Connected by Panasonic Industry" PC Application, or a terminal programm for serial communication like HTerm.
Mobile Device
- Deploy and start the App on the device
- Establish the Bluetooth Low Energy connection to the Kit
Now you are ready to send plain text from the module to your device using the cable replacment demo via Bluetooth Low Energy!

