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 DevZone,
I am having a problem using SEGGER Embedded Studio for ARM
Release 4.12 Build 2018112601.37855 Windows x64
When I select a Group under Registers...
I have ported the NFC URI example to a custom project that I am working on (platform details listed below). I am using an Android phone running NXP tag info app to read the...
Hello
I have a question to ask, I want to beacon the battery level and temperature. I know there is a temperature sensor inside, if I want to use saadc to get the sensor...
Hi All,
I compiled Keil UART application and it is working fine on Eval Board. But the same code I started running on customized board and here am getting only 1 byte every...
Hi there,
I am adding schedule to my application calling app_sched_event_put() inside a context interruption from Button to enable a sequential write to a memory using SPI...
Hi,
I’m trying to use the SAADC on nrf52832. I’m not using softdevice (I’m not doing BLE code) but it’s present on the chip (to use it for DFU). When I program the chip...
Hi I am using the nrf51422_XXAC device. I want to make a connection with my app alone. other apps should not be able to connect. please help me with sample code. I am new...
Hello,
I'm having issues trying to connect to a third-party peripheral (called iTag from now on).
I have an NRF52832-based device running as a central. My device is running...
Hello Nordic Devzone,
I have a few queries regarding using VID& PID for a hardware.
Is there any cost involved when using the Nordic VID & PID?
Will Nordic provide a...
Hi all,
I successfully ported the Semtech’s LoRaMac-node (from official GitHub, master branch) to a custom assembly of two dev boards : the NRF52832 (Dev Kit PCA10040) from...
Hello.
I have a nRF9160DK.
I want to try this uart example: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/uart
I want to config the...
Hi everyone,
I want to transmit a HEX array I read from a peripheral using SPI communication (I initialize my RX_BUF in the SPI_EVT_HANDLER() function) via BLE. I am using...
Hello All,
I am working on nRF52810 custom board. I used segger studio in windows 7. For reference i used nRF52 SDK 15.2.0.In my application i used i2c peripheral.
My...
Hello,
as I understand the accuracy of the LF Crystal oscillator for the nRF52832 development board DK_PCA10040 ist set within the sdk_config.h in the following way:
...
Using NRF52832 on a custom PCB with 32kHz + 32MHz crystals, very close to the reference schematic
Using NRF52 15.2.0, S132, arm5_no_packs, Kiel uVision 5.23.0.0
The example...