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...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Here's my setup:
1. RPI4+nRF52840 dongle as OT border router
2. nRF5340DK running CoAP client example application
3. Wireshark running on Mac OS, with nRF52840 dongle...
Hello!
I'm trying to develop a mesh network and I've been building on top of sensor example, which has been very useful since I'm reading a few sensors. However I want to...
I am trying to generate ECC key pairs using MbedTLS on Connect SDK.
I found this code block on stackoverflow and validated from mbedtls/programs.
"mbedtls_ctr_drbg_seed...
I was trying to evluate the Periperhral ISO server, however with a NR52dk, but it returns ENOTSUP.
Bluetooth initialized Unable to register ISO server (err -134) [00...
Hi all
I am developing a proprietary radio protocol application using the nRF52805. I am not using a softdevice. Instead, this is all done by accessing the radio registers...
I have seen this question answered for the old Nordic SDK but have not been able to find a solution in Zephyr & NCS. I'm following this post on how to develop a custom BLE...
Hello,
i am using nrf52832 dev kit want to send the nrf calendar parameter through nrf connect app and send through app successfully by taking uint8_t datatype .I have receive...
Hello.
I am trying to write code to read data using saadc and write the sampled data in a micro SD card using fatfs.
I started from the fatfs example and initialized...
I'm attempting to use pc-ble-driver-py on Windows with an NRF52 DK (PCA10040) and running into the error shown below. Using the Heart Rate Collector example, the COM port...
Hi,
I'm using the ble nus uart for my application and I noticed that I was drawing too much current so I went back to the example from the SDK 17.0.2_d674dde which I haven...
I have followed the Azure IoT Hub — nRF Connect SDK 1.6.99 documentation (nordicsemi.com) and was able to comminicate with Azure IoT hub.I have created rootCA and device certificates...
This is my problem description, hope someone can help me. 1. The watch product shipped in mass production is found to be disconnected when using the mobile phone OPPO-k7x...
HI,
i have enabled CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE=y
so after power cycle the device automatically connects with iphone and the service also works fine
after this...