Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi..
I am working nrf52832 with accelerometer sensor, I want to store the data about 100hz for 1sec in flash, I want to store it an array and send it over ble how to do...
- I used https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1 and https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library to code My Ble...
We plan to develop a temperature and humidity sensor based on nRF52832, which needs to evaluate power consumption to confirm battery selection.
are there any similar data...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
I'm trying to optimize an Azure project based on the Asset Tracker example. I was recommended setting CONFIG_SERIAL=n in both the Application FW and SPM. However when I add...
Hi,
I based a new device design on the Thingy91 antenna and tuning circuitry and noticing that the current consumption of the two QM12038's negates the amazing power efficiency...
1.In docs I see: “This example requires one of the following SoftDevices: S112, S132, S140”. What is the reason not to support S113?
2.Is there a way to accomplish functionality...
The Cloud_client sample application does not work in this version.
The connection with the nRF Cloud is disconnected immediately:
I: Network registration status: Connected...
Hi, I am trying to add a secure button less OTA service in my application.
1-I have successfully added service but showing the following error.(I can see OTA service in...
Hi,
We have been working with a Zigbee coordinator based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS.
Zigbee task defines a...
Hi,
Is it possible to add a custom characteristic to a standard BLE service? I wish to add a CO monitor with ESS (0x 181A ). If yes, how to add a 128 bit UUID with this...
Hello,
I want to output in one pin 400kHz and inverse of 400kHz in the other pin. I have somehow managed to output the the 400kHz but haven't managed to output its inverse...
I'm trying to implement advertising only on a single channel
Here is my initiation function
but ble_advertising_init is returning err_code 0x00000006
I believe it...
Hi everyone,
I have come across the FPU_FFT example project for nRF52840. Just for curiosity - I'm HW-guy - I'd like to evaluate FPU's performance - to see how many instructions...