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,could i ask you what should i do in order to use ant on the pca10056 board? i added the s340 softdevice but no example works on the board. thanks a lot!!
I am working on a MQTT related application on nRF9160 DK, and grabbed mqtt_simple as a baseline for development. All of my libraries are back at the last tagged releases:...
Hi, I'm confused, according to Bluetooth 4.0 Specification bytes are send in Little Endian byte order, and with LSB first in every byte. So when I receive raw data from characteristic...
When running "pip install nrfutil" I get this message - "Could not find a version that satisfies the requirement antlib~=1.0b (from nrfutil) (from versions: ) No matching...
Hi all,
In Nordic SDK ble_app_gls Example , the following UUID is added as part of Advertisement packet
static ble_uuid_t m_adv_uuids[] = /**< Universally unique service...
Hello,
I'm currently building a project for the nRF52 (using SDK 15.2). I need to have 2 ADC channels, 1 for temperature sensor and 1 for battery level. I figured that I...
I want to let nRF9160 communicate through UART with 3.3V logic level, but the logic level is originally 1.8V.
I have been reading nRF91_DK_User_Guide_v07.pdf, but I'm not...
Hello,
I'm working on the implementation of some custom services and I started to question why the SDK implements the service modules as instance managers (as of SDK 15...
We are having an issue with pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver ). We're using the nRF52840 dongle. We have compiled and run the `heart_rate_monitor_v6...
Hi,
I want to communicate with a legacy device nrf24l01p+ based using a nrf52840 DK.
Firmware of legacy device setup the card in this way:
I take the esb_ptx esample...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am looking to check signal strength and would like to be able to do it as easily as possible.
The default asset_tracker sends messages which can be seen in the nrfcloud...
We have an application running on our devices that are using ble_nus to communicate with a base station.
The use case is approximately something like this:
On button presses...
Step1 : init a Client model in Provisoner:
Step2 :config this client:
Step3:set the pub address of this client & control the remote gen_onoff_Server model: but it...