Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
I am trying to do the dfu update in my custom flutter application like it does in the nrf connect application. My device is correctly being put in bootloader mode and the...
nRF52832-QFAA using the LDO power supply mode,The firmware is configured to operate in the LDO power supply mode.The compilation and download processes are all fine.but the...
When flashing with SDK v3.0.1 the following error occurs:
-- west flash: using runner nrfutil -- runners.nrfutil: mass erase requested -- runners.nrfutil: reset after flashing...
My product has nrf52840 with usb mass storage configured using 8MB QSPI flash (same chip as the nrf52840dk - MX25R64)
I would like to allow users to upgrade firmware by...
Hello, I've recently upgraded my pre-production application on nrf52832 from NCS v2.6.2 to Ncs v3.0.1 also upgraded to HWv2(on interim ncs 2.9.0 as adding custom board for...
Hi,
I have set up a destination in the the NRF Cloud Message Routing Service
The destination has been verified and I can successfully send the test message from NRF Cloud...
Simple question:
I successfully use ble_advertising_init () with adv_data, scan_data and adv_opts.
I include manufacturer data via scan_data.p_manuf_specific_data...
Before I try something which is technically impossible....
Does anyone know if the USB functions on the nRF52840 would work in the bootloader, or only in the application...
I've recently tried add App Data (pstorage) to my Application. Thus I want to preserve this data over DFU Updates. To do this I updated my Bootloader to reserve App Data during...
Hi
I am using SDK11 with S130, NRF51822 that using ANCS and facing bonding problems after reach the max bonds.
Reference to nRF51-ble-peripheral-bond-handling example,
...
My application is doing kind of old communication with an old machine.
Communication line is bit banged by an GPIO. Baud rate is 0.5ms.
"Start bit" is still used to synchronized...
Hi,
I use nRF52832 with sdk 12.2.
and I running the ble_app_hrs_c example code on pca10040 evb.
I can scan many hr devices but polar h7 heart rate not.
I check Iphone...
Hi I use nRF52832 and move my project to SDK13.
I want to use debug mode in keil-c and try to find after ble_db_discovery_start function call why no csc_c_evt_handler_t call...
I'm working on an OTA firmware update process, using my own bootloader and application. To understand the process' limitations, I need to know to what extent one can update...
hello everyone:
how many timers can i open in nrf51822(QFAA) with SDK9.0? the APP_TIMER_MAX_TIMERS's max value
#define APP_TIMER_MAX_TIMERS 13 /**< Maximum number of...
Hello,
I am referring to this link
www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules
and I am referring to Xuntong PTR5518 11 15x15x2mm PCB China product...
I see BLE_GAP_EVT_SEC_PARAMS_REQUEST generated from SD. How to call this request for pairing state?
I can't find any peer manager in the project.
Explane, pls.
Following is a simple application that I have created. It has no softdevice and the configuration is very similar to blinky freeRTOS example.
Source code:
main.c
...
Hello ,
I'm working on custom board, I'm trying to disconnect from the Central (Andriod app) when the battery is below certain level and stop re-advertising.
Below is...
In s130 Soft device v2.0 document, it says it can have role with up to 8 Role concurrent with Central, Pheripheral, Advertiser, Observer.
I'm not sure i've understand all...
Hello. I'm using nRF52832, PCA10040, SDK13, S132 and "ble_app_uart" as reference.
When I connected board through by bluetooth, I couldn't see notification message which...