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...
After several record updates one by one I get FDS_ERR_NO_SPACE_IN_QUEUES. However after each record update I wait for FDS_EVT_UPDATE event. I was sure that waiting for this...
I have %XRFTEST working on the 9160 in every band listed in the datasheet other than Band 14 and 17. Is there a reason these bands are not supported with the test mode?
...
I'm looking into integrating the SoftDevice controller (not full SoftDevice) from nrfxlib into NuttX RTOS. NuttX would already provide the host layer so I would only need...
Hi,
We are evaluating use of the NFC functions on our nRF52840 - based solution (currently we use BLE). I have been able to understand how NFC Tag payloads are setup within...
Hello,
Is calling --eraseall before calling --program the same as combining --program with --chiperase?
Does --recover erase all the areas that --eraseall and --chiperase...
Hi Dev team,
I am working around with the Thiny91 and wanted to have more information regarding the power consumption characteristics of the board.
I have a program running...
Hi,
Please clarify how RF performance degrades from 3.3V (PS) to 3.1V (3GPP), referred in nRF9160 Hardware Design Guidelines v.1.0:
3.1.2 Voltage range The operational...
Hi, I am getting error from socket() function. I cant find definition for AF_LTE family. I am using simple socket() as:
socket(AF_LTE, 0, NPROTO_AT);
It will compile but...
Hello everyone,
I'm having an issue of trying to connect via NRF Connect to my nrf52840 DK boards, but I am encountering the following error messages.
Core0: Error while...
Hi, I want to add an FTP client to my Zephyr projects. I am using an nRF52840-DK with a Quectell BG-96 modem. I want to upload and download large files using PPP protocol...
Hi,
We are developing an application on a nRF52840 using the nrf SDK (16.0) which should connect to a nRF52832 device , read characteristics of two different custom services...
Hi. We have developing a IoT board based on nRF9160 and faced some strange issue. We have realized the reset schematic of nRF9160 in this way
The nRESET pin is pulled...
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to...
Hi,
I am working on SDK 15.2, s132 on NRF52832-based board.
I would like to use the automated tests like here to connect to my devices and do some tests.
My device is...
Hi everyone,
we are using nRF52832 with SDK 15.0.0.
Our device uses one central and one peripheral simultaneously that are running independently. Recently, I've faced...