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...
I have an application that currently does not use the soft device, but I want to use the dfu bootloader. The application runs fine if only the soft device is present, but...
I'm trying to use the ble_app_hrs_s132_with_dfu_pca10040 example project with my PCA10040 nRF52 DK.
Using Keil uVision 5, I'm able to compile the project and flash to the...
Hello!
When two devices, Peripheral/Server and Central/Client, try to send Notifications and Write Commands, respectively, to each other at the maximum capable rate, who...
Hi Nordic's community,
I have a "stupid" question; i search a programmer for programming a nrf51822 module, and i see everywhere : " flash SD + BL + DFU"... i know Sd ...
hi.
i use nrf51422 v2 that its sdk is version 6 that it did not have any uart over ble example .
if someone had it please give me its link .
thank you .
I'm implement some feature to update the softdevice for nrf51822. It has chance to switch s110 to s130. I have a requirement to treat the MBR of s110 and s130 the same as...
Is there any User Guide for the nrf52832?
TI has the Wiki (including the User's Guide) and the Developer's Guide:
processors.wiki.ti.com/.../CC2650_SensorTag_User's_Guide...
I have two questions related to DMA in the nRF52832
Would you please let me know if there is an example of using DMA with the SAADC?
Is it possible to use...
I'm new in development for BlueTooth. So, please, can anybody tell me, what i need for developing simple application.
I need BlueTooth connection with Android phone and iPhone...
Hi,
I'm working from ble_lbs example to extend it for more services. But if I call sd_ble_uuid_vs_add() more times (first it's called in ble_lbs_init() and second time it...
I buy NRF51822 eval-kit.
BLE dongle and did not have a compatible, The attempt to change the Stack.
But I never found the Gazelle stack.
where are gazell stack?
Hi,
Can someone tell wether Security Mode 1, Level 4 is available on the nRF52832 and SoftDevice S132?
In one PDF I found only Level 1,2 & 3 but in the S132 API reference...
I am switching to (what seems to be) the newer approach to initializing and starting advertising, primarily because I need to leverage the the advertising Modes; BLE_ADV_MODE_FAST...
During some recent development work it was noted that there is no PA LNA assist in the DTM software. Is there code that provides this?
See answer below:
Hello,
I have a project that started out as a Peripheral BLE_HRS example. I am currently running SDK 9.0.0.
I am able to Bond a nRF51 Central with a nRF51 Peripheral...