Hello, I am new to android development. I am building an Ble App for some of my work in which I want to include Direct Firmware Upgrade(DFU) over-the-air.
I have building...
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...
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 am developing a board with the SIP nRF9151.
I'm designing the board with a shared antenna for both the GNSS and LTE signals (Ignion NN02-224).
For the antenna...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
So literally, I cannot trust what IAR is doing. Running version 8.22.1, it crashes every time I attempt to debug an nRF52832 device (SparkFun board).
I've already programmed...
i'm using uart for debugging, works fine and dandy except when in app_error_handler.
There only the first character is being printed before we go into an infinite loop. Inside...
Hello,
My custom board is based on an accelerometer which sends interrupts to nrf52832 to Sleep and Wake-up (pins GPIOTE).
(The FW is based on SDK15\examples\ble_peripheral...
Hi!
I am using SDK15.
I am using ble_app_uart and let's suppose that both of my characteristics (RX and TX) have char_md.char_props.write = 1; property so I am able to...
Hello everyone,
I'm looking the power profile of the advertising event for the S140 stack but two points trouble me.
• Why the module advertises 3 times ? One of the new...
i want NRF_UICR->CUSTOMER register to save MAC address and SN code.
mobile phone transport the fix mac address and SN code to the nrf52832.
it is looks like that it can...
Hi,
Custom board based on nrf52810
Soft device - S112 v6.0
I am trying to understand the usage of the function pm_whitelist_set (pm_peer_id_t const * p_peers, uint32_t...
Hello, I bought three BMD-300 Eval, which incorporates the nrf52832. I would like to create a mesh network of beacons. I downloaded the nRF5_SDK_14.2.0 and uploaded the example...
How can we decrease the resolution of the timer to 500 ms in SDK 14? The minimum resolution I could get to was 1 ms by changing the APP_TIMER_CONFIG_RTC_FREQUENCY macro to...
It seems that none of the distributors listed on the web page for the 52840-Dongle have them in stock. Is there another way to order some of the dongles?
Also can someone...
Hello,
I have a peripheral (nRF51822, S130, using the peer manager) that should be paired/bonded with at most one central. This means that if I want to pair the terminal...
I still can't see anything in the SDK documentation which tells me how to add an nRF5 SDK library to an existing project.
Specifically:
What source file(s) do I need...
Hi All;
I have been banging my head with this problem for days now. I am in the process of migrating our production FW from SDK 11 to 15 and doing some re-architecture...