Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hi,
I haven't been able to find a clear answer to this.
With the ESB protocol, a payload can be stored in the PRX TX FIFO to be sent back to the PTX as part of the ACK...
I have some nrf51422s beacons and wondering if they can send and receive data. So I want it to keep transmitting its id and signal strength but if somebody is reading the...
I am trying to implement the ANT+ Environment Profile using the nRF51 DK and I was wondering if anyone had done this and could point me in the right direction to start. I...
how to synchronize multiple NRF52 them?
Should I use a router? What route do you recommend for development?
Otherwise many people tell me that the Bluetooth has a very...
Hi all,
I create 4 timer in APP, and there seem only one timer (work in single shot mode) can not trigger by right ticks.
I add some log and find that:
First I...
Noticed in ant_parameters.h
#define MAX_ANT_CHANNELS ((uint8_t)15)
First question: is this correct for nRF51?
Second question: is nRF51 going to support 15 channels...
Sorry for the newbie question -- I am new to programming microcontrollers.
I would like to know if it is possible to program the nRF24LU1+ to behave like a USB host? I...
Hi!
Is this correct scenario to minimize battery usage for radio tag transmitting 8 byte packets at 3 Hz?:
setup:
turn LFCLKSRC on with CLOCK_LFCLKSRC_SRC_Xtal...
Hi all, i am trying to start using the smart beacon kit nRF51822, but searching around i am a bit confused on how to flash the most recent softdevice with sdk on it; i followed...
I'd like to do the same thing :
how to use dm_device_delete
nRF51822 S110 v8.0.0
nRF51 SDK v10.0.0
DEVICE_MANAGER_MAX_BONDS=2
I test Nexus5, Nexus7, iPad...
I want to read and write RAM (target=nRF51822) from a custom C application while the CPU is running.
Now, I can do this using the nrfjprog.dll and I get the expected values...
Hey guys,
I'm working with a nordic nrf5182 and s130. What I need is to put the system in sleep mode after a reset. The main problem is with function sd_power_system_off...
hi,I have to question about ADC,please help me ,thank you very much!
I joined on the ADC input pin an adjustable resistance, to change the voltage value.Why change the...
Dear Sir:
I have designed my board with nRF24LU1+, and I want to debug it through ULINK2 JTAG.
However, it seems not working.
Would you please share me with some ideas...