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,
as I said before I am working with nRF52832. I can connect with nrf and program it. for example I can make an LED to blink. but when I run the esb_ptx example the program...
Hy.
I use nRF24L01P+ in many projects. I buy it in the form of a pre mounted board, with an LNA on board, for ex. from this site:
http://www.icstation.com/24ghz-ml01dp5...
Hi Sir,
For nRF52840, we have a layout guide, nAN-40, can reference.
For nRF9160, do we have the information of land pattern or similar document can reference?
Thank...
Hi,
In a project I am working on with the nRF52840 I will need the ACL to protect a private key in the flash memory. With help from another post here I put together the...
Hi,
I am using an nRF9160 dev-kit and I am debigging some connectivity issues.
Unfortunately there is some random bahaviour on the Serial Interfaces, which are exposed...
I am a recent student interested in Nordic. I know that my skills are very, very poor. Sorry for asking this question T_T I want to use i2c sensor vl53l1x. I tried to refer...
Hello,
I am developing a Zigbee coordinator with the nRF52840 DK and with the nRF52_SDK_for_Thread_and_Zigbee_v_4.1.0. I flashed the CLI example and everything works fine...
Hello,
could you advice me where can I find description of nRF5 anomaly 211 - the one described in nRF5 SDK 17.0.2?
Citation from 17.0.2 release notes:
...
...
Hi,
I intend to use the DFU BOOTLOADER in my product.
I’m using a PCA10040 DEV board for the tests with S132
I download the nRF SDK V17 and I compiled and I tested the...
I understand that nRF-9160 DK has Segger J-Link to program target devices / custom boards. Can this be used to program any ARM Cortex Debug Connector (10-pin)? Or I can program...
Hi. I am using nrf52840 with Softdevice 16.0.0 + BLE_uart_peripheral.
The SPI master transmits 2 SPI packets every 10 ms. At the the SPIS event handler, I call ble_nus_data_send...
I am seeing an issue when, after the pairing process is complete, during the BLE_GAP_EVT_AUTH_STATUS event, that the peer addr_id_peer field is always 0. For testing, I am...
My platform is nRF5_SDK_16. Softdevice is s140_nrf52_7.0.1_softdevice. I want to be the central role and scan nearby peripherals. Which function do I need to use? Which document...
I am totally new to nrf and just started with nrf52840. I've gone through certain tutorials available on youtube and some other on internet.
I've installed Segger embedded...