hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
Hi,
My name is Bruno and I'm developing an Application which consists on:
Connect to a BLE device (I'm using Nina B112 from u-blox, which contains a NRF52832 SoC) through...
So I have successfully built & deployed the Light Switch Demo - and it works.
But where do we go next?
The documentation seems far too close-in focussed on the microscopic...
Hi,
what is the typical or max wake up time of the nRF52 from the RTC or GPIOTE irq (when configured as sense for low level input)?
In my setup, I see a wakeup time...
Hi,
can I use a pin with A/D converter (or comparator) and at the same time read its logic value using GPIO and configure it to be event source in PPI?
Thanks
I have develop a project on nRF52832 and I want to migrate to nRF52840.
I am able to build pre-devloped project from directory nRF5_SDK_14.2.0_17b948a/example/tasol/ble_app_template...
We have used nRF24L01s in our most recent project but would like to switch to the nRF52832, while still using the Enhanced Shockburst radio protocol.
We are prototyping...
Hi,
We are looking at the nRF52840 and would like to have 5 such devices in their own piconet, 1 Central device and 4 Peripherals, with a 2 Mbit PHY,
and want to achieve...
Hi,
I'm currently working on a project including the buttonless DFU.
I would like to read the bootloader settings page from the application, especially the app version...
Hi!
I was wondering if it's possible to use your Android and iOS libraries for DFU,
github.com/.../Android-nRF-Toolbox
github.com/.../IOS-Pods-DFU-Library
to do...
Hi Nordic,
I am not having a success of executing the Serial Secure DFU when changing the baudrate other than 115200 or changing the flowcontrol from enable to disable....
I am attempting to add encryption to the secure DFU process with SDK 15.2. I am following the process described in this post , however am running into an issue related to...
Hello!
We have been developing with the nRF52840 Dongle and want to implement a simple USB communication setup:
1) Plug the nRF52840 Dongle's USB connector into a computer...
Hello,
I am attempting to incorporate NUS example (app_uart) into the HID keyboard example. The whole thing compiles with no warning, but when I add {BLE_UUID_NUS_SERVICE...