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...
Modify peripheral UART example to use a GPIO pin as 1-wire interface to read DS18B20 temperature sensor.
This modified code works for RBL BLE Nano v2.0 (nRF52832, nRF5 SDK...
Hi I am trying to get the ble_app_uart to run on my nRF52DK with the nRF52832 on board. I am using SDK version 16 and SoftDevice version 132. When compile and download the...
I'm trying to make a BLE app with nRF52832 DK, SDK v16.0.0, based on ble_app_hrs example.
After pairing on central device (smart phone), or CONNECT on nRF Connect app and...
Hi,
I am using the ble_app_uart as the basis for my project, where the NUS is used to send and receive data from my mobile app. The outgoing data is generated internally...
Hi, I am trying to run the periodic_adv sample on nrf9160dk_52840 which was added to the samples directory of the zepyhr repo 15 days ago. I am using nRF Connect SDK v1.4...
Hi Sir,
We have the " Capacitive sensor low-level library " as below in Nordic SDK.
1. err_code = nrf_drv_csense_init (&csense_config, csense_handler);
2. nrf_drv_csense_channels_enable...
Hi,
I use nRF52840 DK with SoftDevice 140 v.7.0.1 and SDK 16.0.0.
I want to get RSSI information (along with channel index) for BLE extended advertisements.
I enabled...
I am working with a custom hardware device similar to the Thingy91. I am communicating with an external device using COM1 using a binary stream at 38400 N81. (COM0 is assigned...
My design uses an RV-3028 RTC as an external 32 kHz oscillator for the application timer. Do I have to configure the SDK to use an external oscillator instead of a crystal...
I recently updated my multi-protocol (Thread FTD + BLE Peripheral Connectable) to use 'nRF5_SDK_for_Thread_and_Zigbee_3.0.0_d310e71'. I had been previously using 'nRF5_SDK_for_Thread_and_Zigbee_2...
Hi,
I setted up the LIBUARTE on my custom board...
NRF52833,SDK17.0.2,With Softdevice enabled
CODE:
-----------------------------------
NRF_LIBUARTE_ASYNC_DEFINE...
Hi,
I've found an issue while writing data to QSPI flash memory on the nrf52840 DK board with sample application.
The issue is that the data is overwritten to 0x0 address...
I am working on putting my NRF52840 to sleep with the RTC running (System ON WFE, not System Off). According to the datasheet, I should be able to call a soft reset and keep...
Hello, I am having some problems with what i assume is the readback protection. Is it possible to update the firmware of the device without deleting UIRC (serial number among...
I am using nrf52 chipset, I just want to know did anyone tried to run docker container to create ARM image? I am thinking to use Docker container as CI.