Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
I'm having some issues with the 9160 on battery and wondering if we're doing something wrong or if this is expected behavior. During the initial connection to the tower, I...
We tried to adapt the RTC example from the SDK to add logging via UART during interrupts and the programmed crashed or hanged.
Here follows the code we are using :
The...
Hello, I have an application based on the example "ble_thread_dyn_mtd_coap_cli_pca10056_s140".
When a confirmable message has not received a response, I receive the error...
Hi,
We have built an iOS app with the iOS nRF Mesh Library ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library ) that collects data from all the sensors in the...
I am using nrf Toolbox iOS demo application. I have a requirement in which I want to change the incoming data stream to accept 4 bytes of data instead of the default 2 bytes...
Hello,
I am migrating our production code from SDK14.2 to SDK16, and switching to using FreeRTOS. During the BLE initialization and bonding, I get a system reboot. Tracking...
Hello,
Using an Arduino nano 33 ble which contains a nrf52840.
Using arm-none-eabi-gcc version 9.2.1 in debian/linux, uploading using openocd en gdb.
I tested my problem...
As I'm new to the nRF52840 and Bluetooth, I read documents and DevZone posts related to the bluetooth maximum throughput.
According to the references like Jimmy and Sigurd...
Hi,
I am trying to update from SDK 1.3 to 1.4 and struggling with crashes. COAP uses random number generator to generate new tokens to the header. First time when this...
Hello,
I use the default ble_template application from the SDK and download a BLE custom service template from here to add it to the template code (as described in the README...
Hello,
I have a fully functioning project using the Fanstel BT840 chip which uses the NRF52840. I am running the code using secure Buttonless DFU and the S140 soft device...
So, I am developing an application where I will use uart to transmit some data from the PC to the nrf board. The issue is that the data I am transferring is quite large (64KB...
Hi,
I'm trying to get the UUID from my nRF52840 with my Ionic Angular App without connecting to the device.
For this I'm using the Bluetooth Low Energy Central Plugin...
Hello,
My company is developing a wireless battery powered product based on the nrf82533 which we would like to be able to update using secure DFU over BLE using nrfutil...