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...
There are two central sd_* methods for writing to flash - write and erase. The problem is I need to know where I can put my data without trashing something else that is already...
I have two projects exhibiting the same problem.
I have custom board using the nRF52832 and another using the nRF52840. In both cases I am using nRF5 SDK latest version...
Hello,
I would like to have confirmation that the NRF52 will be compatible with my need.
The NRF52 must be able to be connected to a smartphone, while receiving advertising...
I have problems with my custom board.
I developed the firmware with the nrf52832-dk custom and there the firmware runs standalone (with RTT logs on and without) . but now...
I use a nRF52840 Dongle as the Sniffer HW. I use 2 other nRF52840 boards, one is a peripheral (NUS) and the other is a central/peripheral (NUS). The cen/per connects as a...
Hi I have a custom nRF52840 board, and I have a current BLE UART setup. I also want to communicate with a IMU module via serial connection. Can you point me in the direction...
hi,
ncs1.4.0\nrf\samples\bluetooth\peripheral_uart, The LBS service was added, but Advertising faile.
I don't know that I made a mistake in that step. It may be the address...
If I upload the pre-compiled asset_tracker file to the Thingy91, it works fine. If I compile it myself and try to upload it, nothing happens. It shows the write is successful...
I am trying to implement fstorage in my application using nRF52840, soft device 140, SDK for Mesh v4.0.0. and SDK 16.0.0 and Segger Studio.
Based on the fstorage example...
Hello,
I'm trying to develop a wearable stacking form-factor where number of boards can be assembled in a deck: MCU, sensors, actuators, power supplies, etc. Size of the...
Hi ,
I want to compile mesh examples .I tried it using segger ide Alternatively,I wish to compile it in cmake too. Can you please tell me the procedure to compile code using...
Hi,
I was able the configure the sample to connect to AWS but I cannot figure out where the cloud_send function is sending the data. Is there any documentation on where...
Hi all,
I am using a nRF52840-DK as SPI slave with a MSP430 as host SPI master for a nRF8001 replacement application.
As I am absolutely not familiar with high level functions...
I am trying to communicate with a SH1106 OLED display using TWI and the popular u8g2 display controller library.
I've verified that the display works without problems on...
I am currently development an app based on the example from the experimental folder using a NRF DK52 as a relay between a central and multiple peripherals.
The app should...