Data streaming between two BLE devices: PSoc6 and nRF52832
Published at September 10, 2022 · 3 min read
Setup a peripheral-central BLE connection between Psoc6 and nRF52832 and stream data between them.
Data streaming between two BLE devices: PSoc6 and nRF52832
Published at September 10, 2022 · 3 min read
Setup a peripheral-central BLE connection between Psoc6 and nRF52832 and stream data between them.
Published at March 3, 2022 · 2 min read
Implementation of WebSockets in c++ using lib WebSockets (lws) . There is a demo for Binance and Bitstamp.
Published at February 23, 2022 · 5 min read
Implementation of general-purpose use REST API server in c++ using restbed library