I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Dear Sirs,
I have a sensor working as a peripheral and using the Nordic NUS service. I have a poblem discovering the two MSBits of the sensor's address when it connects...
Hello,
I am using nRF52833 based BE33 ( Celium Devices ) and using nRF52SDK17.0.2. I am trying to implement WDT and expecting to occur its event when the module becomes...
With the release of the Bluetooth 5.2 standard, also came the introduction of BLE Audio.
Since I am evaluating a SoC for bluetooth headphones, I stumbled upon the fact that...
I have an nrf9160dk setup with the bluetooth-hci-lpuart flashed to the nrf52 chip and a bt peripheral sample flashed to the nrf91. This works as expected. However, I am trying...
Hi Everyone,
We are currently stumped and are looking for guidance. A brief overview of what's needed from our client are as follows:
1) From the nRF mesh app, send...
I encountered a problem in configuring the general switch model. I want to configure the group address at the beginning. I set the dsm_address_publish_add() and access_model_publish_address_set...
When I was adding the ID of the sensor, I found that the specific name displayed on the Bluetooth app is not my own name. Is there a special definition for this ID? I checked...
Hi
I'm looking for a clear statement about to do or not do modem firmware downgrades on production devices.
I know that
nrfxlib does not mention anything about modem...
Hey, I'm working on a real-time body motion capture project and using nRF52832 as BLE MCU. In the system I have 3 IMU sensors to transmit sensor data to an Android device...
Hi,
This is a repeat of case 279137 but I see no answer to that so here goes again...
I am building sample Zephyr applications in VS Code. Everything was working fine...
Hi!
We would like to be able to send two separate dfu-packages independently, one hex/pack containing our main application and one hex/pack containing data to be read by...
HI All,
We are using NRF52832 for our project.
1) We are using System ON mode to put NRF52832 in to sleep mode. We are able to put NRF52832 in to sleep mode(System ON...
Hi,
I am working with the nRF52832 DK. I want to program a couple of ICs with SPI every 2 ms. I have successfully configured the nRF as SPI master and I start the SPI transfers...
Hi All,
I wanted to look at the power profile for my nRF52840 dongle, I installed nRF connect and installed the Power Profiler. But as I want to the option to connect the...
Hi,
Hello everyone, I have encountered a problem in the pairing and bonding process of BLE.I use two NRF52832 development boards, one acts as a slave and the other acts...