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 am trying to create a I2C slave application on the nrF Connect 2.9 SDK for nRF51840. But I have trouble tor enable the twis driver (e.g. the irq_hanlder is not included...
Hello,
While developping firmware I wanted to use the PSA API psa_hash_compute() to compute a hash over 8 bytes but to no avail. The function returns -134 and the out...
Dear all,
one of our products is a mesh light node, using NRF52833 and, as the firmware, the example 'Light Fixture' ( https://docs.nordicsemi.com/bundle/ncs-latest/page...
Dear Nordic support,
With the installation of every nRF Connect SDK version, there is also a python instance installed with it.
For example, the nRF Connect SDK V2.8.0...
Hi,
I've recently purchased the Adafruit NRF52840 Feather and found that I am unable to program it using the flash 'action' in Windows VS. I initially though this maybe...
Hi,
I would like to develop NRF91XX applications without relying on LTE-M coverage. This means the FW should just work as normal but do not need to attach to a network...
This is a brand new board nrf52840 development kit. LED5 flashes really quickly. The 4 buttons activate their corresponding LED. I tried using different USB cables. At some...
Since I encountered some issues, I would like to confirm the differences between these two files once again.
Apart from debug messages, can prj.conf be used for the final...
Hello, I just had a look at the Thingy:91 X with the nRF9151 and nRF5340 SoC's including nRF7002 Wifi support.
My understanding is that the nRF5340 is the main MCU running...
Hello,
We are in the feasibility stage of a product that requires integration of both the Apple "Find My" and Google "Find My Device" technologies.
Based on my research...
hi
We are developing with Segger embedded studio.
.
If you copy and move the SW development project folder to another PC, the following error occurs.
(Only occurs...
Hi,
Very beginner to this so bear with me.
we are testing an asset tracker which uses edrx. The asset tracker can receive a wake-up sms command.
However the network...
Hi,
I have ported my already working nRF52840 SPI slave code to a nRF5340, but it doesnt seem to receive any data. I have verified the CS, SCK and MOSI signals, but no MISO...