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...
Hello,
The nrfjprog command is used for the nrf51822 / nrf52833 program.
Suddenly, nrf52833 shows the following error.
Even though family is specified, it is the same...
Hi,
I'm working on NRF52840 DK , S140 and I'm trying to send large data (around ~64KBytes) from a peripheral device. I'm using the following functions: - sd_ble_gatts_hvx...
Hi Everyone,
I'm currently testing the battery service with my development kit, nrF52dk, and I've found an error stating "The handle is invalid" when I press the "read"...
Hi,
I want to build a wireless split keyboard (Left and right parts). I want them to connect to one PC but only need to establish the connection one time. Can both part...
I am working on ble mesh with sdk17.0 and sdk5 for mesh I want to send large data vai ble mesh I followed this post https://devzone.nordicsemi.com/f/nordic-q-a/71105/sending...
Hello.
I've a ublox module with nRF52811 chip.
Is it possible to make a BLE beacon receiver with nRF52811? If yes, is there any demo application? I've searched nRF SDK...
I have been playing with an Ikea Tradfri E1812 button, a Philips Hue bulb, and zigbee2mqtt. I see that when I bind the button's OnOff output cluster to the bulb's OnOff input...
Hello,
I am looking into evaluating the nrf5340 with different functions running out of external flash, and how current draw is affected by these functions. We are looking...
Hi All,
I am working on NRF52840 and trying to optimize the BLE throughput. The current settings are:
PHY: 2M PHY
Conncetion Interval: 9.375 ~ 15 ms
GAP_DATA_LENGTH...
Hi Everyone,
I hope you all are well.
I'm using nrf Connect SDK v1.7.0 and VS code for nrf52833 chipset.
So far I've used NUS service in my code to transmit some data...
Hi, I am trying to write an "event dispatcher" so it's possible to listen to types of event and send events. You pass a function pointer and it will be called when that event...
I was gone for a bit came back did my updates and I can't program my boards threw nRF connect anymore. They just don't show up so reinstalled everything many times restarted...
I am using Zephyr development environment for BLE application development on my computer, now I need to use nrfjprog when burning in (flash), my question is whether nrfprog...
hello sir,
i am using segger to program nrf9160 . i have successfully uploaded sample sketch for blink led using "" open NRF Connect SDK " option. Now i want to create a...
Hi,
We have a custom bootloader and a firmware, both use the USB CDC ACM. Is it possible to start the firmware without resetting the USB instance so Windows have a continuous...