Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
Hello, I am trying to measure the input voltage on an nRF52833 and it is not behaving as expected.
The following code is taken from here and works as expected on any nRF52832...
Dear Sir.
I am using the cJSON driver .
When it comes to string it works fine .
However when I use integer and swap the lines
//cJSON_AddStringToObject(root, ...
I'm sorry my English is not good enough.
I am developing a product that works as a BLE peripheral using nrf52832 and NCS1.6.1.
In addition, the following statement is...
Hello,
I am trying to establish a mesh network with two nodes(self provisioned) simulating the Light and Light_switch examples without the provisioner. My plan is to play...
Fairly new to nRF Connect SDK & Zephyr although I have worked a lot with NRF5 SDK
I'm at a bit of a dead end here. I trying to setup a way to repeatedly read out data from...
Hello,
I would like to use littlefs in out Project and it seems to be very usefull. I read several documents and have the sample running on the eval board. But there is...
Hello,
I'm using the power profiler to perform current measurement of our IoT device. It appears to work well when running for a few minutes capturing. When I wrong for...
I am trying to use SPIM2 on an NRF52840 based board. The SDK is 17.0.2.
For the life of me I cannot understand how to 'consistently' determine the values to be specified...
I'm trying to modify the HTTPS sample to connect to Google Cloud Functions but I keep running into this issue where connect would fail.
1. I have disabled TLS peer verification...
We have a running project with nRF52840 + S140 7.2.0 - SDK: 17.0.2 + Bootloader.
I need to change the size of our bootloader in a production environment. This update must...
Hello,
We are currently certifying our module for Verizon in the US. As such, we are updating our software to work with MFW v1.3.0 and the corresponding NCS version v1...
Dear Nordic,
we developed firmware based on S112 and SDK 17.1.0. We have a problem with poweroff routine: at poweroff the status LED is ON.
this is part of our circuit...
Hi Team,
I am using nRF52840 on our custom board. I have enabled SMP for DFU and SMP image management in my build. DFU was successful for the 1st time but when I try to...
Hi,
I have my programming environment set up to use the nRF Connect SDK through VS Code, as the most recent documentation suggests. I can successfully build and flash code...