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...
To the kind attention of Nordic support team,
I'm using sdk16 and usbd. Sometime I get
app_usbd_core.c -> usb_core_ep0_handler_check --> NRF_LOG_WARNING("Previous setup...
Hi All,
Now i'm using peripheral - blinky project,and i saw the Block allocator module in the sdk_config.h.
Can anyone tell me what is the Block allocator module use for...
Hi,
I met some problems when I tried the sample 'direction_finding_connectionless_rx' in ncs v1.7.1 on nRF5340dk. I copied files to hci_rpmsg/boards as https://developer...
Hi all,
I got my nrf5340PDK working with the Thread CLI Sample.
I can now connect to the UART interface and issue ot commands.
According to the tutorial Thread: CLI...
In response to a BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, we have called sd_ble_gap_data_length_update, with the following parameters:
Rx Octets: 251/ Tx Octets: 251
Rx...
Hello everyone, i need to increment a counter each time my button on the nrf534DK is pressed i'm using sdk v 1.7.1 . is there a simple way to do it or a function which supports...
Hello!
I've seen similar posts about this issue: https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching https://devzone.nordicsemi.com/f/nordic...
I am looking to handle low priority interrupts on a single GPIOTE Port Event but when attempting to add the second pin with the same handler i get an error and the handler...
Hi Team Nordic and fellow engineers, I am seeking to find better parts from Nordic RF Transciever lineup
to replace nRF24L01P-R, in order to improve the performance of the...
Hello, I intend to use libuarte under FreeRTOS together with the SoftDevice (SDK 17.1.0). An app_timer is used for the RX timeout. I think there might be an incompatibility...
Hello,
I have a situation where I would like to reset the MCU (nRF52832) under Zephyr. For the most part I use ```sys_reboot(SYS_REBOOT_COLD)```. However, I would need...
Hi,
I just downloaded both versions 1.7.0 and 1.7.1. Compiling asset_tracker_v2 right out of the box with west build -b nrf9160dk_nrf9160_ns --pristine I get the hex files...
I built a game controller hardware for windows . I am supposed to have a few millisec. latency on notifications.
But the latency seems to be noticeable. I have also tried...