Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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...
Since UART-BLE is an emulation of UART on BLE, is there a need for physical wiring of the pins (RXD, TXD)? Assuming I'm not using RTS/CTS as I have disabled flow control,...
I used to store 10 bytes to flash with pstorage under sdk version 8.2 and it always worked fine. As I also use the mesh app, the timeslot_handler dispatches the pstorage events...
The link below here, has a tutorial about using RTT debuging with keil.
devzone.nordicsemi.com/.../
I don't have keil and i use arm gcc compiler, can you please guide...
Hi.
I'm using PCA10028 as central, SDK10.0.0, S130 V1.0.0.
I can discover 180A UUID and characteristic UUIDs which pripheral device provides such as 0x2a29, 0x2a24, 0x2a26...
my project use s110 8.0.0;I'm using nRF51422_xxAC.
And my project have 7 services.all the Characteristics is 81.
But after I had add 23 Characteristics ,I can't add...
Hi.
I'm trying to get 128bit service uuid as referring to "ble_app_hrs_c" source code.(S130)
And my test peripheral device provides GAP, DEVICE Information and User service...
Hi
I've detected that when using the NRF51822 under Eclipse and GCC compilers, global variables are not automatically initialized. This is because an error on the startup...
I am having some issues figuring out how to send a simple string or character to my central.
What I want is the peripheral to send an acknowledgement back to the central...
Hi,
I want profile / Log the events occurring in my board and save them on to flash. Unfortunately when ever my nRF51822 goes to sleep and wakes up again APP_Timer which...
Dear nordic guys, I'm developing with nrf51822.
I have one simple question.
My customer LG electronics wants to get the nrf master control pannel android app source code...
Hi
I am trying to modify my application so that it uses the latest version of softdevice (v2.0.0-8.alpha) instead of the current one I am using (v2.0.0-7.alpha). My application...
SDK: nRF5_SDK_11.0.0-2.alpha_bc3f6a0
Chip: NRF52
If I perform a TXTX transfer using the twi driver, it sends a repeated start/stop bit in between the two transmits. Is...
Hei,
I would like to compile ble_app_template example which is located in nRF5_SDK_v11 library. I get the following warning "Could not create/access path '._build' !" when...