Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hi,
I'm trying to compile the ble_app_beacon firmware found in nrf51_sdk_v5_2_0_39364/nrf51822/Board/pca10001/s110/ble_app_beacon with the gcc toolchain on MacOSX, but...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
Hi,
Been testing the ble_app_hids_keyboard that comes with the nrf SDK and have some questions.
Notes:
The PCA10001 EK is V2.2.0 (2014.04)
I downloaded the...
Hello,
I am doing some experiments with 2 pca10001 and the ble_hrs example (with s110, s120). As it works well, I would like to mofify this example to fit my needs. I only...
Someone has a working source code (can be Keil format) for the PCA10005 and/or nrf51822-AK (China made) board? I tried the sample at "\nrf6310\s110\ble_app_hrs" but it seems...
The BLE specification core 4.0 imposes certain limitations.
Min connection interval 7.5ms
Data payload on connection 27 bytes (the length field is 5 bits)
What...
Hi all,
I want to add 128bit base uuid for each of my three service,but there is a problem ,I add different base uuid for different service ,but I can only see one base...
Hello,
Please be gentle. This is my first time;) .
I am a retired computer/medical electronics/electromechanical device field engineer.
A friend got me interested...
in sdk 4.3, I used two different ways to know it is read first time(in factory)
NRF_ERROR_NOT_FOUND from ble_flash_page_read to indicated first time it reads
0xff...
I have 3 questions:
1. How to set device to non-discovery mode?
2. Once the device is in non-discovery mode, How can host connect to it?
3. Can I use Master Control Panel...
Hi sir
On your Beacon kit, we found it was used external 32.768KHz at 20ppm.
Question is on iBeacon usage, is a external higher precision 32.768K crystal necessary ? ...
Hello,
I'm working on an ultra low consumption purposes with which NRF51822 commnunique in BT4 with softdevice version 5.2.1.
I compile with GCC 4.7 2013q1. Unfortunately...