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...
Hi, everyone
how to increase the peripheral link count in multi role lesc example . even i have tried with NRF_SDH_BLE_PERIPHERAL_LINK_COUNT by increasing the count, i am...
I have followed the dfu bootloader instructions for dfu secure ble example in both sdk 15.3 and 15.2 versions. I copied pca10056 folder to pca10059 and changed the board definitions...
Hi. I'm using nRF52832, SDK13.0.0.
I'm developing not only peripheral side but also central side.
I already made peripheral side referring to DFU example code.
But i...
I was trying to measure the current used by the nRF52840 on the DK. But it seems like i have messed up.
The debugger LED does not light up
The nRF52840 SOC seems to...
hi team,
i have downloaded image transfer demo source code in github. installed it in sdk 13.0. the softdevice is 5.0.0-2. i am using nrf52840 pdk. the code is successfully...
Hi Al
I'm implementing multiple channel ADC with PPI
sampling multiple ADC channels with PPI, adc event triggered adc_event_handler as many times as channels (instead...
Hello everyone. I'm working to a project with nRF52840. I'm developing the code in SDK in SES ide. The task i want to perform is transfer data from the memory of nRF52840...
Hi,
I am using the S130 central pairing to just one peripherial at a time. Upon power up after hard/soft reset, the central connects to my peripherial just fine, transfer...
Hello,
We are using the Segger Embedded Studio and trying to flash the blinky code on our nRF52DK. We have seen many videos but are unable to make it work. The code gets...
Hi,
In my memory usage, I see 780KB free from 1MB of flash. That means I am already consuming 244KB of flash when my code size is only 77KB. Obviously, there are other registers...
I have been trying to flash my nrf51822 by waveshare using my nrf 51 DK. I have been making the following connection. I am currently using P20 as the needle adapter for P19...
Dear Nordic Team,
Thanks for supporting.
Now i am try to interface(TWI) MMA8453 with nRF52810. Already i am worked with nRF52832 its working good. If possible for interface...
I tried to add a BAS service to a project with an LBS service (ble_app_blinky), but I cannot complete the services_init() procedure for both services.
Is it possible to...
Hello,
I would like to kwno if it is possible to get information about the hardware in my main application. NRF_DFU_HW_VERSION is stored in the DFU and is used to verify...