Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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've tried using LESC without bonding, but iOS displays a pairing dialog. I don't think it is possible to avoid this, so the only way to avoid the pairing dialog is to use...
We are using nRF52832 to develop our product with the ANCS function.
But after bonding with the iPhone and then restart the iPhone, an error message "NRF_ERROR_BUSY" will...
Hi,
I've setup nRF Connect SDK v1.1.0 and I was taking a look at the the peipheral_uart example. I couldn't find any API reference when I searched in the v1.1.0 documentation...
Hello,
I sae that there is the possibility to upgrade the modem via FOTA/OTA application (for example asset_tracker), now without touching the modem could be possible to...
Hello,
Are there any hardware constraints or hard forks in putting an older version of an SDK, such as v11.0.0, on a much newer chip?
I'd like to port SDKv11.0.0 to...
Hello,
Is there any existing firmware where the nRF9160 can act as a coprocessor -- accepting AT commands and the ability to forward LTE data to and from a host application...
Hello, i am a beginner, i am parsing a dimming example. i have two client and server boards, as well as an nRF Mesh application. I can change the brightness of LED by pressing...
Dear Sirs,
I have dveloped application based on the ANT rx HRM example and with nrf52 SD board works perfectly (pca10040(
I would like to move to this application into...
I am using ble_app_gls s130 SDK_11. Is it possible to have pairing with static passkey without bonding? This is because the nRF device will be connected to different smartphones...
I am working on the nr sdk for mesh application,When the nodes conncted to the network , it needs to configured before using nRF mesh app ,My device also configured through...
I am using nRF52840 with nRF5 SDK for Thread and Zigbee 1.0.0 on the nRF52840 development kit.
The Release build of the mqttsn_client example compiles and runs fine.
Using...
To start, this was a functional unit and I had been installing test firmware into it.
As of a couple of days ago while attempting to read and write to my nrf5340-PDK module...
Hello,
I am using pc-ble-driver-py 0.14.1 running on python3.8 and Ubuntu Desktop with nRF52840-Dongle. Dongle is running connectivity_4.1.1_usb_with_s135_5.1.0.hex. Dongle...
Hello,
I would like to understand difference between Manufacturer ID (5 bytes), used in ble_dis_sys_id_t type and Company ID (2 bytes) - used in advertising of manufacturer...
Hello,
we made a custom board using the chip nRF51822 and were able to use the template project in \..\examples\peripheral\template_project to make a button switch the led...