At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...
I have been trying to understand how we can use the PPI system to bypass extra callback handlers and threads in Zephyr to retrieve data from external SPI device based on external...
Is there a way to perform bluetooth operations using bluetoothctl The required functionality is: --- The dongle is plugged into the Raspberry Pi usb --- The dongle can then...
Hello,
I am running an ble_app_uart example from SDK 17.1.0 in SES on my nRF52-DK.
As great example as it is, I find it a bit non-practical for further development so...
I need repetitive Timer and Edge Counter in my application. There is is a single Timer Peripheral that can be used either as a Timer or Counter. As well, further in counter...
I am developing an NRF52833 application that reads from the I2C sensor MLX90641. Below is the code I am using to test. MLX90641_I2C_Driver.c was originally written for Mbed...
Dears
Th case ID of my old question is 218372.
I were waiting for two weeks. However, nobody responded to me.
I wanted to make a BLE mesh product used NRF52840 and NRF21540...
Hi support team
I'm now based on ncs1.9.0 platform. I check the file "\nrf\samples\bluetooth\direction_finding_connectionless_tx\README.rst", finding that the board nrf52811...
I am working on a project with nrF9160dk to connect with AWS IoT cloud, when I was trying to update the certificate by using LTE Link Monitor, why I am getting errors when...
Hello, I tried to using the nRF Connect SDK with VS Code, however when it seems there are some problem while I trying the build. I have read the similar post and trying to...
Why is it that when I try to build assert_tracker_v2 for thingy53_nrf5340_cpuapp or nrf5340dk_nrf5340_cpuapp I get:
Blinky builds fine.
Also, cleaning projects tend...
Hi,
I've made my own PCB with an nrf52840. Right now I'm hoping to test out the bluetooth and measure my board's power consumption - the only problem is that I can't reliably...