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 everyone,
I am working on a project, currently developing on the nrf9160-dk board. And I want to enable AWS and AGPS together in my project. And once I've enabled them...
Hi.
I modified the fstorage example to create the project.
I split Flash into three areas as shown below.
*Flash Area(0x26000 ~ 0x2ffff) : Bootloader
*Flash Area(0x30000...
Hello Nordic team,
We are making our own custom project, and we are facing problems in implementing lower power modes.
Reading from the info center, when the DK Board...
When initializing two channels, enter scan mode。After the two channels are converted, the callback function will be entered,Read conversion results。However, the requirements...
Hello
I am following a beginners tutorial on youtube and trying to implement simplest possible example of reading an analog value.
I want to use the nrfx library to do...
Hello,
I am working on a project where I am using 8 ADC channels on the nRF52832. When I run the code the device seems to get ADC values that look correct. But, if I pause...
I have an out-of-tree driver. It has an I2C that is working but also GPIO that are only working with compatible = "gpio-leds" but not with the driver compatible = "st,vl53lx...
On the nRF52840 there were many pins specified as "low frequency I/O only." Does the nRF53 have this same restriction? I don't see mention of these pins in the nRF53 datasheet...
Hello, I am working on application with nRF52833. What is max load current of internal LDO between VDDH - VDD? VDDH is 5V (USB) and VDD is 3.3V. There isn't anything about...
Hi
I am not busy developing an new product with nRF52840.
I want to use the BLE functionality and started with the ble_app_hrs sample application.
I download the pca10056...
Hi everybody,
I am trying install and set up Wireshark, i am in this step:
this is my output:
I think trhe problem is because of pyserial isn't detected, i have...
Hi,
I purchased a BLE dongle with your 3rd party HolyIoT: mini Holyiot-nRF52840-USB-Dongle. It is recognised on Nordic Connect, but not Nordic Programmer (Err msg: DFU trigger...
Dear devzone-team,
could you please tell me where the yaml files (like thingy91_nrf9160_ns.yaml) in the board folders are used?
I could not find a tool which evaluates...
I cannot get my solution to send data through the serial port.
I use the serial application to work on the instance 1.
static void sleep_handler(void) { __WFE(); __SEV...