I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
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...
I am receiving data from a phone, i want to send back a word .
So , this is probably wrong but , to send :
void sendBluetoothData( uint8_t data[], uint16_t length)
...
I am a novice who now deals with nrf52 dk.
I installed command line tools according to the guide in the link above. I have installed several jlink programs, of which I do...
Hi,
I enter problem when I tried to delete bonded data from my example code using pm_peers_delete()
SW: nRF5_SDK_15.2.0_9412b96
HW: PCA10056
example: ble_app_hrs_freertos...
nRF9160 DK: I followed the userguide , devzone.nordicsemi.com/.../getting-started-with-nrf9160-dk
I done with 2 examples: AT Client and Asset Tracker examples. I passed...
Hi,
I am developing against a custom board built around the NRF52840. I am trying to store and retrieve values from flash using the fds module. I am not seeing any errors...
Hi, I am going to use the nRF91 DK to program an external PCB with the nRF9160 on it. The DK documentation says that only 1.8V or 3.0V is supported for external debug/programming...
I am running on a Windows 10 PC.
I've downloaded and installed all the tools for the nRF9160 DK using nRF Connect.
After installing the Segger Embedded Studio, I followed...
Parts of this discussion started on this thread: i-am-trying-to-do-dmx512-protocol
I am using SDK 15.2.0 on an nRF52810. My test board is based off of a Laird BL651 which...
I am trying to setup SEGGER Embedded Studio to program the nRF52840 dongle hardware. I followed the Getting Started Assistant program to set up the development software for...
The SDK version I am using is V15.0.0.
I use the function interface nrf_gzll_set_pa_lna_cfg 。 The following is my configuration information:
static nrf_gzll_pa_lna_cfg_t...
Hi dear community,
I am currently using nRF52 DK which has 52832 on it. I am using it for my bachelor thesis project and want to create simple sensor network. I am using...
Dear,
I am using nRF9160 DK,
firmware: secure_boot & AT_client
and Tale_SIM from Telia, I want to get the current GPS position by AT command?
Is it possible? Which...
Hi,
In a design which should be compatible with the NRF52832 we want to use the NRF52840. As the NRF52832 doesn't have USB, this would mean that the VBUS and data lines...
I am confused because i see documents referring to cmake/ninja and west. Recently it looks like people are suggesting to use west with master branches. Can someone definitively...