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...
i am using UART service for implementing BLE App on iPhone-4s by using objective-c.
i downloaded old source code of UART but it can't work.
so can i get latest updated UART...
Hello Everyone,
I am working on nRF51 can any one tell me how can i get current time in microsecond?
micros() return current microsecond time in arduino. I wants same...
I am new at this, I need to enable the OTA DFU mode on a nRF51822 QFAC chip on a pcb (the pcb has bluetooth).
how can I program it? what do I need to configure?
I am trying...
Hello,
I can't copy file from mail after updated nRF Toolbox to v4.0.4. (iPhone5s & iPhone 6Plus)
The app crashed when I select Copy to nRF Toolbox.
Any solutions?...
I found we have to build micro-ecc.lib on our own, so I follow the below link to start to build it:
Installing micro-ecc
Then, we meet the below to errors:
Makefile...
Im based in the example of SDK12.0 - MULTILINK_CENTRAL and i have to know the RRSI value in dbm if it is possible from the peripheral device that is connected to me but i...
nrf52 restart from main() after hit breakpoint and enter [Go] under IAR. It looks like there is some kind timer or watchdog to reset system etc... if stay in breakpoint (...
I have a PMIC in the device that I am building which will eventually take over from the battery. But I have to program the PMIC on startup, using the nRF52. I am trying to...
Hi,
It's the first time I'm developing a piece of code using Nordic SDK, so my question may be absolutely dumb!
We are working on a bl652 (with a nrf52 inside). I just...
I have an application that uses many TWI buses, on many pins of the nRF51. I handle this by initializing/uninitializing a single TWI bus for different transactions. I ran...
in S130 v2.0.0, what is address of central?
i'm using ble central tutorial successfully compiled.
in case of ble peripheral, i can set address whenever running.
so ble...
Dear Nordic Team,
Thanks for supporting.
How to add custom characteristics in standard service ?. I am using Health Thermometer service (HTS). I want to add two custom...
I mounted the chip onto my own PCB, I am not using a devkit, My board is "Wireless-Tag WT51822-S2", it is a module that uses nRF51822-QFAA as (SoC)
I am the ble_app_uart...