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 the PCA10040 DK (v1.1.1) to measure the current consumption in sleep mode and the current is about 200 uA. (3V, DCDC Enable)
Following is the code, it...
I'm new to the nRF Connect software and I'm following the helpful "nRF Connect for VS Code" video series on YouTube to install it on my Windows 10 PC. Everything was going...
hi support team,
customer has one question about about sd_ble_gatts_hvx notify API, found that this data is not sent out immediately, but there is one connect interval...
HI,
i building nrf5_SDK_for_Mesh_v5.0.0_src got error undefined reference to `NRF_LOG_DEBUG'
nRF5_SDK_17.0.2_d674dde , DK10056 52840,
i put it the same dir and seted...
Hi,
I got the example github.com/.../nrf52-ble-multi-link-multi-role and I have added FreeRTOS to the example refer to ble_app_hrs_freertos in SDK v15.2.0 with S140 v6.1...
HI,engineers
i want Design a product,One to many device.
One 52840 is used as the transmitting station and 20 52840 are used as the earpiece (receiving 4KB/s audio);1KByte...
Hi,
We are currently trying to flash the connectivity firmware on the nRF52840 USB dongle using the Bluetooth Low Energy application available on the nRF Connect application...
Hi, I am using MCP2515 lib from https://github.com/DejanBukovec/NRF5-SDK-MCP2515
So far example is working when i connect Jlink RTT viewer throughout the testing.
...
Hello everyone,
I am new to the Zephyr RTOS and this is my first project with the nrf9160, although i already worked with the nrf52832.
I am using a nrf9160_DK and for...
Hello Trouble you again I can receive the data in the test now! But only the first few bytes can be received!
#define PACKET_BASE_ADDRESS_LENGTH (4UL) //!< Packet base address...
Can the nRF52840 dongle be used to sniff/record BLE communications even if the recorded packets cannot be decrypted, or can it only record packets when decryption is possible...
Hi all,
I got thread cli working and now I tried to set up a thread network.
I built the sample for the nrf5340PDK with overlay-minimal-multiprotocol.conf and overlay...
I currently trying to get my DK connected to nRF Cloud, I am based out of Western US and I have already provisioned my SIM card. I followed the documentation instructions...
In my program, there are different sections like each section does a different task and I am trying to use a different clock frequency for each section. So, I want to know...