I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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...
I am following this post regarding reading the static MAC address for the nRF52840: https://devzone.nordicsemi.com/f/nordic-q-a/68376/trying-to-extract-the-static-mac-address...
Hi, we have a device that reads two sensors on separate i2c buses consecutively and transmits these using ble_nus_data_send().
The i2c sensors are read on an interrupt timer...
Hello all,
I am moving from the Arduino Uno to the nRF52 DK on Segger. A big difference
When looking at the examples, I cannot see the so-called setup() method, so, I...
Dear Forum,
I have the following issue (my System: Ubuntu 20.04):
I created the secure bootloader with Softdevice S140 (v.7.2.0) for 52833 chipset, I use a 52833 Development...
I have an application based on the peripheral uart sample, using NCS 1.8.0. I need to build in a version string that is queryable, so that anyone who connects to the device...
When i intially burn the code on dk, my dk should be in system off mode ie all functionality should be off. Then i want to press a button for 5 seconds with which the device...
Hi,
I am using the nrf52840-DK with the nRF Connect SDK version 1.8.
I have modified the central_multilink sample to connect to a BLE peripheral which requires a secure...
Hi,
We have a mature product based on the STM32 ARM processor family running the uCOS OS and our development toolchain is IAR. The workflow has worked well in the past when...
Dear all,
I ran LPCOMP example from SDK16 on nRF52 DK and it works just fine.
But I've occurred some problem modifying reference voltage. I init the lpcomp the same...
Hi ,
I have my own custom nrf52832 pcb. I have 2 chips on my pcb.
I program my device with Nrf52 Dk.
When I program MCU 1. The program is uploaded successfully and i...
Hai
I'm using nrf52811 and sdk17.1.
I tried all peripheral examples But I can't set advertising data to more than 31 bytes.
If I increase the data size some parameters...
Hi , I am using ZEPHYR rtos , and using the internal bootloader and its working fine and there are two images but now my code size has increased and i can not store 2 images...
Hi
I want to use app_uart_put() to send an array which is over 4096 bytes.I try to change the value of UART_TX_BUF_SIZE to 10K bytes,then call the app_uart_put() to send...
Hey
what are the downsides of using the already burned-in Random Static Device Address compared to a Public Address?
My assumptions are as follows:
Pro
Con...
Hi,
I have been working on Zephyr for the past weeks and have been able to set multiple GPIOs, interrupts and RF functionnalities. But so far, I thought I could handle...