Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
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...