Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...