Send data from a BLE node to Thingspeak using BLE to Ethernet making use of W5500 and nRF52832
A project to send data from a BLE node to Thingspeak, a cloud, using BLE to Ethernet using W5500, WIZnet's H/W TCP/IP chip, and nRF52832, No
Nordic' - nRF52832
x 1
Software Apps and online services
MathWorks - Thingspeak
x 1
Send data from a BLE node to Thingspeak, a cloud, using BLE to Ethernet using W5500, WIZnet's H/W TCP/IP chip, and nRF52832, Nordic's BLE SOC.
The development environment of nRF5 is included in the post.
http://gongdol22.tistory.com/category/Gongdol%20 story?page=3
For more information on W5500, please refer to the following link on WIZnet.
https://www.wiznet.io/product-item/w5500/
The address of Thingspeak is below, and how to use it is detailed by searching for Thingspeak .
The approximate block diagram is as follows.
By attaching an illuminance sensor to the BLE Node, the brightness is read through ADC and transmitted to the Gateway through BLE. When data comes in through BLE, Gateway sends it to Thingspeak Server every 20 seconds.
First, check the data with Terminal and Local TCP, and check the data through Thingspeak Server.