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...
I'm trying to replicate an Arduino Uno application where we connect a M3Q alcohol sensor into an analog pin and feed the data into the ADC. The specific board I have is made...
Hello,
sd_softdevice_enable falls in hardfault. I have no 32.768 KHz crystal but is set lfclk with NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM.
I'm running my application on a...
HI,ALL,
i want to try to developer with bluetooth develop studio,which developered by BlueSIG.
i now download the BDS and the PLUGIN for the nordic NRF51.
is there...
Hello,
Does the S120 have support to know on which advertising channel it received an advertisment? Or some kind of feedback to know on which channel the S120 device is...
Hi,
Does anyone know the event end point addresses for the following on the nrf52832:
RADIO_EVENTS->ADDRESS
RADIO_EVENTS->READY
RADIO_EVENTS->END
The addresses for...
Hello guys ,
We developed a product that using a nRF51xx chip and now we are preparing for mass production.
The antenna was designed on PCB and for PCB we are using FR4...
There is a minor issue with the app_fifo library included with nRF5_SDK_11.0.0-2.alpha_bc3f6a0. If the app_fifo_write function is called with the parameter p_size set to 0...
Hi
I am planning to use NRF51822. Have not used these parts yet.
I have 4 peripherals and 1 central hub. All communicating in BLE. And central hub will also connect to...
In our project we are using the nrf51822. We planned to connect an external flash for storage purposes. While coding the software I got the advice to give special attention...
Hi,
I use nRF51822.
Can it judge a UID of higher RSSI level by comparing the RSSI of two advertizers with Central mode in nRF51882?
I want to know a UID of advertiser...
Hi, I use
nRF51822 Rev.3, SDK 7.2, SDK 10.0, S110 8.0, and S120 2.1 most of the time.
I mostly quote most of the codes from the SDK's examples such as HID keyboard or...
Hi all,
We have a issues with the SPI communication and hope someone could help us.
Using SDK 8.0.0 and Soft Device S110 8.0.0
code process step:
enable ble...
Hi
I am investigating some weird issue where a device sometimes locks up: it is BLE connected to my iphone app, and then I bombard it with writes to a specific characteristic...