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 have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
Hello,
I use a nRF52832 device, and I have some strange behavior when I use PWM. You can see my test program listed below.
Thank for your reply, Thierry!
/*
* Test_PWM...
Hi. I am a newbie in Nordic chips, quite knowledgeable in Atmel AVR, though. I'm working with an nRF51822 on a board like this www.waveshare.com/.../BLE400 . I use the Mbed...
This might seem like a really banal question, but i could need some clarification on this.
My understanding is that the config_client should be used on the network provisioner...
I want to connect a ST Chip (LSM6DSL - Datasheet ) via SPI with the nRF52840 Preview DK (SDK13) - NRF_DRV_SPI_MODE_0
When I am using the SPI Master example with different...
Hey Guys,
Thanks for this wonderful first of all.
Great work!
Well I am posting my first query related to Nordic mesh, please help
we need the BLE for our Wireless...
I would like to use connection handle value as index to an array which store some per connection specific data. Some questions about connection handle:
is connection...
I am using example DFU project (bootloader_secure) from SDK (12.3).
Chip 51822QFAA.
My problem is that I cannot start to debug session in Keil5. Use JLink.
I can program...
Hi
Is there someone who used polyfill under windows to run the thingy html5 example ?
( chrome and Bluetooth work around to have the application running)
Already thanks...
Hi,
I recently ordered the nRF DK 52 from Mouser Electronics (only one version available on their website). Furthermore, they were not able to provide me with the chip...
Hi,
I have been programming Nrf52 custom board using the J-Link in the nrf52Dk and Nrfgo studio.
Accidentally gave download to J-link from SES, The chip in the nrf52 gets...
Hi there,
Based on apple recommendation, I've chosen the next connection parameter set (and tested the parameter set works on other platform such as TI and Dialogue chip...
Hello All,
I am working with the HRS example. Currently I have one central device and one peripheral device is there.
From central code I want to print the updated RSSI...
I can't move higher than 12 as we still have builds for the NRF51.
I see migration sections for 13 and 14 in infocenter. I can't find anything for 12 and I do know that...
The ble_app_eddystone example that comes with the SDK uses the scheduler, but I have failed to see where any handlers are registered to the scheduler (and grep -ing the eddystone...