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...
It looks like even with the latest SDK 1.6.0, the full modem firmware pre-validation is turned off.
It looks like this is a modem firmware feature, so it would seem that...
Hi All,
I am new in the Dev Zone and apologize in advance if the question was posted in the incorrect section.
I would like to run the Thingy91 as tracker hardware for...
Is there any API (software) available to evaluate DWM3000EVB module on nRF52 DK?
Can we use the API/software available for nRF52840-DK for nRF52-DK as well?
From where...
I am following https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.0/nrf/gs_installing.html for installing on Linux.
I have installed SES from 1.6.99 documentation...
I am trying to get use the Zephyr console sample for nrf52840dongle but when I have configured the following in my prj.conf file I get a link error.
When I reload the...
Dear friends,
From this case , we already know that the mesh stack will arrange a new block when the node is reset, so we will get a new sequence number. We will use the...
Hi, dear Nordic team. I would like to use buttonless OTA DFU for nRF52805.
Here is what I did:
Step 1) install all tools
Step 2) Build my ADC code, rename the output...
Hello
I'm going to use 'frequency hopping' to prevent frequency interference.
I don't know what frequency hopping is yet. May I have a good example and related documents...
Hi there
We managed to send/receive SMS on the nRF91Dk using the asset_tracker_v1 example, which contains the at_client.
However, with the asset_tracker_v2 we never...
Hi all,
Here's the context -
Hardware :
- nrf52840 DK
- sensor - LIS3DH connected via SPI
Software:
- SES
- nrfConnect
I need to send data being captured...
I've been trying to write a simple I2S loopback project for the nRF5340DK board using SES. Zephyr's documentation doesn't list I2S as a supported peripheral for this device...
I updated the firmware according to the video "https://www.youtube.com/watch?v=xQ7hDzRULJQ&t=314s&ab_channel=NordicSemiconductor"
File for "update modem" : mfw_nrf9160_1...
Good morning everyone,
I have questions regarding the initialization of UART communication between nRF52 and nRF91 on nRF91 DK.
Device HW/SW setup:
nRF52 DK: Bluetooth...
Hi!
We recently developed some firmware using S112 on a nRF52810 but realised that we needed data length extension, so changed to using S113.
Previously everything worked...