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...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
1. Made a copy of hello world (hello_world_2) and made sure it builds and runs fine
2. Added SPI1 based loop...
Hello
I am trying to implement nRF9160 with LwM2M client on smart device which will be managed by our own instance of Leshan server.
After the device is registered,...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
I am trying to use a verified and working project as a base and make changes (as opposed to making changes to the...
I'm trying to evaluate the nrf5340 using the PDK.
I want to port an nrf52(832) application to it and I'm having a lot of trouble understanding how to work with west and...
I have been working on porting the nrf Desktop Mouse to my custom hardware which includes an Adafruit_nrf52840 feather, and a PMW3360 motion sensor.
I ran the Peripheral...
Hi,
Some background, I'm writing a test firmware for the NRF52840 DK that will be used in our production line. We're programming 10 devices simultaneously with the same...
Hi,
I am using sdk11 and nrf51422 device with s130 softdevice for ble_multilink_lesc example code. How do I add DFU service in the existing code? I have added DFU service...
I need to add a time stamp to the sensor date。
But I dont known how to get the time in microseconds.
Maybe the timer in with 1Mhz can realize this,but I don't known how...
Hello,
I developed a Thread network starting off from SDK for Thread 4.1 multiprotocol example. In my application I send data over MQTT-SN with a period of 1 second (packet...
Hi,
I'm using NRF52840 device to connect to a mobile via BLE.
Sometimes, I have error 133 and disconnection.
Can I initialize my BLE in a different way (characteristics...
int main(void) { bool erase_bonds; ret_code_t err_code;
log_init();
{ // Initialize the async SVCI interface to bootloader before any interrupts are enabled. err_code...
Hi,
I am using nrf mesh 5.0 sdk and nrf 17.02 sdk for nrf5832 board and want to implement scene setup server model in the light ctl and light lc model combined. I am not...
Hi,
We are working on our new product which needs a BLE connection with a mobile phone.
Our requirements are as follow:
1) Four digital output. (It's preferred to be...