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...
Updating firmware (application) from nrf Toolbox for iOS works fine (hex file), trying to do it from an Android phone does not.
The messages are "Starting DFU ..." then...
Hi guys,
first of all here is my setup: https://devzone.nordicsemi.com/f/nordic-q-a/42768/nrf51-52---sdk15---linux-gcc-st-link-v2
It seems like nearly none of the BLE...
HI ,
I would like to combine the Mesh client role with the Mesh provisioner role. That means, nrf52 application is able to switch between the provisioner and client (privisionee...
Hi to all,
i am developing a project based on PCA10056 dev board and i want use bluetooth and NFC in sametime. separately both of them work fine but when i want use them...
Hello everyone, I am planning to use the nrf52840 with the Fingerprint module (https://www.amazon.in/dp/B07DL2DXJX/ref=cm_sw_r_wa_apa_i_Z.VlCbXSSYVRS ). The sensor interfaces...
I got a new nRF51-DK board. I was planning on using USB to program it.
On the board I see pca10028 sticker. What is this?
Also in the SDK I see pca10028, and other pca...
Im getting this error, but i thing this has to do with some python dependencies, Im getting errors with
pip3 install --user -r zephyr/scripts/requirements.txt and installing...
Hi, I have a defined MACRO which I initialised the values of ble_gap_adv_params_t in main.c. I will pass this to the function to start advertising. I used the example (ble_app_blinky_pca10056_s140...
Currently in memory map nRF5 SDK 15.2 (which apparently is a base for Thread SDK) says for nrf52840:
Bootloader settings
0x000F F000 - 0x0010 0000 (4 kB)
MBR...
The nrfx api includes nrfx_gpiote_in_event_disable/enable , but I haven't found an equivalent of nrf_gpiote_int_is_enabled for a pin. I'm attempting to port an interrupt mutex...
nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_blinky
nrf_gpio_cfg_output(16); nrf_gpio_pin_set(16);
Set P0.16 to high level under the main part of...
There seems to be little documentation on TASKS_SUSPEND and TASKS_RESUME in the SPIM with Easy DMA section of the nRF52832 data sheet. My assumption is that TASKS_SUSPEND...
Hi All,
I am working on ISP1507 which is based on NRF52832. My IDE is Keil V5.26.2.0. I have had the following problem in the UART example (pca10040e) from SDK 15.0.0. I...
Hi,
I have modified the multilink example to work with NUS and connect to 2 peripherals, but I'm facing issues with data transmission. I suspect really low throughput...
Hi
I'm testing the range of a custom sensor (nRF52840) by monitoring the RSSI. I use two receivers (the custom sensor and a nRF840 DK) and monitor the received advertising...