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,
I am currently having a project which is communicating between nrf52811 and nrf9160.
I have an issue in nrf52811 when I try to check or debug in realboard.
I already...
Hi, I am currently having a project using nrf9160. I would like to learn basic of this microcontroller from example in SDK. Which pca--- should I use for nrf9160? Thank you...
I try to connect an nRF9160-DK board to a private MQTT server.
Using DNS I get a failed responce (-2)
When testing with mosquitto_pub/_sub the DNS is functional.
When...
Hi, I am trying to initilizate the APP_UART using the APP_UART_FIFO_INIT() and initilizate the app_timer, but it does not work, in spite that the code is compiling.
What...
Hi, I am using nRF5340 audio DK PCA10121, NCS 2.1.1 I am following https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/nrf5340_audio/README.html#enabling...
In asset_tracker sample program, the general thread program has following structure:
static bool xyz_event_handler(const struct app_event_header *eh)
{
// subscribed...
Hello everyone!
I have a Segger project written previously to catch and process sensordata from a NRF52840 DK thats connected to some peripherals (HC-SR04 and such). My...
My device is a Central that connects to a peer.
I write all relevant characteristic descriptors to enable notification with value 0x01. And indeed all notification work...
Hello, I am currently working on a project where I need to be able to put the device in low power mode (PM_STATE_SOFT_OFF), but I am also using the LittleFS filesystem for...
Hello,
I would like to trigger an action on every successfull connection event of a BLE connection.
Is there a way to know when the connection event was successful or...
Hi all,
We try to compile the smallest project for NRF7002. We except to use it for scan only.
We start from the shell wifi sample in NCS 2.1.2.
When we remove the configuration...
Hello,
thank you for your help to solve my previous issue with resetting the RTC event ( ). I'm glad to move to the next problem with my task, which is triggering the SAADC...
Hello, i tried to implement a commissioner over the API, but i get the error undefined reference to `otCommissionerStart'. In the prj.conf i added:
# Enable COMMISSIONER...
Hi everybody,
I am trying my best to make my nrf52840dk communicating with an external bmp280 sensor using i2c, but I could not even read the cip id.
Maybe I completely...
Hi,
I'm currently using an nRF9160DK with an NB-IoT sim, and the problem I am currently having is that I cannot establish a connection with the nRF cloud.
What have...