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...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've noticed sometimes the merged hex file differs slightly between different mergehex runs when merging the same hex files. Is this a bug or mergehex tool never guarantees...
Hello!
I'm having a problem and a hard time trying to understand what's wrong. Currently, I'm using the SDK 14.2.0, SD 5.0.0 and Segger on macOS 10.14.2.
I'm using the...
Hello,
I have a product using NUS profile and plan to update it to support connection from multiple phone
Do you recommend to start from Multiperipheral example and...
if i use this code to send data,i sometimes miss data..
do { err_code = ble_nus_string_send(&m_nus, (uint8_t*)data, &data_len); if (( err_code != NRF_ERROR_INVALID_STATE...
I have nrfutil version 5.0.0. I run this command:
nrfutil pkg generate --hw-version 52 --sd-req 0xA8,0xAF,0xB7 --application-version 2 --application ./nrf5/Debug/nrf5.ihex...
Hello! We are trying to use Nordic AndroidScannerCompatLibrary in our Android application to scan BLE devices and measure its RSSI level. BLE devices is mounted on ceiling...
Hello there,
I would like to read the data I sent through a WS2812b LED string. I drove it using I2S. Upon reading it, seems like it is not a good idea to read it using...
Not sure what I did to cause this, but my nRF52840 no longer works. I searched for solutions and came across:
https://devzone.nordicsemi.com/f/nordic-q-a/24592/my-nrf52...
Hi,
I am wandering if it would be possible at all, to wrap a quarter wave antenna printed on flex pcb around a cylindrical battery (LiFePo4)?
Would the radiation be...
Hello,
Information:
SEGGER Embedded studio Studio v412
Windows 10
nRF52832 on a development board.
We are attempting to merge an application with a bootloader...
I have read that the nrf51822 is not supported anymore in the examples of SDK's older then V12.
Does the nrf51 completly not work anymore with newer SDK's or are only the...
I have my system working with softdevice compiled in but not enabled. System communicates with external chip using SPIM peripheral, everything is working fine until I enable...
Hi,
I have my custom board wired to the nRF52 development board. I am using SDK 15 and softdevice 132 for this. I am trying to set up SAADC to measure adc data on Analog...
Hi,
I'm only seeing the GPS_SIM driver in the nRF Connect SDK. Is there any driver to enable any evaluation of the nrf9160 on chip GPS anywhere?
Regards,
Kilian