I have a question regarding DFU while transitioning from development using the nRF52832 with the nRF5 SDK to the nRF5340 with NCS. Currently, I have a DFU app developed for...
I'm looking for a beginner's guide to setting up external flash on the nRF9161 DK. I saw nRF Cloud Multi-service as an example, but its docs did not explain what was needed...
Hello, I have a problem on getting the dynamic tx power to work properly on the BL5340 using the hci_pwr_ctrl. I tried the example, it build and flash correctly, no error...
While using the nrfConnect tool inserted into the Visual Studio code, I believe I just need to select the board target of nrf21540dk/nrf52840 and the normal prj.conf and the...
I'm trying to setup an nRF52832 to drive 127 ws2812 by using PWM. It seems the bit-by-bit method is too slow for the 1.25uS period. pwm_set() is using somehow ~5ms, so that...
Hello,
My team and I are working on a project where we need our nRF5340 to send data via UART from the board to a RaspberryPI. We designed a custom PCB with the chip and...
Hi Sir,
In normal, we can see three virtual COM ports in nRF connect - programmer, first is for nRF9160, second is for nRF52840, the last is for nRF9160 but not use.
Then...
Hi
I have a wired situation in my project. Everything is working fine when I am running my heart-rate device with the debugger. When I detach the debugger or just power...
Hello
A project that recently made a sensor found that the timer consumes a lot of power.
I built a timer to collect sensor data in the timer handler.
Sensor only...
Platform NRF52832 SoftDevice S132 V6.1 SDK 15.0 FreeRTOS implemented
Hi, In our application, once the mobile app is connected to the peripheral, it makes continuous writes...
Hi, I've started an 802.15.4 project using the nRF52811 and see that support in the vSDK 15.3.0 explicitly states the 802.15.4 stack is only for another part. Is there support...
What is the manufacturer and part no. for the nRF52840 DK's NFC Antenna?
I have lost mine and would like to purchase a replacement. I have seen this previous discussion...
Hi,
I have my project working using the nRF52 development board.
A BMP280 pressure sensor is connected TWI to the board and pressure measurements are sent over bluetooth...
Hello everyone,
I trying to communicate nrf52832 SDK 15.0 ble_app_uart(peripheral) to ble_app_uart_c (central) with secured purpose adding static passkey but i don't get...
Hi,
Since migrating to SES 4.18 erasing of the flash hangs unless the JLink is unplugged and plugged in again. This is both on the DK and our own custom board. Here's the...
I looked at the info center for the part as well as the 3rd party modules; but couldn't find an FCC ID.
Does this chip (or possibly an equivalent part) have an FCC ID?
Hey All,
I'm building firmware for a central, that I want to have the ability to switch between scanning for a complete local name, or if none is given, scanning by way...
I'm working on adding support for a custom NRF9160-based board to the ncs project. It appears to be working by simply duplicating the DK and making some modifications, however...
Hi,
I merge saadc and ble_uart together in order to send send sensor output(now just analog voltage) to mobile app. I want to check weather the ADC is working properly or...
Greetings to all,
I'm using nRF52840 with the latests SDKs (nRF5 SDK 15.3.0, mesh SDK 3.2.0). I have two questions which are related-
I'm trying to find a clever way...