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...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi,
I am using nrf52840, need to modify the bootloader to lookup a big bitmap table. But since the table is big, it cannot allocate within the bootloader Rom area.
Is...
Hi
i am using nrf9160 based custom board with zephyr, and trying to build GPIOTE with interrupt for a button, and led finally connect with PPI
i have been trying for...
Hi,
sorry if maybe I repeat the question. I have tested the central uart and the peripheral uart and I can make the two nordic nrf5340 devices communicate. I was also able...
Hi
I need help in understanding what the best practice is when retrieving messages from devices via nRF Cloud to my web APP.
I expect the devices to transmit messages...
I'm learning how the nRF cloud works and can't understand how the message flow is supposed to happen.
Devices send MQTT messages to nordic broker and then what?
I found...
Hi All,
I've got a project with an nrf51802, i'm trying to connect to it with a jlink edu to no prevail..
I'm running macos catalina 10.15.7 (19H15), nrf command line...
Path to sample: v1.6.1\zephyr\samples\boards\nrf\system_off
Board selected: nrf52840dk_nrf52840
-------
I am attempting to modify the sample to use a button connected...
Hello to all,
I have a problem with nrf52840 DK board, it was not detecting in nrfConnect with PC.
Previously it was working but when I had checked one sensor which is...
HI , All
I am debugging connection of "Chromecast Remote Controller" with ble_app_interactive.
I am trying to implement ble_app_interactive on nrf52832 as my application...
Good Afternoon,
I am using NRF51822-QFAA as ble remote in central mode. It connects to ESP32 and send the command for changing it's mode. I am using the RF module YJ-14001...
hi
my board nrf5340 do not run any ble example . it creates build and everything is good in softwre while running. but when i try to receive any signal from board of blutooth...
Hello,
I am new with nordic boards. I am using an nrf5340-(P)DK.
I bulit and downloaded the perhipher-lbs sample successfully to the board.
However, when trying to discover...
Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I am using mtd code for development...
Hi,
My project is combined 'Multi-link Central Example' and 'ble_app_uart', so that it is a central that can be connected to multiple peripherals and a peripheral that can...