Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
I have two of the nrf52840 boards and want one to implement a cascade reconciliation between them. That is device A and B have similar secret keys but need to make them match...
Dear nordic,
I tested simple coap thread examples. it's work fine. I want to know some details regarding this.
1. Is it possible to find IP address of all node in one...
Hi.
I am using NRF51822 and SDK is 12.3.0. I know that NRF51822 has random delay(0ms~10ms).
However, there must be no delay to complete the development of the board...
Hello!
I am a master student at NTNU Trondheim working on modelling the energy consumption of NB-IoT for IoT application simulations in cooperation with the NTNU IME IoT...
Hi Team,
I am new to nrf and using Nrf52832 and SDK 14.2.0 for development I am facing a problem, I want to select only Port0 pins as GPIO pins. how to make it. I gone through...
I use the following settings to communicate with the nRF24L. But there is no connection. What's wrong? NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_0dBm << RADIO_TXPOWER_TXPOWER_Pos...
Hi, i'm starting to develop on the nrf52840DK and trying to understand the Nordic SDK (using the lastest version at the time 15.3). Just edited the blinky example to read...
Hi,
I am developing a product using nRF2840 which performs periodic sensor readings.
Due to the nature of the sensor I'm reading from ( sensitive to noises and placement...
Does the current example code for CTS work with an iPhone, by this I mean that the CTS example code is able to retrieve the current time from an iPhone? I have an iPhone X...
Hello,
We am using nrf52840.The SDK is 15.2.0.I successfully combined usb example code with buttonless dfu. I could update more than once and it worked fine.
Depending...
Hi,
I have a working system based on NRF52832, SD132 and SDK 15.0. I am working with with the default MTU as my data requirement is low and everything is working great....
Hi i am using SDK15.2 nrf52832.
What is peer id? Which function is adding device mac address to whitelist? how does the whitelisting process implemented in HID example code...
In iOS, I have developed one sample code for BLE scanning and connection with peripheral.
I have one nRF51822 Ble. It has secure pairing mechanism. (Claimed by Hardware...