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...
Hello,
I use nRF52832's COMP (comparator) to sample a pulse signal's voltage level.
I found when the pusle width is below like about 60us, the COMP can't get correct...
Hello,
we need to feed mono audio data into the nRF52 and we are now evaluating the possibility to use PDM. The nRF52 seems to have a useful PDM interface , and even though...
Hi,
I would like our nrf52840 to use coded phy 8x to get longer range.
The counter part are Android smartphones, old ones with BLE 4 support only, new ones having coded...
Hello,
I have a custom PCB which uses the NRF52832 chip and i wanted to program it using the NRF 52 DK using P19. I have the following connector and pin out on my custom...
Hello everybody !
I am working on a project and I need to create a server node which also works with the nRF SDK.
As I have seen, it exits coexistance examples where both...
Hi there,
I am trying to use the ISP from the 6700. I need to power my development board. I was wondering if there is a pin output on the nRF6700 motherboard? There is...
Hi,
The end goal is to run this project on a Thingy91, but I am currently building/testing on the nrf9160dk.
I am looking to capture ANT+ from a bike power meter on the...
Hello Nordic,
I'm evaluating the --external-app option of nrfutil and I noticed something odd.
First, I create an example hex file with 8kb of random data and then run...
I am using the nrf9160 DK. Followed the video tutorial, using nrf Connect Programmer tool. When I plug the USB socket, this error comes up. Have tried with different USB cables...
I'm trying to detect stack overflow. One approach that I found online was to prefill the memory with a constant value before the program runs, and see how much of the stack...
I am trying to update one nRF52 DK Board with another using OTA firmware updates. Similar to how the nRF Connect app can connect to a nRF52 and flash a now firmware image...
Hello,
I have been using the SES version 430c and today when I launched the program I get "The evaluation period for this release has now expired"
I got another licence...
Hi,
When working with Windows 10 laptop BLE we get sometimes a lost packet occurrence from Central (PC) to our BLE device.
We are using a Python Bleak based app on the...
I'm working with a proprietary RF protocol on the nRF52832 rev2. I'm noticing that I sometimes receive bad data over the radio even though the CRC is correct (intermittently...