Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...