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...
I have a nRF52840 Dongle. When I connected it for the first time to the Bluetooth Low Energy app of nRF Connect for Desktop, it loaded automatically the firmware. My question...
Is there a way to read the mac address from the serial tty of an nRF52840? I have multiple dongles programmed with the BLE sniffer (nrf_sniffer_for_bluetooth_le_4.1.0) and...
Hi,
I was using the nrfx_saadc_buffer_convert to make everytime a single sample.
Now I did find out there is also nrfx_saadc_sample_convert. How do I initialize this...
I've been trying to debug a recurring hard fault around nrf_log_frontend_dequeue. This occurs sporadically (between 10-60min) into testing my firmware. When the fault occurs...
Hi all,
normally our system runs in low power mode. When triggering the SAADC the first samples (using oneshot mode) will be off (slightly too low).
I can work around...
Hi,
I need to create run time count that increases every 0.065536sec.
I found a way doing so by using HFCLK without any interrupts.
My questions are:
1) Are there...
Hi, I am working on the nrf52840 dongle using the softdevice.
I would like to know whether it is possible to add OTA DFU capability to the default open bootloader that allows...
Im quite new to development with the DK so bare with me.
Currently I am able to read digital values (0 and 1) from the potentiometer using pin P0.03.
I am using the function...
I had toolchain manager 0.10.3 and a project using NCS 1.91. Unfortenuately I have updated the Toolchain manager to 1.0.0 and now my project does no longer show up and the...
I have a NRF52840 based custom device that I can program just fine with a NRF52840-DK.
However, when I try to use a NRF52833-DK I can erase and flash the softdevice just...
Hi,
I work with nRF52840 DKs and I am working for indoor positioning system based on RSSI signal strength. I want the RSSI signal strength to be sensed and transmitted to...
Hi Devzone team,
My customer wants to design the LTE-M antenna for their tracker project in US market, do we have any antenna reference or design guideline? I see we have...
Hi,
I am looking for a BLE module that I can program to send a Thyrmistor signal 250 meters or more. The BLE module has to be small and able to collect A/D Convertor and...
Hi ,
I am trying to get GNSS on thingy 91 to work. It seems like I have the same issue as this thread:
I cannot get a fix. Currently, I am using the 1.3.2 firmware ( the...
Hello, I am developing a product using nRF52840. I use the DK board to debug and download.
However, I would like to implement a firmware update function using USB on my...