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...
Hi,
I have a nrf51-DK, and I use softdevice s130_1.0.0 with keil c 5.18a,
My project with custom service uuid "DFU" and custom uuid "my_uuid", and battery uuid, alert...
Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
After connection, if i want to change SUPERVISION_TIMEOUT, is it possible?
If it is, how can i do that?
I need...
Hi.
I am trying to get the RTC started, and I've followed the rtc example in the NRF51_SDK.
But things go wrong when I call:
ret_code_t err_code = nrf_drv_clock_init...
Hello , RX: nrf24LU Tx: nrf51822 use ESB Lib. But the nrf24 Can't receive data continuous.
if I Want receive 2th data , I must power up the nrf24.
This is my Code :
RFCTL...
hello,
I wanted an info which tool is better for debugging when using
native SDK.
do i have to use pyocd or openocd for native sdk hardware debugging
and if you can...
Based SDK 9.0 "ibeacon" example, nRF51822(QFAAG0) work's well when download the ibeacon.hex.
The target set as follow:
Based SDK 9.0 "ibeacon" example,nRF51822(QFABC0...
Anyone seen the new nRF52 online power profiler ?
It's an online tool that estimates the current consumed by your BLE application.
This allows you to better understand...
Hi,
Before starting advertising using advertising_start() function, if pstorage function is used to write data, then it gets stuck at that point as no pstorage handler...
Hello, I have an issue with ble_app_hrs_rscs_relay that doesn't seem to exist with the other sample projects.
The project compiles without any issues, but when I run it...
Apart from pressing Button 4 or adding a DFU service to current running application. Is there any way to enter DFU mode from application?
Is it possible with nrfutil to...
Is there any tutorial or good example for I2C communication using TWI? I already saw the examples for TWI, but I don't find them very intuitive to change for I2C.
I'm trying...
After updating an application on nRF51822 chip with a new application which has new Characteristic UUID via BLE, iOS app cannot detect the new Characteristic UUID.
I know...
Hi to everyone,
I'm trying to use the CMD Mode of my Sniffer but I have different problems. First of all, when I switch to the CMD Mode the red LED didn't blink (it doesn...