uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi,
Using the nRFGo Studio software, I noticed this is actually running using the Qt framework that makes porting application between Windows, MacOSX and Linux really easy...
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...