HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Hi,
i wanted to i2c interface of nrf with adc ic 3427. i am trying to interface by refer example of twi_scanner device address get found correctly.
now i am trying to...
On an nRF52840 using SDK 15.3 and FreeRTOS 10
I've got both a PCA10056 dev kit and a custom board. I don't think I've got a hardware issue here but I'm running the usb_msc_pca10056...
Hi guys,
I have developed a custom board using the nRF52840 module and the SDK16.If the peripheral is disconnected from the central, it starts advertising again in normal...
I have a custom nRF52480 board and addded mesh functionality based on the light mesh sample
The app crashes during provisioning from the nRF Mesh app.
Relevant portion...
Hello,
I would like to enter simple commands such as on, off to the USB CDC ACM, and then set the parameters in the model through string comparing.
(now i'm trying Generic...
Hello Team,
We are interfacing nRF52832 with an external flash for data storage. Could you please point to the right document/link/code reference on how to interface external...
Hello,
I tested QDEC0 using the zephyr qdec sample (which uses the nrfx_qdec driver) and a DC motor with a built-in encoder.
Below you will see the overlay file configuration...
Is there an example of how to get the buzzer on the Thingy91 to work?
The documentation is scarce at best - https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_thingy91...
Hi there,
the nrf9160 DK user guide seems to recommend that VDD should be 1.8V and not 3V, as 3V will compromise LTE radio performance. According to this post , it is only...
Dear Concern,
We are using NRF USB dongle in of our products. We are developing our android app in house. We want to add some security layer in the communication between...
Hello, we have a thread that essentially is running a loop and we want that thread to be running for all the lifecycle of the app. If for whatever reason that thread died...
Hi Team,
I am using Open Thread networking protocols in my projects to communicate with the devices .I have seen while trying to changed some parameters over the network...
I am unable to do a FOTA with the SLM application on a nRF9160. When I try to do a FOTA with the command below, I get a 404 even though I know the URL exists (real host name...
Hello,
I have been working with custom nrf52832 board to develop firmware for my product. I have been trying to compile the example secure bootloader from the SDK v15.3...
Hello, I am developing a uart communication between the nrf52833 and the nrf9160. I found some examples but I don't want to use the HCI layer, I prefer to use the NUS service...