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...
Hi,
I am using nrf52840 controller . I need to transfer the data using Bluetooth at 10ms by using application timer and i am using SDK 15.3 version and soft device S140...
Hello, i have question: How nRF Connect SDK gets MAC addresses Steps: 1. I build android ble peripheral app and starting advertaising. When i did it, MAC address alwalse random...
Hi,
Greetings!
I am using below setup
nRF52832
Mesh SDK 4.0.0
SDK 16.0.0
Application Example: light_switch_client_nrf52832_xxAA_s132_7.0.1
Issue:
Using above...
Hello,
I am referring to this webpage https://github.com/bjornspockeli/custom_ble_service_example "Custom Service Tutorial", I followed all the steps mentioned on the webpage...
I started developing a beacon app and used BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED advertising type. I then changed the type to BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
pc-ble-driver compile on macOS
I am trying to compile pc-ble-driver on macOS 10.15.2 by following the very excellent instructions on the github page.
Fixing GCC issues...
Hello,
I have set the device advertising as follows:
Advertising name is getting broadcasted with a full name until it gets changed and to 4 letters device name. In...
We have our SCL line on P0.10 (NFC2) and SDA P0.23
When I try to start a I2C transaction nothing happens, and NRF_TWIM0->TXD.AMOUNT = 0. I have verified that SDA/SCL are...
Hi,
I tried to implement a unprovision method for provisioned devices such as light bulbs. By simply on off it several times. And saving state into flash.
Currently I...
Hi Nordic Team,
Please share logic to de-initialize the advertising functionality of peripheral devices after the peripheral device stops advertising without any memory...
Hi Nordic Team,
In my BLE project, first the central device starts scanning, then the peripheral device starts advertising, the peripheral device gets connected to central...
HI,
I got nrfutil + BLE DFU app update working using the ble_app_hrs for the test. I am using the nrf52DK + SES for development, and I have also an external nrf52832...
Hi
I'm using this simple_pwm code to drive my speaker, I use this as a buzzer but I want to change the frequency.
In this code ".base_clock = NRF_PWM_CLK_125kHz", the...
Hi, I am developing an IMU app communication with ESB. I would like to send to the board a command with ESB to put the nrf52832 board in BLE DFU mode.
I have look at the...