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:
...
Is there documentation on the silicon revision registers/memory locations? Different versions of the SDK seem to look at different memory locations for revision information...
Hi,
I followed instructions mentioned here https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial to install Toolchain...
In my application, the moment a callback is invoked inside the UART driver (which I wrote), I see the execution getting stuck on the following which resides inside nrf_log_frontend...
Hi!
52832, S132 SDK17.02
When I parsed data in the on_adv_report() function, I want to send some data to UART. Works. But sometimes UART miss some 1 chars.
What possible...
Dear Sir/Madam
We are planning to use P0.17 (RXD ) and P0.19 (TXD) as serial communication port connecting to Microchip SAM L10 Xplained Pro - Dm320204. I wonder if there...
Hi everyone,
I'm migrating my project from nrf sdk for Mesh v2.1.1 to v5.0.0. To do this, I build my code on the light switch client example from nrf sdk for mesh v5.0.0...
In my project i usinf nrf52840 and nrf sdk Version is 16.0.0.
two UART port using in project using nrf_serial lib.
on serial0 port i have connected GSM and on serial1...
Hello everyone,
I've noticed that the Bluetooth and ADC work great together BUT I'm having issues when trying to turn on & off the Bluetooth.
I've tested the on & off...
Hi,
I'm working on hid keyboard example. How can I check whether multiple bytes are received & transmitted after I increase the assigned no. of bytes in input/output report...
Hi,
I have a ncs project which currently has only the main.c file.
I want to create a header file and the c file to be included in the main.
What's the recommended way...
Hi Nordic Team
I've applied all the changes recommended on https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial...
Hello everybody
I have some nrf52840-DKs and other boards with the same module and I want to create a LE Coded mesh with these boards, I am aware that the BLE Mesh standard...
Hi,
I am using the low power node example and light switch server example from nRF5 SDK for Mesh v5.0.0.
I have one board as LPN to make friend with one board as light...