I have been working on a project using a nrf52832 and currently have the firmware developed on nrf5sdk. I have been testing out Zephyr with this example https://docs.nordicsemi...
Hello all, First, thank you for the support and community here, which is very helpful. I have been developing a device using the XIAO nRF52840 device. (link: https://wiki...
Hi Nordic,
I have a general question about kernel threads in the mesh stack. From memory, Bluetooth has its own thread in the stack I think. At some point in the stack the...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
How can I read the whole advertising packet when are packets larger than some specific size? This is the issue. I want to read this adv packet:
But I only get this on...
Hi everyone,
I've purchased two nRF905 modules ( www.otronic.nl/.../nrf905se-draadloze-transceiver-met-antenne.html) . I want to establish communication between a Raspberry...
Hi,
Is it possible to update the firmware through usb? i have a nrf51822 evaluation kit, and i also tested the firmware update over ble. Now, i need to update the firmware...
HI Everybody,
I am developing firmware for handling multiple ANT+ Sensors. i am able to collect data from 3 different sensors, but in below scenario am getting channel...
Hi,
This may be a silly question but I'm trying to generate two timed interrupt events using only TIMER0 (the MCU is nrf51822). My code is:
#define TIMEOUT1 3000 ...
I am beginner on this platform. I was hoping for KEIl IDE to aid my development, but since license fee is more, i wanted to try GCC platform. But unable to set it up. In nAN...
Hello,
We are developing an application that has to be able to send the data of a VGA image, and We don't know which of the GATT supported profiles will be the best to...
Hi,
I'm using SDK 4.4.2 and softdevice 5.2.1 to try the HID example. Although it is provided for the nRF6350 kit, I ported (buttons and LEDs) the example to the EV kit...
Hi,
I've been using your nRF51822 with considerable success. I now need to migrate across to an M3 for greater power. I want to keep most of the application code I wrote...
Hi
Thank you for the IOS App "nRF Loader" which was released last week. It works well and offers a lot of possibilities for Nordic developpers. I've one question about...
Hi,
I have just opened my nRF8001 DK. It seems like for the evaluation of the nRF8001, I also need to purchase a nRFgo Motherboard, which is sold separetely.
Where does...
Hello,
I would like to do some code tests and simulations of my application in the keil microvision, so I would like to know if you could give me an example project to...
Is it possible to initiate communicate with an ANT+ device using a nRF24L01+?
I understand that the RF Channel is 2.466 GHz (66), however I do not know what Address(es...
hi nordic guys,
i created one custom profile, which is having two characteristics
my minimum and max conn interval is - 10ms and 50 ms
1. characterisic one will send...
Hi,
i am using accelerometer sensor, which is i2c compatible.
i have nrf51822 pca10001 board.
in accelerometer datasheet it is mention as after every write there...
The documentation clearly state that if the payload length is read as > 32 byte, the RX FIFO must be flushed.
My question is, will that erase all other pending messages even...