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'm planning to make a custom board using Thing52, following the reference desing. I have some questions (1) Can I use nRF52840 instead of nRF52832? (2) Do you provide an...
To reduce power consumption during sleep I have to completely disable the UARTE0. This is done before sleeping by :
NRF_UARTE0->TASKS_STOPRX = 1; NRF_UARTE0->ENABLE = UARTE_ENABLE_ENABLE_Disabled...
We are using Bluetooth Developer Studio along with Nordic's code generator plugin (Nordic Semiconductor nRF5 1.3.0 SDK 14.0) for our project.
We've made a couple of improvements...
Hi!
I got an error while compiling the proxy client example in BLE Mesh SDK V 2.0.0 as The object file build/light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0_Debug/obj...
HI al
I have a bicycle computer (A) host (SDK 12.1 51822QFAC S130-V2.0.1) and a slave device (B) for measuring bike speed and cadence (using 2032 batteries). 1. When the...
Hi, I was recently asking about OPUS - https://devzone.nordicsemi.com/f/nordic-q-a/32875/how-compile-opus/128181#128181 . Now I am able to run encode on audio data and decode...
Hi
We have a nrf51 dongle for use in a school prosject When the nrf51 dongle is connected to the USB slot in a computer it boots fine without holding the button when powering...
On the Getting Started page, I do not see the USB described in Step 7. I do not see any device. The LEDs flash and the buttons light up LEDs 1-4 as described.
Thanks
Hi,
I'm using nrf_serial 'object' in order to communicate nRF52832 with an external device.
As I work in non-blocking mode I need to verify if there's available space...
Hi,
We are migrating SoftDevice 5.0 -> 6.0.0-6 alpha on sdk 14.2 (s132->s140) in order to be able to evaluate long range. During the migration we stumbled across some problems...
hi all,
I have an issue with hardware in the circuit, which is designed by my self. The PCB has designed a customized
condition:
I have erased full memory and measure...
we want to support the serial bootloader with SDK13, but find that the example is Experimental: Serial Secure DFU Bootloader, can we use it stably? the SDK14/15 don't Experimental...
I am using nrf52832_xxaa and SDK11.
Is there any formula that states the relation between the advertising & scanning parameters(advertising interval, scanning interval,...
I am trying to flash the program into my custom board. and i am successfully flash the program into custom board. I have flashed the blinky code in y custom board. it's works...
Hi everyone,
I would like to know in the ble_app_uart_pca10040 where the Bluetooth antenna is connected on pin planner to be able to change it.
Thanks you for helping...