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...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hello Devs,
My device is passing through a certification process and shows up a question, which is the maximum altitude for nrf52810 for functionality. If exist any maximum...
hi, i am using nrf5340 custom board, i m trying to recieve data through uart in nrf5340 custom board from some other board.
i have defined separate pin numbers for rx and...
Hi,
I am starting to play with the nRF9160 as a modem with an external MCU and I can see that the CMUX multiplexer (GSM 07.10) is not supported by the internal modem....
I set static passkey to "123456" and enter "123456" in nRF Connect passkey request dialog. But sd_ble_gap_sec_params_reply() return 0x8 error code.
static void ble_evt_handler...
Hey! I am starting my studies in the BLE protocol and I would like to send the ZE03 sensor data through the Nordic UART Service (NUS).
The sensor continuously sends 9 bytes...
I have to interface the spi flash with NRF52 to store the data and retrieve the data back. Read, Write and Erase the data collected from sensors. The problem is the device...
Dear Nordic,
We have developed a product based on nRF52832 with DCDC regulator and no external crystal. The radio transmit power is 4dBm and the advertising interval time...
I've been slowly adding NVS functionality to my code. Has been working fine, up until today when I attempted to write a struct I have for storing historical data to flash...
Hello,
I'm Electronics designer, our Team faced some issue regarding BLE Mesh connectivity,
Q1. We have observed that It's taking so much of time(>3 min & upto 14 minutes...
Hello,
I am trying to combine results from the temperature sensor which works in I2C protocol
and in RTT prints I get an error <err> i2c_nrfx_twim: Error 0x0BAE0001 occurred...
Hi,
I am using the https_client sample with some modifications on a thingy91. I want to find the biggest buffer size the send() function can handle without failing. Do you...
Hi,
I'm currently reading the local time from a client via the CTS over BLE, but need to convert that in my nRF52832 to UTC time. Is there some API's available that do this...
Hello.
* nrf52840 sdk17.1.0
I'd like to indicate " Peer removed pairing information " pop up on iPhone when nrf device deletes bonding list. so I edited source like...