I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
How can I blacklist BT LE channels/frequency from operation? Context: I have the nRF52840 integrated into our product's design. The device is going into an environment where...
I just upgraded my nRF Connect for VSC to 2.6.1 and now am getting these errors:
and
I saw this as well:
but I have CONFIG_DISPLAY =y in the prj.conf....
I have an application running on a custom nRF5340 board that supports simultaneous BLE DFU of the network and application core with MCUBoot. This ticket: seems to indicate...
How can I properly set up the SWD interface for printk on a custom PCB? I have to build my project example and see the message printed on the VS Code console. My custom hardware...
Using nrf5340 as both Central and Peripheral roles and I have implemented the Basic Audio Profile based on the nrf5340 audio example. I am using nRF Connect v2.6.1.
I...
I need a bluetooth module that is capable of simultaneously streaming audio two way, ie two channels stereo out and 1 channel mic in with low latency. A friend had recommended...
Hi folks!
As always, I'll start with relevant environment details
===== Environment =====
nRF Connect SDK v2.5.0 (though not opposed to upgrading to one of the 2.6.X...
Hi,
We are developing a device using nRF5340+nRF7002 running Matter. The problem we have is the code size which is around 900KB when Matter is enabled. This leaves us with...
Hi,
My custom board nRF52840 works as a Peripheral, which advertises itself for connection from a Central.
The project is built based on peripheral_hr sample project....
Dear:
I can upgrade applicaiton ONLY sucessfully through DFU.
but now, i want to upgrade applicaiton+softdeivce+bootloader to deployed devices. do you have such documets...
Hi,
What is the maximum PWM frequency one can achieve on the nrf52840 with 50% duty cycle? Sample .dts and c-code in NRF Connect SDK would be appreciated!
In practice...
HI.
we're developing an application where we need to use 2 UART ports: UART: 0, 2, 3.
Before we added MCU boot in our project everything worked well but after we integrated...
I am working on nrf52832 based custom board and I want system off sleep and wakeup using GPIO pin state change. For that I have configured MCU standby timeout in sdk_config...
I have a thingy91 device and want to implement the following requirements.
Expectation:
NRF9160 should remain in deep sleep mode and on the button click event do the...