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...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . I am trying to set the value length of the custom characteristic...
Hi,
I've been trying to connect nRF9160 DK to google cloud by running "google_iot_mqtt" following the directions here https://devzone.nordicsemi.com/nordic/nordic-blog/b...
I use SEGGER step-debug commands F5, F10 and F11.
Sometime F10 cause the debugger to step into disassembly code, making continue debugging hard.
Restart debugging 'cause...
Hi, I have an nRF51822 with s130 doing normal advertising and a Nordic UART service. Is there an example somewhere of doing some simple observation with it at the same time...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . However, I now want to try increasing security settings...
Hello,
I'm not sure it is a good place to ask the this question here. I have also asked this at zephyr maillist, but till now no one can help me.
I've found that the NRF9160...
Hi, I am using nRF52 DK with SDK 15.2 and SD132 for my project and use "ble_app_uart" as a reference. In my project, I want to start and stop advertisment manually through...
Hello Everyone
I am working on nRF52840 DK, SDK V-15.0.
How we can stop advertising? Which API is used to stop advertising?
Quick help will be appreciated.
Regards...
Hi, Nordic Team:
I am working with nrf52840 chip now,I want to use VDD output 3.3v. I have read the UICR Config Example and it's work fine when i use Keil to comp & download...
Hi, I'm working with the nRF52840-DK and need to be able to receive (slave) and generate (master) data on the same I2C lines. I'm aware this target doesn't support multi-master...
When selected, the link for the Linux installer downloads a .dmg file (same one as is downloaded when selecting macOS -- nrfconnect310.dmg). I'm unable to find another way...
Hello,
I am developing a device that will reconnect to an apple iPad if it looses connection and be able to send a couple of bits over ble_UART.
I have tried merging...