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...
Context:
I'm testing the tfm_psa_template sample on the nRF9151DK and I got confused as to why I lose access to the debug port.
As required by the sample, I first flash...
sdk:17.1 example: ble_app_uart+ secure_bootloader. Our device is charged with power-off reset function.
When I call fds_record_update(&desc, >Para_record),if returns FDS_ERR_NO_SPACE_IN_FLASH...
Hi guys,
i am using a custom UART bootloader ( no double image, just overwrite application due to memory limitations ) on nrf52805 and SD112 7.2.0, a question:
at the...
There is a similar post but it is very old and none of the GUI elements jive with today's Wireshark.
I have a device that does just works (not secure connection but what...
Hi,
I have a custom board based on the nRF9160 SICA SIP, using only NB-IoT with a lock on a single frequency. GPS is disabled, and there are other peripherals connected...
HI,
We have two products that work together. One uses the nrf52832 and the other nrf5340. Using the Programmer (3.0.9) we can take a factory fresh 5340 Erase all and program...
Please refer screen shot attach I am able to configure uart0 but not able to configure uart1,2,3
i am receiving multiple errors while same code is working fine for uart0...
Hi, I recently moved a project from one computer to another and the files and all the include directories were in a mess. I cleaned up most missing files and moved directories...
Hello! I am using nRF Connect SDK 2.6.0v. I want to enter the device into deep sleep mode when i press the button 2 sec When Next time I press the button 2 sec, wake up from...
Hi!
This question has been asked before in various forms, but none of the answers I've seen will work;
Is there a way to get any callback before or after a BLE Advertisement...
Hi all,
i am using NCS 2.4.0
I have a question is there any possible that i can use double slot to update firmware over BLE FOTA?
I already look at the website below...
Hello, I am currently working on a custom board that contains the E73-2G4M08S1C module. This module contains the nRF52840 chip. My goal is to exit System On periodically every...
How to create multiple BLE connections, one just advertising and another allowing connections with different names with the nrf Connect SDK in the peripheral_HR example?
Hello Nordic team,
I am using nPM1300 and nRF5340 in my custom board. I am using also Renata ICP621333PA-01 battery in my design. In order to prolong the battery life, I...