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...
We are currently running v1.4.1 but want to move to the new revision (R3) to gain the RF immunity and security features.
Do we need to move to a new version of Zephyr to...
Dear all,
I've been adjusting BLE data sending mode to increase BLE throughput but have some problem using queue.
Here are some basic ideas of my development:
Keep...
Hi,
I am working NRF52840 Dongle board, I am using ble_app_uart program with some custom code, from that I am facing some problem while connecting the device in nrf connect...
Hey All,
I am using a non commercial license of SES (v6.30). Initially as PoC I built code with a TX/RX combination using the examples/peripheral/usbd_hid_generic/ for RX...
Hello Devzone,
I want to incorporate DFU in my project for the microcontrollers I am using. I have a nRF52840 which is my main controller and to it I have a nRF52832 connected...
SAADC feature request: RESULT.PTR auto increment Right now, continuous sampling works well for a high sampling rate (up to about 200ksps), keeping DMA etc active to cope with...
Hi,
Im using the nRF52840 DK and im trying to set the Service and characteristics with this tutorial : https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have one light sensor model publishing light lux level of the room to Group A . On other hand, have occupancy sensor publishing to the same group A .
and one light with...
Dear All, I am working on an application where I am connecting to the network, sending some data and then disconnect using CFUN=4, in order to achieve low power for my application...
Hey Nordic's technical team,
I'm trying to write and read via I2C to a component with two bytes registers. I tried the following method:
Then switched to this one: ...
Hello,
Using v1.9.1 nrfConnect and the Coordinator example on a nrf52840 -DK. From Nordic docs: I think I may be miss interpreting Zigbee Cluster spec... Below is example...
Good day
I have noticed that on my new DK boards if I touch VIO REF on P20 the PCB resets or stays in Reset if I keep touch the pin. My older boards never use to do that...
I want to set the GPIO of NRF52840 to the high resistance state. How do I set the GPIO of NRF52840 to the high resistance state, please help me,thanks!
Hi!
I'm working on direction finding using nrf connect sdk.
I have already make a tx (nrf52833) and a rx (nrf52833) and i succeed to receive the CTE and the IQ sampling...