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...
Hey
I'm using the softdevice s140 in my project (and the latest SDK 17.x).
I successfully enable the softdevice and am able to start an advertising (as peripheral). However...
Hi
The baseline current consumption running the azure_iot_hub is very high.
I'm using nRF Connect SDKv1.6.1. The sample connects and sends data to azure as expected. But...
Figure 4: Memory layout
Shows code RAM beginning at 0x0080 0000 but nRF52832 Engineering A Errata 33
"Code RAM is located at address 0x0800_0000".
Additionally 0x2100...
Hi,
I am developing a product based on nrf52840 soc as a central Bluetooth device. I want to connect to a Bluetooth device (as a slave) while it is advertising, but unfortunately...
Hello everyone, i'm trying to run the button sample with Pull_up on the pin P0.27 i did the wiring like below
power->VDD nrf-HV
GPIO->P0.27
i attached a resistance between...
Hi,
Does nRF5340 require any calibration in production line in terms of below items. If so could you share any documents on them
- Gain for the RF front end
- Crystal...
Hi, helpies
I am currently workibg on nrf52832 board and now there are some changes in the hardware and we are left with pin shortage,so we planned to upgrade to nrf52840...
Hi, I am implementing NUS which is based on example BLE_NUS & BLE_NUS_C. The connection is not 1-to-1 but 1-to-7. i.e. 1 Central connects to 7 Peripherals. Although ultimate...
I tried following the " Bluetooth low energy Services, a beginner's tutorial ", I ended up getting stuff to compile and run by making a copy of the ble_app_hrs example, and...
Can I write a J-link flash algorithm by myself? Is there any open source Flash download algorithm for reference? When I call west Flash --recover, I can skip the 4K flash...
Hi,
I am developing a product based on nrf52840 soc as a central bluetooth device. i want to connect nad pair to a bluetooth device (as slave) while it is advertising. ...
Hi,
I am developing using the SoftDevice s140 7.2.0.
I am trying to use the MBR function sd_mbr_command() to upgrade my bootloader with command SD_MBR_COMMAND_COPY_BL...
I followed all the steps from the readme instruction and struggle at:
## Compiling pc-ble-driver from source
Step 1. Install vcpkg dependencies is running succesfull ...
I have an example for board PCA10040 that I want to use on a custom board. It is described on nRF5_SDK_v17.1.0/nrf5/sdk_for_custom_boards.html that I have to (1) create a...