I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
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...