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...
In the SDK it suggests we use those new nrfx drivers, and says the legacy will no longer supported in the future. However, in the examples of the SDK, it uses the legacy driver...
hi
i am using sdk for mesh v3.1.0 i get my data from the uart and sending it over the mesh. i have been getting an error within the function net_state_seqnum_alloc() that...
Using SDK nrf52_sdk_16.0.0 PCA10040 S132
My code can read and write Flash using the "Data Storage Flash" interface, IE calling fds_record_write(...) and waiting for events...
Hello I am quite new to the hardware encryption topic and I have the following questions.
On a device where the MCU samples a sensor data and stores it to a external IC...
Hi .. I've a Chinese watch with NRF52832 CPU DTNO.1 F18. I'd like to change it watch face as all watch with Mediatek CPU ..
Is there an application to easily do that How...
I have a BLE application that I successfully program onto the dongle by pushing the reset button on the dongle and using the "programmer" application from nRF Connect.
The...
To demonstrate installing the tools for my client I'm going through the process first, on a fresh machine.
Installed SES & invoked it. Got a free license & installed it...
I have a new nrf 9160 DFK. I followed up the instructions from 'Getting Started Assistant' from the 'nRF Connect for Desktop' app. I was able to setup and build the asset...
Hi,
Our company use nrf24L01+ for many years,the maximum output power of 24L01+ always about 0dbm in our application.But recently we meet a problem that the 24l01+ output...
Hello, as mentioned in subject, I have done DFU on nrf51 DK. it is tottaly working fine. As soon as I try to work with Nrf51822 QFAC custom board. It goes in to bootloader...
Hi,
I intend to use the nRF9160 as an LTE module. I will send data to be transmitted to the nRF9160 and receive data from the nRF9160 via SPI. I have read in numerous places...
I just want timer2 to run at 1Mhz so I can grab a microsecond counter as a timestamp. I don't care that it'll overflow after 32 bits. Put together what I thought should be...
Hello, I'm using the Radio Test software (SDK 15.2) to control the N52840 radio IC. Our circuit design requires the use of an external RF amplifier IC. Our software puts the...
Hi everyone,
I am stuck with an apparently simple problem which I am not able to fix.....
I have an SPI device connected to a custom NRF52840 board. I am using NRFX_SPIM...