Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi again
I have used nrfConnect to create an application from sample, the sample being peripheral_hr_coded
I have placed my custom service into the app, and it works...
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...