Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
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...
How can I perform multiple A / D conversion?
I created a program with reference to the method of the old version of A / D conversion, but the function name and argument used...
Noted that the new V15 SDK for IAR does not have linker config file set correctly on ble_app_blinky_pca10040e_s112 project. The .intvec start location was set to 0x19000 and...
Hi all ,
i'm using nRF51 DK ,im getting issue while program downloading on flash .Program compiled correctly(no any error) even it show flash downloaded but the application...
Hi There,
I have been looking into how to connec my QSPI NOR Flash to the NRF52840.
I have notivced a discrepancy between the comment in the Table 3. of the OPS and the...
Hi,
I have a peripheral which sends data to the central and from central i n eed data to be send to Mobile App
is it possibe to do and how???
or any other ideas you...
I am using Keil 5.24.2
I already downloaded and compiled with build_all the micro_ecc. Having no issues here.
According to the error, and what I read in another thread...
I have been investigating the possibility of using the QSPI external flash peripheral on our NRF chip. After doing a typical qspi read command, the external flash chip would...
Hi,
when i make a connection to my device i get 4 `BLE_GAP_EVT_CONN_PARAM_UPDATE`.
If i make an action of read or write when update event occures i get a duplicated read...
Greetings,
Here's an implementation of controlling the color of a RGB LED with a TIMER of nRF51. It works well most of the time, although it inverts polarity kind of randomly...
Hello,
I am using a Nrf52382 custom board and want to know the Vbattery so I used below code
#define MIN_BATTERY_ADC_VALUE (int16_t)11295 //(min_voltage_on_analog_pin...
Hi,
We have developing ble mesh network using nRF52 mesh sdk is 1.0.1. We have large amount of sensor data it near about 24-25 kb and want to send this data to other node...
I have an application that has been built using Arduino boards and shields for prototyping, and software developed using their IDE...all works fine.
The device comprises...
Hi all,
I am trying to use the SAADC to measure battery level. I have a rechargable lithium battery connected to my customed PCB with a NRF52832. The rechargable battery...