I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hello,
I'm trying to control a motor via a mosfet. Setting the mosfet on/off with pin assignment works great, however pwm at any value other than 0 or max burn out the mosfet...
Hello,
We have a design that includes both the nRF52840 and the nRF9160. We are doing custom antenna designs in a miniaturized form factor and would like to specify required...
Hi
We are verifying the encrypt value and MIC value using a crypto tool.
The result is different depending on the setting of the packet S0 field.
If the S0 field is...
Hi,
I use this code for sampling analog input with 3.3 kHz and send it over BLE to PC , i use dongle to to read the sampled datas on nrfconnect tool for desktop. I tried...
Hi,
When connecting my Nrf52840 to a PC using BLE nfc, after connection is established, I encountered the following error : BLE_GAP_SEC_STATUS_OOB_NOT_AVAILABLE – Out of...
I have following the getting started tutorial and install everything mentioned in the documentation.
But the button "Flash" or "Erase and Flash" in VS Code are not working...
The NRF documentation for nrf_pwm_sequence_t says:
When the sequence is set (by a call to nrf_pwm_sequence_set), the provided duty cycle values are not copied. The values...
Hi,
We have implemented FOTA on an nRF52dk (nRF52832) using nRF Connect SDK v1.8.0. That works fine. Now we have encountered a problem that we believe is due to a limitation...
I need to create an IoT QR code reader.
I decide to use the NRF9160 board because it integrates a lot of components that I need to use (LTE, GPS, Bluetooth) so the only...
Hi,
i use event_manager with few modules.
One module use Sensor LIS2DH driver that read data via i2c data when triggered and send it to other module as event.
Second...
Hi,
I'm using nRF52805.
The main power is 3.3V LDO output.
When main power is out, the battery(3V, Coin battery) should be a power source of nRF52805.
But, when battery...
Hi,
I've just returned to working on an nRF52811-based project after a year so I'm a little rusty, and I'm wondering if it is necessary to explicitly call SystemInit() ...
Hello,
I'm experimenting with nRF Connect SDK 1.9.1 and I want to use SAADC, however I'm running into the following error message.
Please note that the code compiles....
I planned to use THE UARTE of nRF52840, but I encountered some problems when I added it to the project from the routine of SDK17.0.2. I compared the UARTE and sdk_config.h...