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 All.
Following the step by step guide on Getting started with Nordic's secure DFU bootloader, when I try to build the uECC library by issuing a make command, I systematically...
We currently have an older Sena SD1000 bluetooth module in an embedded system that functions as a UART wireline replacement. We just connect it to a UART on the embedded controller...
Hi, I have a simple application with logic is: - every 3 or 20 seconds send some data via modem (based on AT commands), - sending and receiving data via serial port to and...
Hello,
I am attempting to find gerber data for the development PC or a mechanical drawing of connector locations. I would like to make a PCB that plugs into this board...
Hi, guys! I noticed this answer from the devzone .
I have nRF52 DK and an nRF Thingy. I want to play a short speech using I2S with MAX98357A .
This speech is usually...
Hey,
simple question: What is the recommend approach on prolonging the advertising period?
Example:
User clicks a button -> advertising starts for 180 seconds.
User...
Hi Support,
I am testing current consumption of NRF_TIMER1, below is my code snippets, basically, I just start timer1 task and then stop it.
After the two code lines...
Hi there, I really much in trouble with USB CDC ACM. So that would be great if you can help me out with this: I upload the "USB CDC ACM" example (SDK verison 15.2) to my nRF52840...
This is a question of curiosity rather than a specific concern: In my sdk_config.h I have my prescaller set to 0: Based on this, the RTC1 used for AppTimer should rollover...
I am working on an older project that was developed using SDK 11.0.0, SD S132 2.0.1, and "Eclipse 2018-9." No MDK appears to be being used.
I understand that the MDKs are...
Hello,
BLE 5 applications on the nRF52810 which softdevice should we be using S112 / S132 what are the primary differences between these? I wanted to know a comparison...
Hi,
I'm collecting data from BLE and storing them into nRF52840 Dongle by using nrf_fstorage_write procedure. Everything works fine so I can write data into flash by nrf_fstorage_write...
When I run the TWI scanner example, an unknown address shows up in tandem with my TWI device address.
I am connecting a MAX30101 EV kit daughter board to the nRF52840...
In the secure DFU bootloader, I have some custom initialization that I need to happen after the BLE transport is initialized in nrf_dfu_init(), but before loop_forever() in...