I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
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...
https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role
I use this code.
The connection to thingy was successful. max connection is 10.
The discovery of...
Hello,
are there any new information about the provisioning application? I´d like to set up a Bluetooth Mesh with nrf52840PDK boards and use my smartphone as a provisioner...
Hello Everyone: I have a question: our device needs the long range function, but at the same time, it also needs to wait for the phone to connect. The device and device can...
I am using nRF 5 SDK v 14.2.0.
Store six items of data in flash memory with int or float,
In the program, the values of the six items are acquired,
I want to operate with...
Hello everyone,
I started porting our software from NRF52830 to NRF840.
I am currently stuck with a weird problem: I a unable to use and configure PINs of the NRF52840...
Hi,
I wanna automate the processing of compilation, my idea is to point all path-related files (*.c and *.h), I wrote script which is looking for all *.c and *.h files and...
Hello Nordic team
I am working on nRF52832 Dk, SDK v15.2, example "ble_app_buttonless_dfu".
Following code snippets is the GPIO configuration for pin interrupt:
ret_code_t...
Where can I find the hardware files (PCB, board layout, schematics, etc.) for the Thingy?
There seems to be a vague reference to zip file but no link.
There seems to no...
Hi All.
We are trying to do DFU on a device using s132_nrf52_5.0.0_softdevice.hex.
The DFU interrupts first time when it is around 15-20% complete.
When the DFU is attempted...
Hi!
I am using nrf52840,sdk 14.2,Keil IDE
I am using bmp180 and mpu6050 sensors.
In proximity code,I have integrated both sensors separately,It works fine.
But while...
Hi all
i'm new in both this site and nrf52
i have a question
Is there ADC CONFIG register in nrf52? i can't find ADC_CONFIG in nrf52
NRF_ADC->CONFIG = (ADC_CONFIG_EXTREFSEL_None...
I have an application where I am sending a fixed packet length of 32 bytes to data pipe 1.
I have set the data width to 32,
I have auto acknowledge enabled on P1.
I...
Hi,
I designed a nRF52832_xxAA board, I can't find the bluetooth name in iphone - settings - Bluetooth - Devices, but I can read/write and notify in myself mobile app and...