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...
Hiya. We're building a custom appliance on top of a Nordic chip that talks to an Android/iOS app developed with Flutter and a custom cross-platform Bluetooth plugin.
We...
Hi guys,
I tried to connect to nRF52832 using the app and it was successful. But when I directly use the BLE in the Android system(android 11) settings to connect to the...
Hi. I am new with nRF52 microcontrollers. I was able to create a project (myproject) in the examples folder and compile it with SEGGER embedded studio. I copied the whole...
Hello
I just downloaded nrf sdk 12.3 and am facing a problem straight away where I couldn't find valid answers that would fix my problems when searching this forum and on...
Hi,
The Bluetooth Core specification states that:
Per Bluetooth Core Specification Version 5.2 | Vol 6, Part F, Section 1.
The nRF5 SDK, v17.1.0, DTM Example states...
Hi,
I have a problem on two things
1. I want to advertise my custom 128bit UUID with ble appearance and manufacturer data but when i did my advertising device name become...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I am trying use dfu update my application program.After i program software device/bootloader/app(dfu example...
Hello,
I'm unable to flash code to my nRF52840 board with my JLink Edu debugger after my project builds. Currently I have my development environment setup with VS Code...
I have bought the nRF52840 to use it as a BLE Sniffer. I do not have any prior experience with Nordic products but I have developed several BLE systems using Silabs and Infineon...
Hello,
I'm testing periodic advertising sample (sample/bluetooth/periodic_adv,with no changes to the code) on nRF Connect SDK 1.7.0, on BBC MICORBIT V2 that has a nRF52833...
Hi,
nRF Connect SDK 1.7.1, windows 10 X64
run SEGGER Embedded Studio.cmd or click segger_embedded_studio IDE menu File->Open nRF Connect SDK Project,
it will be got...
I have impulses coming to a GPIO input. Each pulse (say: rising edge) should toggle some other's GPIO output. What I know, is that I cat apply a task to a GPIO output. This...
I am using nrf52832 board sdk vr 17 s132 soft device. I want to have a way by which i can reduce the brightness of led while it blinks during advertising mode using PWM. pls...
Setup mcuboot and dfu to upgrade firmware on the nRF52840 of our board. Upgrading to new firmware works as expected and the new firmware is running after the install. If I...
Hi,
I am using nrf52832+freertos to develop a low-power product based on the example(ble_app_hrs_freertos) in the SDK, but now I find that the power consumption far exceeds...