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...
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...
Hello,
I think there's a bug in the app_uart library in SDK 10 that occurs when the FIFO is enabled.
Using SDK nRF51_SDK_10.0.0_dc26b5e, I was trying to write data to...
I'd like to control a DC motor using PWM (PWM0, pretty straight forward).
To determine motor speed I disable the PWM every 5ms (TIMER1, pretty straight forward) and measure...
Hello,
Our application consists of 100 BLE static centrals and 1000 BLE moving peripherals. Is it possible to hide our BLE peripherals to be visible only by our centrals...
Hi,
i'm testing an application on nRF52, with nRF5_SDK_11.0.0-2.alpha and SoftDevice 132.
I took the ble_uart example and added a custom service with some characteristics...
Hello,
i'm trying a bluetooth connection between nrf UART v2.0 installed on my phone(android 4.4) and nRF 8001 (i'm usign nRF2740 card). My microcontroller is a STM32....
Hi.
I made my own board using nRF51822AC.
I want to connect this board to PCA10028.
There is Debug OUT port(P19).
Net names are EXT_VTG, EXT_GND_DETECT, EXT_SWDIO, EXT_SWDCLK...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
Example code is using "ble_db_discovery_start()" function to discover peripheral.
In this function, there is "SRV_DISC_START_HANDLE...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I'm testing External interrupt.
Current concumption was just 50uA around(low speed advertising mode).
But It goes 1mA around...
Hello
I'm working on a network of nodes with more than 300 nodes
each node is constructed by (1 arduino nano,humidity sensor, 1 relay and NRF24L01 +)
I'm working with the...
Hello. I'm trying to understand twi_sensor sample code on nRF51. (nRF51_SDK_10.0.0_dc26b5e\examples\peripheral\twi_sensor)
I have a trouble finding where the function twi_handler...
Hey,
i've bought the nrf52832 Preview DK some time ago, are there any big changes to the new DK? So if i buy a new nrf52832 IC i can desolder the old IC and use the new...
If I have some value and this value has become out of desired range I want to change property from indicate to notify.
I only found function sd_ble_gatts_characteristic_add...
I'm developing an application for a device which needs to support both DFU and some method of restricting connections to a single central (ie: bonding). This is a challenge...