When I build my first blinky sample, I met a error and correct it with ( https://devzone.nordicsemi.com/f/nordic-q-a/120279/update-to-ncs2-9-1-compilation-error/529668) ....
Hi,
I'm working on an nRF5340 + nRF7002 project using Zephyr RTOS , where the device enters low-power sleep and wakes up on a hardware counter alarm ( counter_set_channel_alarm...
Hi,
I have one application that includes one basic BLE services such as one Custom service, ANCS, DFU and NUS.
I have a custom board with three i2c sensors, and one SPI...
We are looking for a microprocessor which will be integrated with health sensors, bluetooth and other modules. We found that nRF52840 was a good option, requesting suggestions...
Hello, I’m testing a circuit built with the nPM1300. When connecting or disconnecting power via USB-C, noise is generated at the circuit's button, causing unintended signals...
As subject, I want to build a NCS demo at console, but always report error:
C:\ncs\v3.0.0-rc1\zephyr\samples\basic\blinky>west build -b nrf52840dk/nrf52840 -- west build...
I have problem with i2c that can't read the cst816s, its always return log message `<err> cst816s: failed reading chip id` and `<err> cst816s: Could not read x data` when...
Hello:
Is it possible to configure the nRF52840 for Standard Serial over Bluetooth? The application I am developing for needs a long range Bluetooth connection, where...
Hello, I am developing an application that requires the device to keep track of time with the RTC. I am using an app timer driven by the RTC to provide me with a 1 second...
Hi,
I have download the nRF5_SDK and try to run the example code. But I can't understand the relationship between PCA10056 and nRF52840 chips.
If I run the example project...
Hi
I would like to connect a BME680 sensor to the nRF9160DK board. The driver for this sensor isn't included included in the v1.14.99-ncs2 branch but it shows up in the...
Hi,
I want to directly enable notify without discovering the service handle, but it didn't work(return NRF_ERROR_BUSY). Because it takes time to discover the service, and...
Hi, As we know that, we can see, the data has been sent to nRF Cloud in JSON format by Thingy91-PCA20035. And we can also see that, we have respective APIs like "cloud_send...
Hey,
I am getting a
warning: #47-D: incompatible redefinition of macro "STATIC_ASSERT_SIMPLE" (declared at line 215) warning: #47-D: incompatible redefinition of macro...
Hello, I am working on a ble application which is streaming data via ble notifications. I am currently queuing up the packets in the notification queue and keeping track of...
Hello,
I am trying to use as least energy as possible. I run the ble_app_blinky example. The only change I did was commenting out: advertising_start(); such that no advertising...
Hello,
I'm using the nRF52840 Development Kit and SDK16.0.0_98a08e2.
I'm trying to run the example "proprietary_rf\esb_ptx\pca10056\".
It compiles and runs if I do not...
Hi,
I am not getting the exact starting and ending address of user flash storage like other controllers, How we can find that while using FDS and Fstorage and also i want...
I have a custom board with 5 buttons, and a status LED, using the nrf52832_xxaa chip. 2 of the 5 buttons never trigger an interrupt. It seems like this is because nrf_gpio_pin_read...
Hello, Nordic.
I'm currently developing multiple sensor beacons and a scanner for asset tracking (scanner app based on ble_app_uart_c)
ble_app_uart_c has SCAN...
Hello,
Im designing a board with nRF52832 with acceleration sensor and BLE application, so for the esd protection, should there be an housing of some sort, what all can...
We're migrating from Zentri AMS002 chip to to nRF52840.
We use custom service UUID: "175f8f23-a570-49bd-9627-815a6a27de2a" in nRF firmware.
As attached images show, custom...