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,
My application stores settings in Zephyr NVS. During device production a python script running on PC sends RTT commands to write initial settings to NVS/flash.
...
I tried the tutorial at link below
h ttps://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kiti in conjunction with nRF5_SDK_17.1.0
devzone.nordicsemi...
Hi,
I have a NRF52840 and a bluetooth device. Is there a way to automate the communication by writing/reading the HEX code. It is essential for product testing. Example...
Hi
I am using FOTA DOWNLOAD to update device's application firmware. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/libraries/networking/fota_download.html...
my net core only output the boot information and i enable config_log that uart console will put some strange info
CONFIG_LOG_DEFAULT_LEVEL=3
appcore output to ttyACM1...
Hi
I could not really find a satisfactory answer to my question, what (if any) impact has the setting of the SLEEPDEEEP bit before calling nrf_pwr_mgmt_run? I'm wondering...
How does the slm routine of ncs1.9.1 use rtt log. Below is my configuration:
With the default configuration, there should be RTT log output, but nothing happens in the...
Dear Nordic Engineers
If we use the NFC Tag of nRF52 series chip.A re there any card readers on the market that can read or write?
Such as , NXP's NFC tag chip can be...
Hi Nordic,
I am using nRf52833-DK with zephry, an now I'm tring to drive ws2812 led strip.
I notice that there is no nRf52833-DK example in zephyr/samples/drivers/led_ws2812...
Hello,
At the following URL,
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multiprotocol_support.html
In "The Thread and Zigbee protocols support...
Good Morning people. I'm developing a module with the soic nrf52832 and I'm having doubts about the electrical schematic of the UART communication with another MCU. I analyzed...
Hi
In the old SDK I was able to put manufacturing data into the scan response package using:
ble_advertising_init_t init; ble_advdata_manuf_data_t manuf_data;
and just...
I am migrating to ESB from Gazell to take advantage of the static 252 byte sized payloads. However, there are two things that are very different that I would like to figure...