Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
I have been able to connect and initialize two different Bluetooth OBD II Devices. I am running into issues with the third device I am trying to add as an option. I add the...
The documentation is VERY difficult to search. A search only goes over the chapter. I get different results depending upon which one I am in .... aarrg! And there are SOOO...
Hi,
I am not sure about the functionality of notify_cccd_handle.I am sending data from central to peripheral so the central should receive a notification from peripheral...
Very similar to this post , my use case involves cycling the modem between online and offline ("AT+CFUN=1" and "AT+CFUN=4"), for enabling GPS and also for reducing power consumption...
I am trying to broadcast an advertisement packet from a Nordic board nrf52840.
I have downloaded the latest nordic sdk and am loading the ble beacon example to the device...
Hello Nordic team, I'm currently developping a project that uses the nrf52840 as an HTTP server/client on top of its Bluetooth functionnalities.
I'm looking into implementing...
Hi,
I'm currently wprking on my project, my project it's about swarm, before the master swarm can advertise the message to the slave swarm through blehandler function now...
Hi,
My unit based on NRF52832 with SDK11 and works as pheripheral.
I started my project from nordics NUS (Nordic uart service) example.
My IOS software developer wants...
Hi Sir,
We got the nRF52833-DK, and tried to program the nRF52832 IC through the nRF52833-DK.
We download the latest version of nRF connect and command line tool, but...
Dear,
I am using THINGY:91
I am trying to read the data from BME680 sensor:
1. config: ( i used conf file from asset_tracking)
and, get the temperature:
...
Hello,
I am using UART1 to communicate with sensor. It is working fine. I can receive the data. Now I want to modify this data. When I use strcpy() function, it works properly...
Hi Team,
We are trying to make Nordic NRF52840DK board to act as a server (BLE ) where as we are trying to connect other board (Not the Nordic chip) has only transmitter...
Hello again, I accidently verified one of my own answer so I will retry.
I am currently trying to update the firmware for Thingy 52, using the NRF52 development kit. ...
I'm using a nrf52840dk as peripheral and iOS (iPhone 8) as a central. They are to be paired. The pairing routine is already implemented and works fine. The problem is that...
Update: Was me being a dumb ass and calling the advertising start higher up in code that I thought I disabled. After truly disabling the BLE, I was able to debug and found...
Hi,
Overview: In our board BMD340 (containing nRF52840) module present with GSM module and they exchange data using UART(PINRX-6,PINTX-7). Now we trying to use "ble_app_uart...