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 I am trying to make 5 characteristics on Nordic and my program does not compile for NRF51822 QF AA or AB. but compiles fine for QF AC. what could be the matter. I get an...
Hi,
At command, I'm sampling ADC for a short period of time. What I noticed is that the current consumption of the chip goes up 2mA, even after the sampling is stopped...
Hi,
What is the actual difference in hardware between the two chips? I know they support different soft devices but is there any actual difference in the hardware? Or is...
Does having monitor mode debugging or using RTT print statements increase the quiescent current of the nRF52 even when the debugger isn't connected? I am using S132 SoftDevice...
I'm in the process of porting code from a PCA10000 rev2 board to a custom board, using the ISP130301 integrated MCU (contains a rev3 nrf51822 IC). I'm using nrf51 SDK 6.1...
Hi,
I use an nRF51822 QFAC A1 and my goal is to disable BLE in a powerdown mode, then when I press the pushbutton I want to restart BLE.
Tried using BLEDevice::shutdown...
Hi,
I'm using nrf52 dk(PCA10040). I want to disable the SAADC between readings to save power. I am calling the function nrf_saadc_disable() to do so. It seems to disable...
Hi,
I am having some trouble to make NFC Tag emulation working with "ble_app_hrs_rscs_relay" example application in the nRF5 SDK v11.0 on a PCA10040 board. Actually I did...
Hi all,
i have a little problem with the #define NRF_LOG.
I have this warnings, and i don't know why.
Warning[Pg004]: macro parameter " VA_ARGS " is used in both expanded...
Hi,
I would like to generate PWM waves with on/off period as low as 10usec.
How to stop the PWM and restart it? I tried this but does not stop the PWM:
void pwm_start...
I am trying to advertise my eddystone UID,TLM and URL frame on advertisement. Here by board is in peripheral mode.
I used radio_notification_init() function where i have...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
It seems like there are several asynchronous things that happen and it's unclear what had proprioty over each other. I assume interrupts asynchronously interrupt everything...
Hi,
I use the nrf52 dk(PCA10040). When monitoring the current consumption of the advertising with the DCDC enabled, we see some current spikes. Why?
Here is two screenshot...