Fork from Sog Yang

Dependencies:   BNO055_AS7000 NNN50_WIFI_API

Fork of NNN50_BLEWIFISensor by Sog Yang

Changes

RevisionDateWhoCommit message
14:62377c06ead2 2017-05-22 tsungta Fix I2C hangup issue when enable WIFI by sending 0x00; Comment out set_blocking to make sure tcp socket connection is completed default tip
13:5b96cb34bc70 2017-05-22 tsungta Update BNO055 and remove AS7000 to avoid I2C LLD hangup; Comment out set_blocking so the default setting set_blocking = 'true' is applied
12:91a59631ee5f 2017-05-06 sog_yang Update AS7000 library and document
11:54a1a576df9f 2017-05-06 sog_yang Add AP & TCP Server setup infromation
10:248b81efda00 2017-05-06 sog_yang Add TCP none-blocking feature.
9:d1861b00e0fd 2017-05-04 sog_yang Fix UART to LCM MCU Pull up issue
8:ff7fdd152f14 2017-05-04 sog_yang DEMO version - 4MAY'17
7:06495d54d107 2017-05-04 sog_yang Project init
6:4ca0aa131d20 2017-05-02 sog_yang BLEWiFi&BioSensor
5:ffe1a4c4881e 2017-05-02 sog_yang AS7000 driver update
4:11b81280c65b 2017-04-17 tsungta This revision is based on mbed-os (mbedOS 5); NNN50_WIFI_API need to update to 22:5b38592 at least ; Add mbed_app.json for proper platform setting; Add .mbedignore (may not shown in IDE)
3:9bd3e863e15b 2017-04-02 tsungta Revise main to fix bug (empty getIPAddress, etc); Update NNN50_WIFI_API to revision 18 (revision 20 have bug)
2:92946804ed6f 2016-12-19 tsungta add wifi.sleep() in the sample code
1:a357a8f9ac8b 2016-12-03 tsungta Remove m2m_wifi_handle_events(NULL); from main.cpp; Add udp client test code
0:b5f183111420 2016-11-23 tsungta First commit; Show the usage of apScan() and connect()