We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
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...
Hi everyone!
I have already developed a couple projects in nRF52 DK and the result was quite messy. I want to make it right this time and that's why I am requesting your...
According to following function declaration:
an error code should be returned, which indicates reason of failure. However when AF_INET6 is used as ai_family in hints argument...
I'm trying to install the nRF Command Line Tool on my MAC running macOS10.15.6. However none of the avaiable version on the Nordic website will install. Apple refuses the...
Reagrding the BLE Mesh Bootloader, is an external flash necessary? And if yes, are there any recommendations?
Like I saw in the Mesh User Guide the nRF can store the received...
Hi,
Currently, we work on a project that uses: nRF9160 Zyphre OS Segger Embedded Studio for Arm (Nordic Edition) V5.10d SDK v1.4.1 mqttlib.
According to the documentation...
Dear Nordic,
Could you please suggest the hands-on guide to implement MCUboot functionality in our project for 52840? We've spent around two complete days without any positive...
How can I send data (byte) from Android app into App_Template running on 52832?
I can connect to the device and I can see the services, once of them (1403 or 1404), has...
Hello,
I'm evaluating the nRF52840 before incorporating it in my MSc. project and would like some clarification on power supply configurations, detailed in PSv1.5 p. 589...
Hello,
in subsys/net/lib/nrf_cloud/src/nrf_cloud_agps.c, in function int nrf_cloud_agps_process() there is an error - we are taking semaphor and then do check for validity...
nRF9160 SIBA on custom board is unable to connect to NB-IOT and resets after about 10 seconds of operation.
Without a call to lte_lc_init_and_connect the reset does not...
In our application, we have two devices that will communicate to a host at a time. All are nRF51822. However, the two devices could be swapped out with two new devices to...
Hi,
i am a beginner with nRF9160-DK and i was trying to open a Project. Then i got the following error:
Creating solution rgb_led.emProject C:/Users/tcheced/ncs/v1.6...
I am using nRF52832 with nRF52 SDK 17
My application consists of two timers running every 5 seconds and every 35 ms. After some very long time and only with a few units...