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...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
i have a custom board with an nrf52840, i use a J-link programmer to flash the chip with the nrf connector programmer app.
I am able to read the memory and erase the chip...
Hello fellow bit jugglers!
We are developing an application for a nRF52805 on a nRF52-DK board, using NCS.
NCS version: 1.5.1
Zephyr version: 2.4.99
BLE controller...
Hi,
I want to run the Thread MQTT-SN Publisher and Subscriber example using the nrf52840 DK and the nrf52840 Dongle I have on hand.
I was able to sucessfully build and...
Hi, I'm trying to use BLE/Thread Multiprotocol for BLE RSSI scanning and send values using Thread, is it possible to use BLE and Thread(FTD) concurrently with out time-slice...
Hi all, Using SDK 17.0.2, on a Laird BL653. I've been messing with creating variable PWM sequences and found an issue where a 100%->0% duty cycle transition does not occur...
I once used nRF Sniffer with my nRF51822 module. I see that everything has updated since - Wireshark, Sniffer plugin (now is Python 3.4+), Sniffer firmware. As I can see,...
Hi all, i don't have any issues I am just now using the nRF Connect power profiler after a ~4 month break. WOW, the major update is absolutely phenomenal. The graph is very...
Dear Nordic DevZone community,
we modified the LwM2M client example to fit our application in a LTE-M network. Now we are trying to get GPS to work while still being able...
Hi.
I'm using nrf52832 with SDK-17, and the ESB example (esb_tx and esb_rx)
I'm not much experience in nrf development recently I have a project related to ESB to transmit...
Hello,
In nRF52832, we use nRF Connect to read the board, save the program data into a hex file, and send the file to other developers. They can use nRF Connect to write...
I am using sniffer v3.1. I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC with windows 8.1 it appears as "nRF Sniffer for...
Hello,
In our product, the nRF9160 is configured to use LTE CAT-M1 and we are measuring the signal quality thorugh the AT+CESQ command.
After begin registered on the...
Hi: I have write a spi slave, and write a spi master on STM32, It can receive data from STM32,But I have no time to prepare the response data.
as the code below, I can receive...
I checked the SPI communication using the NRF52832 development board.
Based on the firmware of the previously developed NRF52810 product, the SPI operation code is applied...