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...
Hi Nordic Team,
I noticed a potential issue while migrating from SLM v1.4.0 to v1.9.0. In addition to the inversion of the <state> representation in #XHTTPCRSP introduced...
I have developed a Zigbee application using the nrf52840 DK board + nRF Connect + Zephyr and it is working. Now I am trying to move that app over to the nrf52840 dongle. It...
Hi, I am using nRF52832 development board and I have a motor driver. Motor driver has external power supply, I am just using nRF52832 to set directions which consumes low...
Hello, I am trying to use the dfu library to update the nrf52840 with a firmware stored in a littlefs file in an external qspi flash. I can successfully read the entire firmware...
Dear Nordic team,
it is very important for the RF and the HW engineers to be able to know the current transmit power of the modem. That will help us evaluate the network...
Hi
I'm looking for an example implementaion code on the nRF52840 without an operating system. Is there some example or application note?
I connected the SPI and all IO...
Hi,
I updated to VS Code V1.65 today and had some strange behavior with the NRF connect extension for VS Code.
After updating, clicking any "Action" in the sidebar (e...
I have already implemented DFU update in our one product. Which have fast USB interface and fast "lag-less" UART interface to nRF chip which is used as our bluetooth central...
I am using a code based on nrf52-ble-app-uart-c-multilink ( https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink )
If the central is working and the peripherals...
Board: NRF52833 (PCA10100)
SDK version: 17.0.2
Softdevice: S122
I am trying to perform USB DFU for my application. As I am using nrf52833 board, there is no available...
Hi ,
SDK 17.1.0
SD132
SoC - nrf52832
I am following the below given link to create custom service.
https://github.com/bjornspockeli/custom_ble_service_example...
We plan to use it with the Converter mode enabled for low current consumption.
However, if PIN is always set to Hi in order to use the Converter mode, about 300μA will...
After a lot of thought about the issues with TCP under EDRX or PSM , I have a feature request.
I would like if the application layer could know when a TCP socket was sitting...