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.
...
Hello,
We are in certification stages for our custom product based on the nRF7002DK. Our application requires BLE and WiFi to be operational simultaneously. Consequently...
Hello,
I am new to developing with Nordic products. I have experience working with other microcontrollers like Microchip and STM32. Both of those have their own IDEs. Does...
I would like to integrate System OFF mode of operation into idle system hooks in Zephyr (i.e. when the CPU is idle, it goes into OFF power state automatically). As it currently...
Hi there,
I want to advertise to multiple specific BLE addresses, but I don't know how to implement it with the nRF Connect SDK. Please suggest.
I aim to advertise to...
I am using an nRF52840 and nrf52832 to measure distance, but the reported value is almost twice the actual distance . For example, when the actual distance is 1 meter , the...
Hi,
the nrf45L15 datasheet v0.8 says on page 277 "Note: TWIM and TWIS must use clock pins for both SDA and SCL.".
However in the table 72 on page 795, only the SCL pin...
What is the industry best practice for controlling the on/off state of an nrf52 using a momentary push button? Do designers use nrf’s deep sleep mode or properly cut off power...
I've seen many post on the forum about the extension getting stuck at startup. Apparently my issue is a bit different since any of the proposed fix do not work.
While trying...
Hello, I tried the blinky_pwm example on the nrf5340 board and it has worked successfully. I am getting the error when I try to run the pwm code with some modifications Objective...
Hi,
We are integrating the nRF9151 in our app. The %CONEVAL command has a field <tx_power> .
This looks interesting to us, because it can help us estimate our current...
Hi,
I just switched from nRF Connect SDK v2.5.3 to v2.8.0. With the new SDK, I get very many warnings called: implicit conversion from 'float' to 'double' to match other...
Hi,
I am trying to build the nrfx timer example (not modified in any way) in nrf SDK v2.9.0 with toolchain of the same version for the nrf52dk_52832 and I am getting the...
Hi there!
May I know why sample codes cannot be run on nRF54L15DK when board target "nrf54l15dk/nrf54l15/cpuapp" is chosen?
Yet, everything is fine when nrf54l15dk/nrf54l15...
Hello, we have developed a production script with the purpose of programming(with the samd20 dev card) and measuring the power consumption on pcbs with the ppk2. The script...