Hi,
I am using nrf52840 to run as an hci controller over UART for nrf91. I was able to implement FOTA over BLE for nrf91, but I would also like to add an option to add FOTA...
Hello, After a lot of struggle i was finally made it to the point i can build and flash to my thingy 91 the lte_ble_gateway. However, i added prints (printk) in main.c to...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I work samples/bluetooth/scan_adv on nRF54L15-DK.
Disable LOG and CONSOLE.
I measured current comsumption by PPK2.
Result is about 4mA.
On datasheet, nRF54L15's Bluetooth...
After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hi,
The final design we are working on is composed of 8 peripherals notifying (every 80ms or 160ms) to 1 central.
Packet data size is 141 bytes and depending on rate configured...
Hello,
I currently have a working BLE application for the nrf52810 which is currently using the s112 softdevice. However I wanted to increase my BLE throughput so the s113...
Good morning
Our company is using nrf52840 devices with BLE-mesh and asked me if I could have a look at the Zigbee functionality for adding Alexa compatability.
So...
Hi,
I just started experiencing a weird failure in 2 of my nRF9160 devices. I am running modem FW v1.0.0 and nRF Connect SDK v1.0.0. The devices have been working fine,...
I was able one time to power up the nRF9160 dev kit and see it connect to the cellular network and to nRF Cloud. Since then, it will only blink LED3, which indicates that...
I was trying to enable logging in the example project like blinky.
I've searched the Q&A in the forum but still have problem seeing the logs, the strange thing is that I...
Hi guys,
We are starting a fresh project these days. Let me try to describe our needs.
On one side, we should have a BLE module, as simple and small as possible, that...
Hi,
My application is not advertising and after debugging i found error'7' in the line : err_code = ble_advertising_init(&m_advertising, &init); in the advertising_init...
In the I2C process it seams nRF52832 cannot read device acknowledge pulse from device due to the Nordic output do not goto high impedance during device acknowledge pulse,...
Hi
Is there a known limit for operational conditions regarding shock (max acceleration) and vibrations (frequency, acceleration and amplitude)?
I am asking because we...
I wonder if there is any way to program DK without physically owning it. Is there is any kind of simulator? Namely, we are in the process of developing for one startup, so...
nRF52832, SDK15, s132
When I have event PM_EVT_BONDED_PEER_CONNECTED, should I call
for secure connection? Or it secure connect will call automaticly from SD? Because...
Application Summary: My application is a mesh node that also implements a BLE central (to periodically connect to a BLE peripheral) and acts as a mesh relay with custom mesh...