Hi,
for a couple of weeks (maybe months), I've been getting the following error indication when performing a pristine build on my projects:
The terminal doesn't show...
I am working on a nRF52832 NFC tag application. If I use a NFC-enabled smartphone to write a text message to the NFC tag emulated by nRF52832. The nfc_callback c allback function...
Hi all,
lesson2, excercise2 is missing the code snippits.
Excercise1 and excercise3 do have code snippits to copy.
I tried on both Chrome as on Edge, but the snippits...
Hello,
We are in the final stages of development with a board that combines the nRF5340 with the nRF7002. This board also requires native USB support and we are routing...
We are using the nRF5340 with Zephyr OS v3.6.99-100befc70c74 and nRF Connect SDK v2.7.0-5cb85570ca43. We have the following questions:
Is our understanding correct that...
SOC: nrf52840
SDK: v2.9.0
Device is a central, it connected to 16 peripherals, these peripherals will power on 90 seconds and then power off 10 seconds(one cycle). ...
Hi,
I have successfully updated the firmware on the nRF5340DK controller using the DFU MCUBoot method. Now, I need to add Secure Boot NSIB to the bootloader and integrate...
Hi,
I am developing nrf52832 on zephyr platform, I have seen a very useful GitHub library you guys have created called 'NordicPlayground' https://github.com/NordicPlayground...
Hello, I want timer to interrupt if timer is not restarted in 200ms and wrote below code.
I am restarted timer in few milliseconds using below but still I m getting...
Hi,
I get news at the homepage about that Nordic announces support for Amazon Common Software for Devices.
May I know which version of SDK can support this ?
If yes...
I have been programming nRF9160 using v0.4.0 SDK and it has worked fine. However moving the same program to Nordic Thingy 91 has been giving me problems. The board nrf9160_pca20035ns...
Hi,
Creating an new app will only call the main() in the form of task, i have requirement to create couple of task in my main() so is it possible to create user defined...
Hello,
I'm trying to run Simple_mqtt code on developement board with nRF9160. Connection to LTE takes in my opinion very long time. On basic AT sample code it's connecting...
I am able to build my project, but when I try to flash it to the board via ninja flash_<target> I can select the device in nrfjprog.py, I know, that I have to use "'0'" as...
I am attempting to add a UART to interface to an external MCU. I have the uart example running (without any RTT info) yet when I port the uart code to the ble-thread example...
Is it possible or there is support in nrf52840 such that I can enable readback protection from the firmware itself?
I found an APPROTECT register in bitfields. But how to...
Hello,
I have one custom board which have Nordic's nrf52840 chip. I'm using this chip to scan the surrounding beacons.
For beacon scanning i have integrated Bluez stack...
Dear All,
I tried to take the Capp sense example and implement it in my beacon app which was based on the beacon app example. I am using nrf52382 and sdk16 , segger version...
Hello,
I'm working on nrf52832 dfu secure bootloader example.I implemented button less example to update my firmware and it works fine.
Now i switch off the power supply...
HI , I used NRF52832 SDK15.3,examples:ble_app_ancs_c.When i testing ANCS,I deleted the pm_handler_secure_on_connection(p_ble_evt) in the ble_evt_handler function, The BLE...
Hi All,
I have one custom board based on IMX6UL on which i'm using Nordic's nrf52840 chip.
I'm using zephyr's hci_uart sample application on nrf52840 for beacon scanning...