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...
Hi,
I tried to compile my own program with eclipse and GCC with c/c++.
I followed this tutorial : TUTORIAL
I have some problems :
First : i have problem with...
Hello,
I developed a code (softdevice S110 and SDK 10) on a prototype based on a NRF51822G2 chip. I tried to reproduce the prototype with NRF51822H0 chip.
I flashed...
Hi,
I use ESB protocol, and all is working fine :)
Now I want to retreive the address of the sender because I can have multiple sender in my network.
I can add this...
With there being +/- 4dBm variability in output power from nRF52 to nRF52, each device needs to be calibrated in order to comply with FCC rules. One of the rules is there...
Hi
I'm porting a nrf51822 project with S110 to a nrf52 board. In this case, I'm a bit confused about which softdevice to use. S132 it is the equivalent to the S110? Or...
Hello everyone,
I am using the nRF52832 rev 1, i am not using the softcore. When the cache is enabled as below, the performance actually seems to get worse.
F_NVMC-...
using Bluetooth Developer Studio, and
nRF52 SDK v11.0.0 - Experimental: Bluetooth Developer Studio Example
I have created a profile using BDS and generated the files with...
In order to teach a class of students using nRF developer boards I'd like to use the nRF Blinky application running on Android, iOS, or whatever mobile platform. The problem...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Is the nRF Temp App source code available for download?
I am currently developing an ultra-low non-connectable beacon and would like to use the nRF app as a starting point...
I guess all the Bluetooth members saw the email from the SIG about the next version of Bluetooth and how it is confirmed to have double the range, quadruple the speed and...
I'm looking at table 23.15.2 in the nRF5 Reference Manual, and it states that TX startup current is 4mA with the DC-DC enabled.
Does that 4mA include the CPU idling...
My project: nRF51422, S110, based on SDK 7.1.
My project employs several application timers (run via the scheduler) and a continuously running Timer1-based 1ms timestamp...
Hello again,
i wanna use the UART communication for transfering data from my µc to the nrf51 and vice versa.
For a test i used the ble_app_uart example and it works...