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...
Dear friends,
I want to store the sequence nunber in flash, from the case we can know the mechanism.
I found a strange phenomenon that I flashed a serial example( nrf5_SDK_for_Mesh_v5...
Dear friends,
I used my nRF Mesh app provsioning a new device, now, I can export the Json format configuration data of the Mesh network from nRF Mesh app, I want to use...
Hi,
On button press, the button handler event calls the "ble_lbs_on_button_change" function which sends notification to the BLE client.
The value of the button state...
Hello Nordic support,
I am developing a Zigbee application based on FreeRTOS for a device with coordinator role. I was able to add the Zigbee stack and start the Zigbee...
Hello,
I am using the NCS v1.5.0 and a custom board with the nRF9160. In my case, I am using only MCUBoot as the bootloader and would like to validate a firmware image before...
Hello I'm using saadc sdk (v17.02) and I'm using a simple water level sensor.
I am asking a question because there is something strange about reading this sensor through...
Hi !
Sorry about that simple question but I couldn't find any documentation about what I want to do.
This is a fairly simple issue. When building a program using TF-M...
Hello,
I need to handle 2 buttons so I configured GPIOTE. The issue I'm facing is that this IRQ occurs only once, when I press both buttons for the first time.
The ISR...
Dear Nordic,
we are starting a new project based on nRF52832 and we would like to use ANT+ communication, BLE central and BLE peripheral at the same time. To better manage...
Hi, dear Nordic & all:
I have a question about upgrade bootloader.hex, that is : Can I upgrade bootloader part when develop on nrf52832 with nRF5_sdk11( nRF5_SDK_11.0.0_89a8197...
Hi there,
We are currently conducting tests on the nRF9160 using the LTE Serial Modem app. We do however have issues testing the RAI feature on the device with an LTE-M...
Hello I would like to use the crypto example in sdk v17. However, when I try to build it, the following error is output:
I've done a few things while looking at the forum...
We are referring " ble-characteristics-a-beginners-tutorial " to create a custom service.
I want to modify security permission from "
BLE_GAP_CONN_SEC_MODE_SET_OPEN" to...