I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
Hello!
I am wondering what the impedance looking into ANT pin 30 is for the NRF52832 WLCSP package. Does the recommended 1pF shunt and 3.3nH series transform the pin impedance...
I have a custom built multimotion sensor that is using NRF52840 and is setup as a sleepy Zigbee end device, however I can not find a way for it to poll its parent less frequently...
Hello, I was trying to run PDM microphone example code for Thingy:52 on my own PCB with nRF52832 chip. I was struggling a lot and can't even start PDM clock, using some free...
Some models such as the Time Server requires that certain messages are sent with a TTL of 0. (See 5.3.1.2.2 Sending a Time Status message). However, not all messages sent...
I'm migrating from SDK 14.0.0 to SDK 15.0.0, due to Migration guide I have changed my `advertising_start` function so it looks as follows:
However I got an error 9 for...
Hi,
I am new to the nRF world of controllers. I am planning to use these wireless MCU for our IoT enabled products. We are in the early stages of finalizing the MCS, so...
Hi,
I'm including additional C libraries into the asset_tracker sample and have already hit the wall exceeding the space allocated to FLASH
Memory region Used Size Region...
I've noted an odd bug in the SAADC specifically with the Low Power Mode enabled. I used the SAADC to either gather data via Timer+PPI during a data collection mode, OR polling...
Hi,
I'm working on audio codec(ES8374) which using I2S to transfer data, and this part is fine.
Since project require low power consumption, All peripheral should be closed...
Hi everyone,
I am facing the weirdest problem here.
I am working on a custom board using the NRF52832 which I was able to program without issues. I have been working...
Hi,
I am trying to test LESC Security Mode 1 Level 4 bonding with a peripheral ble_app_hrs on PCA10040 and pc-nrfconnect-ble (v2.2) with pc-nrfconnect-core(v2.6.2) with...
AoA/AoD functionality is critical to a product I'm developing.
I'm told that this functionality hasn't been released yet.
I'd like to get a rough idea of when hardware...
I am usin the nrf52840 with USB DFU on the nrf52840 dongle. I want to use the DFU since I may be needing the reset button or will not be configuring it. If I don't configure...
HI nordic,
I had a NRF52832 DK which acts as central. In ble_app_uart_c example i need to scan the battery level of nearby beacons without connecting to the beacons
How...