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 trying to Update the Soft Device from 6.1.1 to 7.2.0 (SDK 15 to 17). Using an NRF52840 Dev Kit I am using "nRfgo Studio" to:
Erase all
Program the new Soft...
hello,
i am using nrf52840 in our customised board and i am getting this error while debugging the application
4<debug> nrf_sdh_ble: RAM starts at 0x20004230 <error> app...
Hi all,
Debugging via RTT in Segger Embedded Studio stops working after DFU, however if I connect via JLinkExe + JLinkRTTClient I can still interact and debug via RTT.....
Greetings,
I am currently using nRF5 SDK 16.0.0, Softdevice s140_nrf52_7.0.1_softdevice.hex, and Mesh SDK 4.2.0. I migrated all my code base from nRF5 SDK 15.3.0, Softdevice...
Is there a way to obtain context on when a particular BLE transmission ends
RADIO_STATE_STATE_TxDisable == NRF_RADIO->STATE
An by context I mean to know what handle was...
Hello all i want to do a task that is control another LED using ble_app_blinky. In the ble_app_blinky project a characteristic is used to control an onboad LED. I have connected...
Hello
I have a custom board with nRF52840 and have migrated from TWI legacy driver to nrfx_twim. Im trying to communicate with accelerometer and gyroscope chip. With legacy...
Hello forum,
I have a new project that requires Bluetooth connectivity and I think that the nRF52805 suits me best due to its very small size.
The nRF52805 would work...
Hi, I would like to test sample bluetooth code ( ex: central) with nrf5340 dk, what's the difference between central for cpuapp and cpunet ? which one i have to load , cpunet...
I am trying to read Manufacturer Specific Data from a non-connectable advertisement packet from a pressure sensor.
I followed the example in https://devzone.nordicsemi.com...
I have used the nrf9160 development board and it can works rightly. But from this week, it doesn't work. I can download my code to the board, but it doesn't work. When I press...
Hi, I am currently working on a production test bench for products with nRF9160 and soldered SIM cards. To test them, I'll connect them to an Amarisoft Callbox mini through...
Hi, we are updating to the latest SDK 17.0.2. We have a build error in ../components/Libraries/crypto/nrf_crypto_rng_backend.h which references a header #include "optiga_backend_rng...
I'm uploading a BLE & TWI code to nRF52 DK. Now, I'm getting this error:
NRFX_TIMER3_INST_IDX' undeclared (first use in this function)
According to other similar posts...