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...
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...
Dear
I modify the example of PCA10056 mesh light-server for PCA10059 and it works after I program PCA10059 by nRF Connect –programmer go through USB interface. But there...
Hello,
What is the PPM of LFRC?
In our case, the device will remain in low power mode (System ON, wake up from RTC). The device will wake up at every one hour. Which...
Hello Nordic,
nRF52840, SDK16.0, Softdevice 7.0.1.
I'm using LFCLK to generate an accurate tick for device time keeping (with Prescaler=255, Freq=128Hz, Tick=7.8125ms...