Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
Current Status:
I'm trying to run the fpu_fft example from the SDK 15.3.0 on my nRF52832 DevKit. When I clean and build the project in SES everything is fine and I...
Hi, I have a question about unknown flash data from MBR area which start from offset 0x0000035C, 20 bytes data show as below.
Data[20] : FF FF FF FF FF FF FF FF FF FF FF...
There doesn't seem to be any validation of the image when updating the bootloader by secure DFU. nrfutil has no switch to generate any crc or ecdsa_signature. The code uses...
Hi
I am making mesh network using Raspberry pi and NRF52 DK. I install bluez 5 and meshctl on raspberry pi. I successfully connected nrf52 dk using bluetooth. I attached...
I am doing this nRF52xx-to-Thingy-52 example: https://github.com/crfosse/Thingy-52-to-nRF52xx I am able to get the led part working fine, but when I finish the instructions...
I am trying to merge Softdevice, bootloader, bootloader setting and application. But unable to do in a single mergehex command. If i do merge seperately ((BL + SD + APP) with...
Hello.
This function from Zigbee SDK 4.0.0 changes configuration of already configured input pin by calling nrf_gpio_cfg_default(ERASE_PIN);
The leds_buttons_init()...
I loaded up pca10056e ble_app_beacon example for SES to test it on a custom nrf52811 device I have built (using BMD-360 module).
I followed the instructions here and removed...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I want to know the life of FLASH by garbage collection. Assume that garbage collection is performed only when "PM_EVT_STORAGE_FULL...
the python package is not updated through pip with last release of SD_API and corresponding hex files.
I know that you give instruction to build driver but it could be easier...
I am trying to test a simple non-connectable BLE adverstising. I am using the following resources.
1. SDK - 16.0
2. SD - S132
3. Board - NRF52 Development kit.
4....
hardware: nRF9160 DK 0.8.2 firmware: 0.7.0-29.alpha
I want to send data every a few seconds through MQTT. It fails in the first and second Tx after MQTT client initiation...
Hi there,
I am having a hard time with some C pointers to add a new BLE Characteristic.
I would like to have a function that returns a simple characteristic metadata and...
Hi , I am using nrf52840 dk with zigbee cli example in sdk. I have configured nrf52840 as coordinator. I am using xbee pro s2c modules as router in zigbee network. Terminal...