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 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 reading the documentation and I have some doubts about the nRF9160 board.
So, the board is divided into the micro controller nRF9160 SiP ( https://infocenter.nordicsemi...
Hi Devzone:
I have 1 differential pair and 1 single ended pin I want to read, so I wrote code below into saadc_init function:
In this case AIN4 is the single ended pin...
Hello Support
When calling the function nrf_nvmc_page_erase(0xF7000) (In nrf_nvmc.c) I immediately get a Hardfault error when the code reaches the line where it calls wait_for_flash_ready...
Hi there,
I'm working on nrf52832 and using a PPI channel between a Timer and an SPI to output a voltage, for now, it works fine. But when I try to make it faster, e.g...
Hi,
Just reporting an issue I am having with the nRF9160 SDK in the hope that it will help someone else. OS is Ubuntu 18.04.
I was getting errors which look like this...
Hi,
Is there already written implementation of the Generic Battery Models and Generic Property Models for Mesh SDK for nRF52 Series?
In the nrf5 mesh SDK (nrf5_SDK_for_Mesh_v4...
Hi,
Small question regarding BLE_NFC_SEC_PARAM_IO_CAPS.
I want my NRF application to advertise so my mobile will connect with passkey.
I need my mobile user to send...
Hi All:
Not called the above timeslot, peripheral timer( nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(2) ) Can enter timer_handler normally. code snippet:
void...
Hi All:
Not called the above timeslot, peripheral timer( nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(2) ) Can enter timer_handler normally. code snippet:
void timer_handler...
NRF5 SDK 15.3.0 has an issue in a module nrfx_wdt.c . In function nrfx_wdt_init line of code: nrf_wdt_reload_value_set((p_config->reload_value * 32768) / 1000); causes to...
I managed, through the Nordic library for Android `thingylib` ([github]( github.com/.../thingylib)) , to connect to thingy52 and receive in the callback listener `ThingyListener...