Hi all,
I'm trying to integrate joiner into my project, here's my goal:
We will start a device as our commissioner, and while it is active, we will start the other devices...
Hi,
I would like to know if nPM1300 supports an input voltage of 4V for Vbus. According to the datasheet, the recommended operating condition for Vbus is from 4V to 5.5V...
Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
Hello!
We are planning to implement OTA update of an application and a second stage bootloader in our product. As a bootloader chain, we will use NSIB + MCUboot as the nRF...
There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
I'm trying to set up DFU for a custom board with a nRF52810 module (Rigado BMD-330). I created the secure bootloader from the recent project for SDK 15 posted by Vidar Berg...
Hi,
The Keil MDK shows an error when I open a example project from nrfSDK.
but there is no error when compile.
Could someone please clarify.
Thank you .
Can someone please clarify . nRF52832_V1.3
These 2 sections seem to be contradictory.
18.4.1 Power-fail comparator The power-fail comparator (POF) can provide the CPU...
I am starting to refactor some nRF52832 code, from an Embedded C++ Eclipse based project, into a new Segger Embedded Studio project.
All of the videos I have found rely...
I'm developing a nRF51 Central that needs to read DIS information from a connected peripheral. Does the SDK provide a DIS client? I can see the files for a DIS server (ble_dis...
Hi,
We are using nRF24L01+ modules on an ultrasonic positioning system. For synchronization, we wanted to use the RX and TX interrupts provided by the module to trigger...
Hi.
I'm currently trying to scan non-connectable advertisement for continuously.
it’s unclear to me. I doubt will be worked scanning 1000 peripherals.
so. i have to...
We are devolping a module with nRF52832-CIAA (CSP package) and we are not satisfied with the sensitivity.
According to the nRF52832 Errata is the sensitivity level different...
Dear all members,
I understand that Secure BLE DFU official support is only for SD132, but I am developing a product for nRF52810 which can only run SD112 and I want to...
This link source.android.com/.../services seems to indicate that L2CAP CoC is available in Android 8.x but support may vary by device vendor. Does anyone know how to verify...
Hi,
I just installed the latest NRF5 SDK - nRF5_SDK_15.0.0
and trying to run examples such as "examples\ble_peripheral\ble_app_hrs\pca10056\ser_s140_spi_5W"
But for...
We are developing a bluetooth product that operates on a battery where every uA counts and I have a couple of questions about current consumption in System On Low Power mode...
I am creating a BLE beacon scanner, using nRF51822 and SDK 12.0.0. My beacons will be using public addresses so the upper 3-bytes of device addresses of all my devises will...
Hi,
in our application we will have a main MCU and a second MCU, an nrf52832.
We need to update the fwon the nfr52832 from the main MCU using a bootloader, via UART. ...
Hello,
I want to use 2 SPI bus with nRF52832 IC and SDK5. I can use the "SPI example" for first SPI bus. For the second SPI Bus, I think that I need to modify "sdk_config...