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,
I'm running into trouble using openocd to flash code onto the nrf52840 and then step through it. I'm running High Sierra (although I doubt that's important), and...
Hi, I'm designing water meter modem using the nRF52840 + nRF9160. I will apply nRF52840 as a HOST CPU and the nRF160 contol by nRF52840. (please refer to picture.) Which Interface...
I have developed an app with DFU using SD s112(version 5) for custom NRF52810 board.
Q1: I want to update SD s112 to version 7. is it possible ?
Q2: how ?
Hello,
I'd like to detect a power failure and keep the nRF52840 alive using for example a super capacitor.
From the hardware side, is it ok to just feed the nRF52840 through...
I am a newbie for BLE MESH. Trying to migrate the existing product which based on self-defined GATT service to BLE MESH network, and got confused.
Current scenerio, the...
Hi.
I am using nRF52840 as a USB mass storage device with SD card. I came across the docs stating that the total number of BULK endpoints available are 14 (7 IN, 7 OUT)...
I have a working code to get FatFs running with SD card over SPI0 interface on a nRF52840 DK. I wanted to know if it is possible to add another SD card with FatFs on SPI2...
Hi,
With the S132 SoftDevice running, is there a way I can ask it to temporarily pause interrupts for a small segment of time so that I can execute extremely time critical...
Hi, The DFU process is working correctly and I've tried downgrading the app version which throws the expected error, so it is stored someplace Accessing via the recommended...
Please tell me everyone's knowledge!
I've seen discussions on smartphones that support "LE Coded PHY", but I'm looking for a tablet size.
Is there any smartphone with...
I'm trying to get my nrf9160 DK to communicate with an i2c device so I setup a project to enable the i2c module and use TWIM to send i2c data. But then I run it and it only...
Hi,
I am using nRF52832 S132 SDK15.2
I am developing an application where the development kit which i am programming is a peripheral.
i want this to connect to specific...
Hey All,
I'm running the LTE Link Monitor on nRF Connect 3.3.3. I'm connecting to my custom nR9160 Feather via the built in USB-to-Serial. I'm able to open the serial port...
I tried to drive MAX30003 to get ECG signals through nrf52832.
I use an analog signal instrument to give the standard ECG signals. Now,the nrf's SPI timing sequence is right...
Hello,
The BLE peripheral I'm developing does not have any specific required connection parameters. I understand that the central ultimately controls the selection of parameters...