Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Dear devzone support,
I have a quick quesiton.
Why does the nrf5340_audio application only support 1 BIG, while the nrf_auraconfig support 2 BIG. Is it because of using...
Hello,
I'm adding power management to a custom driver that talks to a sensor via uart2 of the nRF9151DK. But from my tests it seems that uart_irq_rx_enable() has no effect...
Hi all,
I've got an existing OpenThread project for my workplace's metering product which currently is written for a TI CC2538 and I'm porting it across to run on a nRF52840...
Hi, I have a custom board with nrf54l15 and it does not have a 32 kHz crystal, it only has a 32 MHz crystal. Sometimes the code gets stuck at this line: Can it be related...
I have a peripheral which has an nRF53. It connects to either an Android of iOS phone. I've been testing add Connection Subrating. However I've been noticing that the Connection...
We have a Nordic 52840 based product which today we support with a custom gateway hardware. Now we want to write mobile apps (Android and IOS) to talk to this directly.
...
I have an NRF9160 system running and I see mention of " The nRF9160 PWM peripheral can capture the period and pulse width of an external PWM signal" but was a little confused...
DeviceTree Visual Editor shows SPI1 as enabled, but the changes are not reflected properly in the GUI or in build behavior.
I receive the following build error : " DT_N_S_soc_S_gpio_50000000...
The nPM2100 datasheet (v1.0) provides Figure 8: Load current triggering mode change vs. VOUT.
Can you confirm:
1. Consider the system is in Low Power mode. If the load...
Hello,
I am trying to implement OTA through BLE, and as Im building the program, Im getting a build error as :
error: 'FLASH_DEVICE_BASE' undeclared (first use in this...
Hello. I have a light sensor connected to 2 gpio pins on nrf5340, Enable Pin : P0.08 and Output Pin: P0.07 Trying to trigger an interrupt based on the light. With the button...
hi support team,
docs says we can program 54l15 external spi flash ,please refer to : https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory...
Hi,the Nordic team I'm working on low-power devices that Matter over threads by nrf54l15,I found a problem at present. I interrupted the configuration of the two PIR input...
Hi all,
I’m working on an nRF5340 project where the network core runs a hci_ipc firmware to forward HCI RAW packets to the application core, which then parses vendor-specific...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...