Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
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...
Looking at the radio section of the nrf52832 data sheet I see that in section 21.1.2 Packet configuration it is stated that
"For all modes that can be specified in the MODE...
Hi everyone,
Just a brief introduction about my system, I am currently working on Brain computer Interface which was funded by NSF. In our system we have Sense electronics...
hello there , i have put my nrf51 dk in system off mode.then i am generating interrupt using button 3 to wake up it. but my nrf51dk can't wake up. can you hel p me??
my...
Hello.
I use nRF52 DK, S132v2 and PCA10040.
I want to get timestamp like GetTickCount of C++.
When I searched Documentation, I found RTC what can do like GetTickCount...
Hi,
When I finish coding, I can generate .HEX file for all products. But for real mass production, I may need to flash a seperate serial number in somewhere for each PCBA...
I'm trying to transfer a txt file by sending it from a terminal to my NRF52 DK with the BLE_UART example. I always get a BLE_ERROR_NO_TX_PACKETS avter a few packets though...
Hello, everybody. We have a custom board with nRF51288. We also have code based on ble_template that is working on Nordic devboard and dongle. Code is also working on our...
I am having difficulties porting the SPI Master demo to an S130 Soft Device on SDK 11.0.0. From the looks of it, there seem to be some issues with interrupts but I am unsure...
Using S130,
Central device,
Manual whitelist,
custom hardware.
Manual connection to 1 or 2 peripherals depending on a switch position.
This device is a central that...
hello there . i want to do something like when i press button advertisement starts. when i release button advertisement stops. can anyone tell me how to do this?? any sample...
Looking at Table 40 in the nRF51 Series Reference Manual v3.0, the Memory Protection Unit prevents request sources in Code R1 from writing to RAM R0. But if the request source...
I am facing the below issue that no source is available for "0xffffffff" when i try to debug the program using eclipse
I am using softdevice s110 and have flashed the...
Hi, I developed a sensory application which works together with the Master Control Panel (3.6.0.8331).
On the sensor side I am using the S110 (7.0.0-3.alpha) in combination...
Hi all,
i want a security check on connection that permits only to users that have a password to connect to my peripheral device and, particularly, to read/write on services...
Hi!
I'm trying to test out the glucose example in SDK 11 on a PCA10028 dev kit.
I follow the instructions here: infocenter.nordicsemi.com/.../ble_sdk_app_gls.html
Everything...