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...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Are there documents other than "S110 nRF51822 SoftDevice Specification v1.2" that describe the SoftDevice resource usage? I am particularly interested in the S130 on the nRF52822...
Hi,
I`m a newbie user of nrf52, i want to know what are the neccesary libs to configure the BLE on nrf52 and what are the steps from the scratch.
Thanks
Hi,
I am using nRF52832 with S132_V2.0.1 and SDK_11.0.0. I have set advertisement interval at 2 second.
I have observe one thing in advertisement that many times device...
Hi!I work with a Beacon Kit (nrf51822) and I would like to know which is its default radio transmit power and the velocity of transmission. In my application I sent via Ble...
Hi,
I'm using the reference project "Experimental: Eddystone Beacon Application" to transmit Eddystone URL packets and I'm sniffing the data with Wireshark.
I noticed...
Hi,
I'm using nrf51822 board with SDK 10 and S110 softdevice.
My application is based on uart over ble. It take 20 bytes data from a android device using nus, store that...
I have created files before with s110 sd8 with the
nrfutil.exe utility using a bat file.
nrfutil.exe dfu genpkg --application nrf51422_xxac_s110.hex --application-version...
Hello,
I want to connect one board trough SPI to my nRF51-DK. Using SDK11 and SD130, the nRF51-DK is the SPI master, I call the function nrf_drv_spi_transfer() but the...
Hi ,
In my project , i can use the battery service in my project.
But if i want to use the another four ADC channels , how to add it ?
my project is working at SDK 9...
Hi,
I am using 2 nRF52832, one for ESB Tx and one for ESB Rx used to send payload through UART using SDK11.
Tx board is used has a low power transmitter which transmit...
hi all,
i am a begineer to nordic. i want to send data over ble and read that using master control pannel.
please say wat api i want to use and how to use. please give detail...
Hello I'm new of nRF seriese.
nRF51822CEAAD00(0x004d)
SD130 ver2.0.1
kail Ver5.18
SDK11.0.0
I just finished the tutorial and now I'm making my new project with twi...
Hi, I am using Heart Rate rate monitor code to send floating value instead of unit16_t.
I am using the heart rate service to send the data. Instead of using simulated sensor...