Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Anyone aware of an implementation supporting performing a DFU on a mobile application using Google's Flutter framework? There are now fairly establish plugins for BLE such...
Hi,
I am on a BLE project to calculate weight using HX711 but i could find proper library file for this over in Github or anywhere. Kindy please someone share the file
...
NRF52840 - SDK 15.0 - Tested with Softdevice and No Softdevice
We have an application that requires deterministic execution of a group of SPI transfers over EasyDMA, where...
hello everybody!
i want to sample an analog signal with the board and send the 0/1 data with ble to the receiver .
i created my on service with rx and tx like in ble uart...
Hello Nordic Expert,
I am facing a stall pid issue with nRF52840 Dongle using nRF5_SDK_15.2.0_9412b96. The chip build code is QIAA C0 . I started with usbd_hid_generic example...
I have an application with Nordic devices as Central and Peripheral.
The first device is a multi-protocol device (nRF52840) and acts as BLE peripheral. Min connection interval...
Hello
System:
OS: Windows 10 x64
Application: nRF Connect 2.6.1 (with Bluetooth Low Energy 2.2.0 and Programmer 1.0.2)
Problem:
My device is connected to the COM7...
Hi,
I currently have a custom board with an nRF51422 on board. I am considering upgrading to the nRF52 series. Are there any nRF52 models that are pin compatible that I...
Hello,
We are working on a network of low energy sensors that work without connection. The sensors have a configurable service, so from time to time it makes itself available...
Hi,
I'm trying to implement Buttonless DFU into an existing BLE application. I'm using nRF52832 V1.1.0 boards (one for the BLE peripheral running the application and buttonless...
currently i am running ble_app_uart_c example from sdk15.0 and i successfully discover one of the custom service.now i want to discover all the services provided by peripheral...
What is the output for the capacitive sense driver example? ADC code? Voltage? Time? For example, when the csense_handler function is called, the following line will print...
Hi I'm facing problem to detect external crystal oscillator in my custom nrf52832 board's. I'm think it is not connection issue as I'm facing same issue in other 9 boards...
Hello, everybody.
I'm working on combining the nRF52840 and the GPS module and are currently developing a program that stores real-time GPS data in an external flash memory...