My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
Hello nordicsemi devzone community,
I'm trying to use the SPIS peripheral example in the latest SDK to transfer data from an FPGA to a NRF52DK board. At low frequencies...
Hi all,
I am using PCA10059(nRF52840 dongle) to learn Nordic BLE solution. I start from \examples\peripheral\blinky project and Segger development environment.
Now I want...
Dear Nordic Support,
I'm working on a custom board, containing the NRF52840. I am using SDK 15.3.0 and SoftDevice s140 to implement BLE.
Recently I've bought the Power...
Our organization is evaluating nRF5340 for future connected products. We are working with a proprietary OS and using the Zephyr RTOS on the Application core is not a viable...
Hi, I'm using nrf52832, sdk15.3. I have 4 pressure sensors connected to a multiplexer (MUX) chip. And the output of the MUX is connected to channel A0 of the nrf52832. I use...
Hello,
I need to send a file of about 70KB capacity through BLE. I send each packet as 16 bytes, I get an error 19 after about 10 submissions. I have read the answers, and...
Hello:
We have a project under development which is about real-time wireless voice transmission using the nrf24l01P,We will send 96-byte voice packets each time. We intend...
Hello, Is it possible to do a save as or copy an example to another directory/folder without having to re-link all the .c files? I am using SES 4.30c. Every time I take an...
I am developing based on 52840. I can only supply VDD at 2V. I wonder if that is doable. If the answer is yes, then how should the VDDH be connected?
The datasheet requires...
I have custom board with nrf 52832. I am using SDK 15.2.0 and softdevice s132 V6.1.0 to transmit advertising packets periodically. I have written simple application that reads...
We use nRF52840 chipset to design a BT module, and it went into pre-production now. But we found the RX sensitivity is not good. We need your help to confirm the RX sensitivity...
So I am using nRF52811 and I have noticed the battery voltage going at a constant rate and suddenly for a time of 2 mins the Voltage value (ADC) dips and it comes back to...
Hi,
I read many post on devzone, but still not familiar with programming "custom board" in my case, board from Sparkfun. My Sparkfun is correctly connected to nRF52832 DK...