Well - Where shall I begin? The more I look around on the web the more confused I get.
I need to create a Connection betwen a PC running Windows 10 and a sensor device server, streaming data back to the PC.
I want to use a simple UART service over BLE. Very much like the old BT 2.0 devices HC05. Providing wireless serial port emulation.
Bluetooth 5 potentially offer more than 1Mbit of data rate over the air, but all third party devices I have found shows rather sluggish performance,
even when using nRF52840, nRF52810 and similar chips that really should deliver more.
RAYTEC and FANSTEL have UART type of modules where no SOC programming is necessary . Just Rx,Tx,RTS,CTS
But data rate is just 160kbit/s or slightly more. How can that be??? How can they waste all this capacity ???
Now - here comes my real question:
Can I use Nordics UART application NUS to circumvent these speed issues?
How do I set up the NUS communiction parameters without having to deal with SDK, compilers,Debuggers and other stuff that i'd rather not want to deal with.
RAYTEC and FANSTEL offer AT-commands for setup. Does NUS have any similar capabilities?
In other Words - How do I let a Nordig chip act as a wireless Cable. Nothing more , nothing less!
/Per