At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
I downloaded the an saadc example here and tried to alter it to use logging as usually in Zephyr. But when printing to the console it does nothing. However, printf works fine...
Error when executing ble_nus_c_string_send
I am trying to achieve data transmission by connecting two nRF52840s to each other through an NUS.
I scan for advertisements...
Hi all, I have one program that starts and sets up a commissioner and another that starts a joiner and tries to join the commissioner's network. However, after starting the...
Hi
I'm currently using power configuration example nr. 4 for my custom board with nRF52840. Can I use external DCDC for powering my other components on the board (SPI and...
In the datasheet of the nrf52840dk board, for the port P4, there are freely available pins p0.26 and p0.27. If I use those two pins in the overlay file, I am getting "Pin...
Hi there!
I'm trying to make an SH1106 screen working with my Zephyr 3.7.0 project using an nRF52DK (nrf52832-based one). My project is straightforward:
proj.conf
...
Hello,
I am attempting to use the DFU Target library to receive an update file over a custom protocol. I aim to do an MCUboot-style upgrade such that after the file upload...
Hi there,
My compiled image size in ROM is ~200kb.
I have 2 MCUboot partiitons, each 228kB.
I wanted to ask- is it possible for the application to use the second (non...
NCS v2.7.0
nRF52840 dongle
I want to program the nRF52840 dongle with external J-Link, and I can connect to nRF52840 dongle with SWD now. Using "nRF52840 Dongle nRF52840...
Hi,
I am evaluation PAWR feature and plan to use it for a product. The project is based on nrf5340.My enviroment is:
nrfconnect sdk v2.7.0
nrf5340 audio dk.
After...
Need to automate the FOTA process for devices with Zephyr build application which has mcuboot as bootloader, these devices can be programmed using nRF Device Manager and nRF...
I’m developing a product that uses the nRF9160 for LTE-M and the nRF52840 for Bluetooth. The nRF52840 is a pre-certified module, and I have experience with FCC compliance...
Is there any hardware limitations that would prevent one from using the nrf_802154 drivers on an nRF9161? If no, could you adapt the open-source sl to use the 9161 modem instead...