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...
Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
After connection, if i want to change SUPERVISION_TIMEOUT, is it possible?
If it is, how can i do that?
I need...
Hi.
I am trying to get the RTC started, and I've followed the rtc example in the NRF51_SDK.
But things go wrong when I call:
ret_code_t err_code = nrf_drv_clock_init...
Hello , RX: nrf24LU Tx: nrf51822 use ESB Lib. But the nrf24 Can't receive data continuous.
if I Want receive 2th data , I must power up the nrf24.
This is my Code :
RFCTL...
hello,
I wanted an info which tool is better for debugging when using
native SDK.
do i have to use pyocd or openocd for native sdk hardware debugging
and if you can...
Based SDK 9.0 "ibeacon" example, nRF51822(QFAAG0) work's well when download the ibeacon.hex.
The target set as follow:
Based SDK 9.0 "ibeacon" example,nRF51822(QFABC0...
Anyone seen the new nRF52 online power profiler ?
It's an online tool that estimates the current consumed by your BLE application.
This allows you to better understand...
Hi,
Before starting advertising using advertising_start() function, if pstorage function is used to write data, then it gets stuck at that point as no pstorage handler...
Hello, I have an issue with ble_app_hrs_rscs_relay that doesn't seem to exist with the other sample projects.
The project compiles without any issues, but when I run it...
Apart from pressing Button 4 or adding a DFU service to current running application. Is there any way to enter DFU mode from application?
Is it possible with nrfutil to...
Is there any tutorial or good example for I2C communication using TWI? I already saw the examples for TWI, but I don't find them very intuitive to change for I2C.
I'm trying...
After updating an application on nRF51822 chip with a new application which has new Characteristic UUID via BLE, iOS app cannot detect the new Characteristic UUID.
I know...
Hi to everyone,
I'm trying to use the CMD Mode of my Sniffer but I have different problems. First of all, when I switch to the CMD Mode the red LED didn't blink (it doesn...
`Hi Guys,
I have some sensor data of 20 bytes at each measurement at different period stored in EEPROM. Now i have to transmit all data over BLE continously.
example ...