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/....
I am attempting to change the passkey used in BLE Pairing/Bonding. In this case, I am using legacy pairing/bonding.
My idea is to have the central provide the passkey to...
Hi,
I'm new to C language.
In my main.c
In my Battery.c
My Question
The IDE will give a warning: No such file or directory. How to solve this issue, please?...
hi support team,
customer are asking one question about using external 32 MHz crystal, if customer not using radio, only take 832 as MCU, is it possible to using 26 M crystal...
Hello!
I just started with NRF Connect sdk but I have some problems. The nrf5 sdk was working fine for me but we decided to migrate in this early stage of development to...
Hi, it's my 1st time using nRF Connect SDK for nRF5340. After click OK (see screenshot), I had this CMake error.
Because my previous folder contains white space (C:/Users...
I've been trying to run the FreeRTOS blink example on a custom board.
After some time (I have not yet been able to determine exactly how long - but somewhere in the range...
Hello,
I would like to use k_uptime_get, however this is returning an int64_t where I would expect an uint64_t.
While looking in the function, I see that k_uptime_get...
Hello,
We need to add secure services to our application, and I followed the guide in https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/software/posts/using...
I have downloaded the ble_app_blinky_c_pca10056_s140 hex file to the development kit with the help of the nrf_connect windows application. I have a PCA10100 development kit...
There is no 32767Hz crystal oscillator on my circuit, so the clock source of softdevice is configured as RC to ensure that the system can function normally. Now I use the...
I have successfully run a firmware in NRF52840 DK board. With NRF52840 DK ,I have tested AWS IOT BLE Nrf. Now I have also NRF52840 Dongle. Because small form factor, I would...
Hi Nordic support,
I was trying to get the Asset Tracker app running on the Thingy91 device but encountered various problems. Basically it can't get connected with the network...
Hi,everybody!
I started to connect the PCA9685 to the nRF52 DK and ran into a strange problem. When initializing the PWM module, it does not work.Initialization requires...
Hello DevZone,
I am developing on nRF5340-DK v0.11.0, with nrfx v2.2.0 running with mbed Cordio, compiled with GNU make 4.3. The end goal is to make a Bootloader for the...
Hello everybody. I need to rotate servo and check adc on potentiometer to stop it if something is blocking the shaft.
I need to change servo position step by step and check...