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 am trying to program the (nRF5280 Dongle) with sniffer software, when I reset the device the write prompt becomes active. But pressing the write the only message I get in...
Hello everyone,
I'm currently trying to create Bluetooth mesh custom client and server with the nrf connect sdk.
The purpose of my application is to make my server send...
Hello, a student of mine and myself have been trying unsuccessfully since yesterday to get OpenThread onto the Adafruit Feather with the nRF52840. We have already tried several...
We are writing a custom flash loader and I am not sure about the size of the flash and the address.
In the datasheet it says the device has 192kb of flash. But there are...
I am trying to determine if there is a process or equipment to bulk or automate provisioning of units using an NFR9160 transceiver prior to shipment. Will need a means to...
I developed a product with 9160 and stored some data in NVS. The product can run normally at the beginning, but after a period of use, when the device was restarted, I found...
Hello,
I am using NRF52833 with Soft Device S140, SDK 7.2.0.
according to sd_ble_gap_tx_power_set() API
"* @note Supported tx_power values: -40dBm, -20dBm, -16dBm, ...
Hi,
Out of testing large number of boards, observed one board is not working. When tried to debug, found this weird problem. Code is stuck in LFCLK init part.
main() ...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now my customer has this issue: - End Node connected via...
app_button_init() and app_button_enable() returns NRF_SUCCESS. But event handler of app_button isn't called.
log messages of nRF52832 device is as follows.
00> <debug...
Hello,
Somehow my thingy91 is no longer working so I decided to flash it from the beginning.
I put it in MCUboot mode ( holding SW4 and turning on the device)
in Programmer...
Hi, I'm new to the NRF Connect SDK, as well as nRF Connect for Desktop.
I have a nRF52840 Dongle and a nRF52840DK.
The nRF52840DK worked well. But I could not program...
Hi Team,
Currently, we are working with NRF52840.
We have developed an android app to communicate with NRF52840 which has the functionality of an automatic connection...