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...
I am using SDK13 with a nRF52832 development board.
When trying to compile the Multilink central example with gcc and I am getting the following error:
../../../../.....
I'm just a bit confused on how gpio detect works. After setting the sense config for input I realize that a change in voltage will trigger a sense signal that will create...
I mange to identify and provision the Light switch example on the PCA10059 Dongle and fanstel gateway with no problems. IT use to work on my PCA10056 DK but has for some reason...
I am using nRF52 SDK v15.2.0, nRF SDK Mesh 3.0.0, and Segger v4.1.2.
I am trying to add the proxy service to the client node of the BLE_UART_COEXIST example. Has anyone...
Hello all
i have problem with doing this example
https://github.com/gamnes/nRF52832-buttonless-dfu-development-tutorial
Here is my stepts to do this
1.Download Sdk...
Hello
We start working with Zephyr and nrf52840. What is the right way to overwrite values defined in nrfx_config_nrf52840.h with Zephyr? The NRFX_CLOCK_CONFIG_LF_SRC is...
I was wondering what determines the logic level of the nRF52840 interfaces? Is it whatever you supply VDD with?
For example, if I supply VDD with 2.8V, will the logic...
I need to port a system from a STM32F407 MCU to the nrf52832.
The old system would continuously poll a SPI slave for 244 bytes of information and after receiving 60 valid...
Hi,
I am working on the ADC and trying to sense the battery level to measure it voltage.
And I have configure the ADC with normal conditions as present in example of SDK...
Hello
First things first, when I use the UART example located in:
\nRF5_SDK_15.2.0_9412b96\examples\peripheral\uart\pca10040\blank\ses
all works fine, the script compiles...
Hi,
I hope this is the correct place to ask beginner questions. I new to microcontrollers in general.
So first of all here is what I am using currently:
Software:
...
Hi,
I'm using Nrf52 with SDX 15.2.
The device is far for the host (smartphone), I would like to know if I can know the RSSI with the Smartphone? How can I control the...
Hello everyone!
I'm trying to implement a mqttsn client inside a microcontroller, and the nrf52840 should be used only as a way to communicate with other thread devices...