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/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
Hi,
I have some problem with NRF52840. When I use software example "ram_retention" in peripheral directory on 2 différents board I have 2 differents state of VBUS pin. ...
Hello,
I am relatively new to iOS development and have now made the iOS version of the nRF Toolbox from the Github. After some initial difficulties, I was able to get the...
Hi,
I have a peripheral device that running on nrf5340 and can be updated via MCUMGR SMP. i tested it via Device Manager application and it is working.
My question is...
I'm building a custom board based on nRF52840.
I'm providing 5V input via USB to VDDH & USB pins. The default output of the first internal regulator during high voltage...
Hi, before buying the PCA10056 kit, I have some questions about the USB CDC ACM example.
I'm new to the USB CDC ACM.
At the Infocenter , it says that
This example...
Hello everyone!
I have just got started working with Nordic devices, in particular the nRF9160. I have been doing tests using the provided UDP sample from nRF Connect SDK...
I tried building and running the buttonless DFU example project. However I get the following UART output:
It seems like it can download the softdevice by itself if the memory...
Hello, I recently picked up a nRF PPK2 and I'm liking it a lot.
I have it wired in-line with a battery (1500mAh li-po) with my device under under test. Measuring battery...
Hi,
I am using nRF52805 to transmit string data to the mobile end app "nRF Connect".
I found that sometimes the app will display hex data instead of the expected decimal...
I'm using the logger (LOG_INF, LOG)_DBG...etc) to print out debug messages. I'd like to have timestamp printed out. Right now it looks like this: D: xxxx or I: xxxxx
I found...
Hello, I am working with 2 nRF52840 dk's and a Conbee ii.
The DK's are using nRF5 SDK for Thread and Zigbee 4.1.0.
DK 1 is running the CLI example.
DK 2 is running...
Hi, I want to integrate DWM3000 with with nrf9160. To begin with, I need a simple SPI example which I can't seem to find in the nRF connect SDK. There is an unofficial example...
I am using P822601 board (with nRF9160 chip). Sample project "Serial lte modem" (SDK 1.8). I'm trying to connect to a test mqtt broker (mosquitto) using AT commands via LTE...
Hello,
I successfully merge example libuarte and ble_app_beacon and built .
My problem started after it receive 48 bytes of data from sensor via uart ,This is my area...