1st problem:
There are some failed case when i run \v2.9.1\modules\bsim_hw_models\nrf_hw_models\tests\zephyr_apps\54_aar_ccm_ecb\src\test_ccm.c
2nd problem:
If I...
KConfig is warning me: CONFIG_LSM6DSO was assigned the value y, but got the value n. Missing dependencies: DT_HAS_ST_LSM6DSO_ENABLED
I am running on a custom board, the...
Hello,
I'm using peripheral_past sample on nrf5340 audio DK board, and select nrf5340dk_nrf5340_cpuapp_ns for Build Target.
I added the following config to enable RTT...
I am trying to use fstorage with the sd backend (SDK 14.0.0). My issue is that, after successfully calling nrf_fstorage_write, the callback I registered using
just never...
Hi, I'm trying to use BLE OTA with an external memory due to my application is too big to do it only with the internal memory. When I use OTA config with internal memory,...
I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
I have a project where we did not populate the external oscillator for our custom board which has an nrf5340 on it. I did most of my BLE testing on the nrf5340 devkit and...
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...
hi,
i am using one central and 18 peripherals. i am unable to send data to one particular peripheral from the central .plz help me to identify a peripheral in the group...