After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
Hi,
I've designed a product based on nrf52840 soc as a central Bluetooth device. I want to pair and connect to a Bluetooth device (as a slave) that implements a whitelist...
Hello,
When AGPS is activated and trying to fix location, the user see only the final respond once fix is done, but we need to know where the satellites table is stored...
nRF21540
We want to use the nRF21540 FEM to improve BLE range and performance within a building. How does the Tx and Rx amplifier operation coordinate with the BLE SoftDevice...
Hi,
Related to this topic BLE DFU, MCU to MCU (Zephyr), GATT DFU SMP Service Clinet
I would like to know if anyone has any luck in making a SMP client for DFU updates...
I moved to a new computer and reinstalled all the tools and moved my code over. Now, when I compile, I get the following error:
Here is the code from the board definition...
I have an nRF9160DK that I'm trying to get a demo running per this video: https://www.youtube.com/watch?v=rMvW3HXLErk&t=832s
The board label says PCA10090, 0.8.5, 2019...
I had used ble_advertising_advdata_update function to update my scan response data in ibeacon by getting error as mentioned below:
.\_build\nrf52832_xxaa.axf: Error: L6218E...
I'm trying to get basic i2c code working on my Nordic nFR9160DK board. I'm new to the platform and have been doing a lot of reading and searching through examples. Through...
Hi
In order to work on never zephyr version I have tried updating my ncs v1.7.1 folder to origin/main with:
git fetch origin git checkout origin/main west update
After...
Hi,
Does the ratio of gain error and offset error change when the ADC gain is changed?
For example, if the gain is 1 and the gain error is 4% and the offset error is...
Hello!
I am wondering what the At command %XDATAPRFL does? It says that it sets the application data profile but i couldnt find any info about what this really means....
Hello there,
I'm working on a "handsfree" audio guide for a museum application. Right now I'm exploring BLE to trigger the audio files based on the received signal strength...
Hi
My problem with SES are:
Variables are almost impossible to watch or view in memory, It's a lottery basically.
The other thing that bothers me is no code folding...
Hello!
I have an self developed hardware which has an NRF51422QFAB (the shematic writes 51822, but it is pin compatible). I would like to program it, but I can not. :...
How do I cancel ucb_cdc_acm_read?
What I want to do is if a timeout occurs, and APP_USBD_CDC_ACM_USER_EVT_RX_DONE has not been triggered, then I should be able to cancel...