It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi, I read somewhere that the LOG module works differently from printk() and uses a separate thread or so. But I couldn't find any information which priority this thread uses...
Hi there,
I am currently having issues flashing an nrf52840 DK on windows 11 using either west for a Zephyr project or nrfjprog. I have successfully done this on a work...
Hello,
I am designing a custom PCB using an nRF5340 and am unsure what my options are for how to program it.
I've seen a number of forum posts saying that you can program...
I've been working for a year now programming nRF5340 DKs using nrfjprog and I still can't seem to figure out what is the right way to program them. It is also very random...
Hi, I am working on the nRF5340, We will be using the nRF5340 for the device that we are designing.
How to do the very first production DFU/First firmware upload,.
I...
I have a device nRF5340 with multiple advertisers who have different services.
I differentiated the address with bt_id_create(), but I would also like to differentiate the...
Hi,
I'm creating a new ticket for a questions asked a few years ago:
I'm in the process of also developing an app to send some data I've collected from nRF Cloud to Android...
Hello. I'm completely new to nRF cloud. now my iot device is successfully sending the data to the nRFcloud.
now i'm building an android app and i don't know how to get that...
When i call the custom-code certify() function inside my code in a secure partition i can build the programm, but after clicking flash/running the secure uart-output prints...
Is there a DTM sample for the nrf52dk_nrf52832?
I see the sample supports nRF52840 and higher according to the docs.
I tried selecting the nRF52dk, and everything compiles...
Hi,
As well know, there have a nrf_delay_us() function can execute very short delay time, but the function can only "delay".
If I want to create a 1 microsecond continuous...
How are the 28-UFBGA pin assignments translated to numbering used to specify I/O pin numbers in the code. Is this as simple as P0.0 => 0, P0.1 => 1,...? I have seen similar...
software:ncs2.5.1
chip:nrf5340
hi professor,
I want to use dtm to test blue RF. After i compile dtm example by vs code and download merge.hex by nrf connect sdk programmer...
Hello,
I am experiencing an issue where ble_nus_data_send returns a value of 0x08. I would appreciate any advice on how to resolve this error.
Symptoms: The device ...