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...
The gpio specifications table lists 3mA for VDD greater than 1.7V and 6mA for voltages greater than 2.7V but what about in between?
Would a linear approximation between...
Hello,
I am trying to fix the UART communication error in a peripheral side.
First of all, the setup that I am using is as below.
[SDK] nRF5_SDK_11.0.0_89a8197
...
We would like to enable the flash protection for an nRF52 application with the typical scenario:
to disable flash reads from the JTAG,SWD interface; only erase/reprogram...
Hello everyone.Recently I try to send some information from a "nrf51822" to phone when they are connected .So I choose "ble_app_hrs" example program,and I add two characteristics...
Hi everyone
I am working with nrf51 and I need to know how much my specific code occupies in the flash memory (I know how much is the available memory).
Thank you
I have two board - 51422AC based PCA10028 and 51822AA based custom board. Custom board doesn't have 32768 OSC.
My goal is to let custom board work with example project...
I want to use my stand alone SEGGER with nRFgo Studio. How do I do that?
It looks lite nRFgo Studio only recognises the PCA10028 board as a SEGGER but not my stand alone...
I have a ble_uart application which is working when I load it on the chip. But it will not automaticly run again if I unplug the supply and just plugin again. When I unplug...
hi,
i am using eclipse IDE to build the blinky example with soft device s130(using SDK11). i added the make file and .ld script and linked all files which is required....
Dear Nordic family,
I tried programming Raytac MDBT40 with the LED blinking code (taken from the example project of SDK 8) which worked with nRF51822 Bluetooth Low Energy...
Hi
I have been using the DFU for quite a while. I adapted the boot loader to my hardware and compiled it using Keil.
All my other code is written in another environment...
Dear Nordic Developers!
When I call the sd_power_system_off() function to put the MCU to system OFF, after that I can still see the advertiser device in MasterControlPanel...
Hi!
First of all, I'm using the nrf52 PCA 10040 DK, with SDK11.0.0, and my Soft Device is 132 2.0.2.
I'm developing an app for comunicating with a sensor via SPI (send...
Hi,
Am starting custom service to support custom profile and it works without any issues.
But when I add DFU service also to start after custom service DFU service fails...