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...
Hello everyone,
I'm working in an application where I need to store a string in flash so I can keep that value like if it where settings when doing a firmware update so...
Hi,
I've got a question regarding voltage compatibility. The nRF52840 will be driving many LEDs. Would it be possible to use a separate 5V supply with the LEDs and use the...
Hi,
I am developing a Linux PC application interfacing nrf52840 dongle using pc-ble-driver v4.1. I am trying to use the Long Range feature with Coded PHY. The setup in like...
Hello:
I want to do OTA with Mesh DFU using nrf52832. Now I make sure that DFU works correctly in the mesh and the host can receive the package from the server. The problem...
I am developing a proprietary test system that will use Bluetooth mesh and am evaluating BT mesh solutions. An important consideration is the available support for a windows...
Hi All,
We have developed the firmware for our device from the ble_app_bms example. The project is already in production.
Our customer hs nov decided that they want to...
I have encountered this issue while trying to trigger a ble_nus_string_send() - function from anywhere else than in the ble_rx_handler.
I use Softdevice S110 on the NRF52832...
Hello,
I am porting several of our devices which implement ZCL from another stack vendor to run on Nordic. These are legacy devices that support Report Configuration/Reportable...
Hello,
Our device has the secure BLE DFU enabled. In a mass programming situation we need to apply a hotfix to each device and replace a previously hardcoded value with...
Hi, Cloud is NOT getting connected. Actually I am working on nRF9160 DK (PCA10090) past 3months. I was successfully able to register the DK broad with nRF cloud account and...
Hi,
I try to do the DFU example in the nRF5 Mesh SDK V4.0 for the nRF52833 Development-Kit:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi,
Our company offers product with and without Bluetooth. The nRF52810 chip will always be present on the hardware, it will just be programmed to either have the radio...
So I am initializing the FDS but the program I guess stands in an infinite loop at wait_for_fds_ready():
This is not working. At the moment I have given a delay of 300ms...
Hi
OS: Windows 7 (32-bit)
nRF Connect application: v3.1.0
Getting started assistant: v1.0.1
Please see the attachment. After installing ninja, tried to verify it...
Good afternoon,
I'm developing my application based on nRF52840 and S140. What I pretend to do now is to make it possible to update device software (softdevice and/or booloader...