It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hello,
I'm new in the Nordic sphere and I'm starting in embedded programming. I was confronted with the following problem and I will try to give as many details as possible...
Hi,
got a question about UART and maximum bytes it can receive in one burst or "packet".
Using nRF52382 and SDK16.
Recently I've been developing a new app in which UART...
Hi Nordic Team/public users,
Request your assistance for troubleshooting the NDK-nrf52840 board that was having a detection issue whereby my laptop/PC was unable to detect...
Hello, I hope you are safe and well during these times. I have created a successful prototype using the Adafruit Feather nRF52 Bluefruit and the Arduino IDE. I think I am...
Hi,
I want to update the DFU with application nRF Connect (Bluetooth) for beginning I want to try with nRF Example in example/dfu/bootloader_secure. The file secure_dfu_secure_dfu_ble_s130_pca10028_debug...
Hi,
I like to use nRFSDK in my future project, but I don't like the hectic steps to open a project when using nRFConnect SDK. I cannot open Segger IDE directly instead go...
Hi everyone,
Currently, i am working with some zigbee devices using NRF52833 and zigbee SDK 4.1. Now, i want to use BLE DFU with it to update the firmware when needed. ...
I am developing with NCS, but I found only one project "v1.4.99-dev1\nrf\samples\bluetooth\peripheral_lbs" I can add files directly through the option "Add new file to cmakelist...
I m using sdk16.0.0 nrf52-ble-app-uart-c-multilink example. I want to comminication arduino btw BT840F. I try with nrf52840 there is no problem but when i use bt840f i didn...
I'm using a library that does
#ifndef MIN
#define MIN stuff
#endif
Because I'm using segger, I have no control over compilation order, so that's getting loaded first...
I want to design the chip (nRF9160) on our board. 1- What kind of external debug / flash (SWD) can I use to flash the modem firmware and my app?
2- Is there any suitable...
Hello All,
I am implementing a simple UART bridge over BLE and want to add a Characteristic to update the baud rate being used. I thought I added code to support a new characteristic...
Hello!
I have this interesting bug with the twim driver.
It works perfectly with the NRFX_TWIM_XFER_TXRX transfer type: I see the transaction go out on the bus lines...
Hi,
My project uses nRF52840 with SD 140, SDK 17.0.2 and SES. My hardware has SD Card SPI and LCD SPI sharing bus pins, using CS pins to switch devices. Because of this...