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,
so i designed my board based on the NRF51822-QFAC chip. here's the link of the nrf : www.digikey.com/.../5125206
and find attached the schema of the BOARD that...
Hello,
I have some communication overflows on UART on nRF52, SDK 11 alpha, DMA active, big buffers (1024 bytes). I don't understand, nRF52 is not blocked in an interrupt...
When I am trying to use that file for Firmware Over the Air update feature in my application code then program compilation and all is working fine but when I am trying to...
hi all,
i have a electronic device having a button which sends continous data till i keep button pressed.
i want to send these data without losing connection.
i can across...
Hello,
I program the nrf51 in C++ using GCC and Eclipse as IDE (this question is not related to the C++ toolchain).
I was wondering if it is possible to add the extern...
Hello!
I bought NFR52 DK preview board. As microcontroller it works well. But when I try BLE examples, they do not work. I installed SoftDevice S132, downloaded ble_app_uart_s132_pca10036...
Hello!
I want to add the battery services in my nRF51822 project for getting the message of battery. Is there need battery-powered?
But,I am sorry to see that the led which...
hi everybody,
I'm working in a project, I need to establish a connection between a beacon & the mobile phone, I want to prevent any other masters of connection to my beacon...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Hi new to Bluetooth, but familiar with Radios and embedded devices
I have 2 devices that only connect to each other.
in the interest of extreme battery conservation I...
I am using a BLE UART friend module and I am trying to set the GAPIntervals parameters. I realised that when I set my max conn interval parameter above 2000ms, the device...
I am planning to use the nRF51822 and the s130 soft device to manage data coming back bluetooth sensor nodes. It is likely that there will be more than 8 peripherals, although...
The SoftwareSerial library allows GPIO pins to be used as TTL serial pins by bit banging.
The nRF5 suffers from the same problem that the Arduinos have. 1 UART.
Does...
Hello guys
I tried to start TWI bus and got a lot of questions. (NRF51 1422 AC)
I added necessary libraries, could You tell me what more i need to include in my code ...