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'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
Hi,
I am using NRF52810 , In my project I need to store Float value and uint32_t value in EEPROM / Flash for permanent storage (Non-volatile storage).
With SDK17 i am...
Installing a toolchain for nRF 9160 is not easy as installing the Arduino IDE ( at the leat in Ubuntu). I request Nordic Semi to install all the required tools in a cloud...
Can I buy nrf52811 in bulk and have my bootloader and firmware installed before I receive them for production? And what is the cost say for 1500 preloaded. ?
Hi
I am new to this forum, I am working on NRF24l01 and having some issues to transmit more bytes, I am suing some sample code which is working for simple transmitting one...
Hello,
The following code was embedded in main function, the sdk version is 15.2.
the debug console show as below:
My question is , why string "This is a string...
Dear all,
after some customs problems I hope I finally will receive my Thingy 91 tomorrow. I have already installed the toolchain and done some readup on the device for...
I am attempting to build the new alexa_gadget example that is included in the nRF Connect SDK.
Environment information:
Windows 64-bit
nRF Connect v3.6.0
nRF Connect...
Hi everybody,
I think have a problem which involve writing on the external memory of the nrf52840, what I want is when I receive data from the NUS service I want to store...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hi,
The system has an nRF52840 as a BLE USB Dongle plugged to a PC, and connected by BLE to another device (another nRF52840).
I measure the latency time between the...
Hello everyone.
I made my own board with nrf2840 and wanted to use the CC310 module for encryption.
I uploaded an example from the SDK to my board and in the debug I see...
Hi,
I am a newbie to nRF devices. I have different sensors connected to TWI,SPI,ADC etc. and need to send these data to a cellphone through BLE. Does anyone has a sample...