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...
AS i am trying to utilize GCC for more than 32 KB code size,
i use Eclipse which provides more friendly interface.
However, i am still experiencing some setting issues....
Hi,
Details:
I am using nrf sdk 10.0.0 and s130 Softdevice.I am using nrfgo studio for flashing SD,Application Hex files.I am using this nrfgo studio for past three months...
Hi,
I'm developing nRF51 proximity based device using nRF51822 that acts as BLE peripheral. It advertises continuously using connectable indirect mode.
User has Android...
app: nrf tool uart on iphone 5s
sdk: v8.1.0
softdevice: s110
example: ble_app_uart.
i have modify it based on the answer :
link text
my advertsing init as...
The device I completed has similar RSSI values at approximately zero distance as my development kit; starting with default Tx of 0dBm from the nRF51822 I achieve approximately...
I am having an issue implementing a WS2812b driver for the nrf51422 using the 210 softdevice. We currently have ANT enabled with a tx master only channel setup. The WS2812b...
What I would like to do is run a basic SPI program that reads data from a register on a non Nordic transceiver chip. My nRF51 would have to act as the master because the transceiver...
Hi,
Which service should I use for temperature non-health related, like room temperature, for example? I have browsed trough the Gatt Specification>Services of the Bluetooth...
Hello,
I follow the tutorial devzone.nordicsemi.com/.../
And in the step of copy examples
I only got ble_app_uart_s130_pca10028
and no package of s110 was found
I'm...
Per my another question:
devzone.nordicsemi.com/.../
I have taken the kind advice of Bjørn Spockeli but to no avail.
I tried this solution to enter debug mode:
...
I want to use the sd_ble_gatts_hvx() to send the notification with a packet, and the length of packet is 12 bytes, but the return value is "0x000C". I tested the length and...
Hi,
I try to run a dual mode(peripheral/central) with S130. I'm using SPI serialization and sending command form an external MCU. I try to follow the example ble_app_hrs_rscs_relay...
Hii all,
I am trying to work with dfu, I developing an application that works with dfu, when I flash the softdevice and bootloader the device advertising as dfutarg and then...
I've loaded the S210_nRF51422_5.0.0 softdevice on my board from the nRFgoStudio.
I compiled the ant_hrm_tx_auto_s210_pca10028 project with no problem. However, when I try...
Hello,
I am developing two systems. One is a peripheral that advertises both a beacon and a ble peripheral custom service (using nRF51822 with s110 softdevice). The second...