Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Hello,
I have been trying to make the BLE bootloader example works without succes. I am getting stuck after uploading the Softdevices and the Bootloader.
Step by step...
Hello.
I am experimenting examples \ peripherals \ saadc.
It is nrf 52832.
I changed NRF_DRV_TIMER_INSTANCE (0) to NRF_DRV_TIMER_INSTANCE (1), though I tried changing the...
Setting the gatts_enable_params.service_changed to 0 when enabling softdevice removes (or rather doesn't add) the Service Changed characteristic. That's what I want. However...
I'm developing a device based on an nrf52 chipset, and I'm experiencing strange behaving of the Radio interface. The firmware is based on SDK v11 and SoftDevice 132, the hardware...
Line 73 in function nrf_drv_rtc_init snippet bellow checks for UNINIT state. It accesses the m_cb array which is an uninitialized global. That condition would intermittently...
Hi
i buy a nrf51822-02 module and the chip of this,is nrf51822qfaah10
i compile the ble_app_uart_s130 and program my module but it does not have any advertising
my nrfgostudio...
Hello!
Does anyone know how can we send the multiple uint8_t MOSI signal to SPI and received the result on m_rx_buf?
Trying to send multiple bytes to "m_tx_buf":
...
Hi,
It is possible to use an non secure DFU in SDK 12?Like on SDK11?
How to migrate my custom DFU on SDK 11 to SDK 12?
UPDATE 1
it the dfu from sdk 11 I Get an...
When we use nRF5 bootloader provided with SDK the first application flashing must always be done using DFU over-the-air. Only after that it is possible to re-flash application...
Hello,
I'm new to Nordic nRF52 and trying to send commands via termial to nRF52. After receiving commands, nRF52 will use these commands to do i2c communication with other...
Hi,
I'm trying to simply toggle a pin with GPIOTE out toggle task from RTC2 CC0 event. Wrote up the following code and checked the registers in system viewer. Everything...
I am using S132v2 on nrf52831. I am using UART BLE application. I want to turn ON BLE meaning advertising and all parameter of BLE whenever i press any switch. Also bluetooth...
Hi,
I know this question must get asked enough, but i am at my wits end and have not managed to find a solution for this yet.
calling sd_power_system_off returns NRF_INVALID_STATE...