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 want to alloc dynamic stack memory for zephyr threads, such as k_aligned_alloc(stack_size, ARCH_STACK_PTR_ALIGN) instead of K_THREAD_STACK_DEFINE . I'm sure k_aligned_alloc...
Hello,
I'm building a system on nRF5340 which would support upgrading of CPUAPP and CPUNET applications. There is not enough space in internal flash to place all of these...
hello,experts,I use the NRF connect app on my phone,when I scan the devices ,I can get many BLE informations,I want to get the RSSI of each BLE with time .BUT I only need...
Hi all,
We are bringing up our custom board and we are having some trouble programming the modem firmware. Whenever we try to flash it using a JLink programmer and the Programming...
I'm using the nRF Connect app version 4.24.3 on an Android Tablet (Android version 10)
When I'm in the scanner tab and push the scanner button I get a graph of RSSI readings...
I use nRF Connect to debug some latency in logging data on my Android app.
On nRF Connect, the latency for the notification value (in the characteristic itself) is negligible...
I'm trying to find a simple way to log RSSI data vs time for multiple BLE devices simultaneously, and then put the data into a format which allow plots to be created in Microsoft...
Hi,
I am in the process in getting the AWS version of the Asset Tracker v2 on my Thingy:91. I was having some issues with getting the cerificate but was able to get that...
I can not get the SPI Slave function working on nRF52840 (nrf52840dk_nrf52840 board). My goal is to have spi0 as master and spi1 as slave.
By linking the MISO en MOSI lines...
Hi,
On the nRF5340-DK, i'm succesfuly using the example code:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/peripheral_uart/README...
I'm working on the 9160 SoC using nRF Connect SDK 1.8.0 to send MQTT messages to an AWS endpoint. The messages correctly are able to send and the device works for 5-10 minutes...
Using NordicSDK 1.6.1 and the following in the bt_le_adv_param and relevant settings in prj.conf
The secondary advertising data packet contains the advertiser address...
Hi all,
I am now using nrf52840DK and llpm example in nrf connect sdk 1.7.1.
Now I have three nrf52840DK, one as master ,and the others are slaves, they both use Latency...
Hello!
We are planning on using the nRF52832 DK together with an external antenna. We are highly interested in the readings being as accurate as possible, and we are wondering...
We are developing an application in which we need to modify an existing device driver. It's about LIS2DH driver that is part of nRF Connect SDK v1.8.0 and we are using VSCode...