BLE-WiFi with BIOSensors
Dependencies: AS7000 BNO055 NNN50_WIFI_API
DELTA NNN50 (Bluetooth LE 4.X & 802.11 b/g/n) with Bio Sensor (HRM, 9DoF motion Sensor) reference design.
Env. Setup step by step.
- Download or build a TCP Server on you host computer
- Please find out the TCP server code or install TCP server application in your host computer.
- Import this sample application and setup these information about AP & TCP Server
- *char* AP_SSID = "SOG";
- *char* AP_PWD = "1122334455667788";
- *char* TCP_SERVER_ADDRESS = "10.0.1.13";
- *int TCP_SERVER_PORT = 1030;
- Compiler your code and download to your mBed device.
- Control your mBed device
- Please use NORDSemi nRF Tool and setup and watch these information: GATT CMD: 0x00 (connect to AP, TCP Server, and create TCP socket), 0x02 disconnection TCP server, close socket, and WiFi sleep), 0xA1 (send sensor data to tcp server from out_buffer[]) and Status will be update by Bluetooth LE adv through manufacturing information
0x00 | 0x02 | 0xA1 |
---|---|---|
WiFi,AP&TCP Server connect | WiFi,AP, & TCP Server disconnect | Send sensor data to TCP Server |
History
Update for DEBUG mode values.
2017-06-01, by sog_yang [Thu, 01 Jun 2017 08:15:15 +0000] rev 15
Update for DEBUG mode values.
Interrupts command update
2017-06-01, by sog_yang [Thu, 01 Jun 2017 07:43:55 +0000] rev 14
Interrupts command update
Add IRQ disable/enable for I2C read protection
2017-06-01, by sog_yang [Thu, 01 Jun 2017 07:25:55 +0000] rev 13
Add IRQ disable/enable for I2C read protection
Update AS7000 library and document
2017-05-06, by sog_yang [Sat, 06 May 2017 01:41:48 +0000] rev 12
Update AS7000 library and document
Add AP & TCP Server setup infromation
2017-05-06, by sog_yang [Sat, 06 May 2017 00:25:04 +0000] rev 11
Add AP & TCP Server setup infromation
Add TCP none-blocking feature.
2017-05-06, by sog_yang [Sat, 06 May 2017 00:08:06 +0000] rev 10
Add TCP none-blocking feature.
Fix UART to LCM MCU Pull up issue
2017-05-04, by sog_yang [Thu, 04 May 2017 10:43:36 +0000] rev 9
Fix UART to LCM MCU Pull up issue
DEMO version - 4MAY'17
2017-05-04, by sog_yang [Thu, 04 May 2017 05:08:42 +0000] rev 8
DEMO version - 4MAY'17
Project init
2017-05-04, by sog_yang [Thu, 04 May 2017 02:37:17 +0000] rev 7
Project init
BLEWiFi&BioSensor
2017-05-02, by sog_yang [Tue, 02 May 2017 08:47:57 +0000] rev 6
BLEWiFi&BioSensor