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...
Dear Nordic
I have a question to ask your.When I used the NRF52 Series and nRF5 SDK,I made a simple modification tot the radio test program in examples\peripheral\radio_test...
Dear, I created a project in SES. I modified the zypher.dts file to define some pins as below:
1. I added some pins in aliases as shown in fig 1.
2. I added pins with...
Hi,
nRF Connect SDK1.8.0, Windows10 X64.
as follow simple code,it will infinite restart.
but all short change to int or char, it work well.
the same code, run...
Hello
Happy Christmas in advance.
I meet a trouble about using littlefs and mcuboot at nrf52840dk.
ncs1.7.1
project:littlefs
I have changed the nrf52840dk_nrf52840...
Hi all
I'm developing a BLE application using nRF52832 : SDK 17.xx
I need to embed a passkey, and the only app example relevant in this case is ble_app_gls.
using this...
Hello again Nordic World,
I am using a slightly modified version of the ble_central example running on both 10028 and 10040 boards as "test central boards" for communicating...
Hi,
We are developing trainer sensor device and looks very smooth so far. But our questions is some apps change our device name to Bryton Trainer xx in the searching stage...
Hi there,
Having just migrated from an x86 Mac to an M1 Mac, I'm now having difficulty getting the programmer app of nRF Connect for Desktop to detect a device. When I attempt...
1) what is the touch pad IC driver that will support nRF52840 ?
2) S25FL512s compactible with nRF52840 as an external nor flash interface . if yes how to get started with...
I am using nRF Sniffer/Wireshark to diagnose some problems with a custom app using 128 bit Service UUIDs as well as well known 16-bit UUIDs.
In the screenshot below, you...
Hi,
Based on previous threads on the matter:
https://devzone.nordicsemi.com/f/nordic-q-a/46565/sdk-15-3-0-missing-bootloader-definitions-for-nrf52832_xxab-qfab
https...
HI
We are using nrf connect sdk.
We understand that when we put the nrf in power down and if any interrupt comes in any gpio than it will reset and wake up.
But my question...
Hello everyone,
im quite new to nrf52.
i m trying to fecth the ADC value on teraterm. but it is not showing the expected output.
please help..
thanx in advance.
Hi,
I am trying to modify the multilink central example to send string to other board.
In the main.c I inserted the uart_init(), uart_event_handle() methods
I added...