Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
This is really bad, I downloaded the latest 1.7.0 SDK to the machine and could not build any application (including examples) Always appear errors
Create a GPS.Emproject...
Hi,
I have nRF9160 DK:
PCA10090 v0.8.3
modem firmware 1.2.3
The specifications says that the minimum consumption current is 7µA. So I flash a hex file which shuts...
(Using nRF Connect SDK 1.5)
I have the setup so far that partition manager is aware of the external flash and creates a single partition for it. The documentation section...
Hi nordic
I am using 52832 with sdk15.3:
when I program the hex with sd+APP+bootload, it works fine, while after the first ota, it will get the NRF_ERROR_STORAGE_FULL...
I have an encased nRF52840 dongle that is visible to nRF Connect. However, when I try and select the displayed device I get the following:
I cannot press the reset button...
Hi,
1. What modem versions does this board support?
For example mfw_nrf9160_1.3.0?
2. This board programmer this example:lwm2m_client
Using AT + CFUN? No return...
Dear Nordic team,
in our multiprotocol (BLE, ZB) application ( nRF5 SDK v4.1.0 )we are facing following severe issue relating to the ZBOSS stack: When a router leaves its...
Hello sir/Ma'am
I am working on a project in which i am using some BLE peripheral devices, an Central device and an Android app. I want to get data on android app from central...
I'm trying to program nrf9160 but getting an error due to readback protection.
I have tried the following commands:
nrfjprog --recover
nrfjprog --recover -f NRF91
...
I set an NOPULL type input GPIO, and I found that if I put in a voltage of about 1V,
the nrf52832 will produce a current of about 30uA,
I want to know why it can be happen...
HI
I have using nrf5340 DK for the past 7 months. Sometimes, The DK gets powered up only after 2-3 minutes after giving the power supply from the PC. Even after powerup...
I'm working on a project based on nRF52840 and nRF5 SDK16. I'm using BLE with softdevice S140 7.0.1 and USB CDC ACM for communication with a USB host. Ultimately the problem...
Hi,
I'm trying to run ble_app_blinky_pca10040_s132 on Fanstel BT832 custom board with no success. After writing/verifying the app using the SES it jumps to 'unknow function...
Hello,
I have a question:
i want to send a JSON payload using the PUT-method from CoAP. For this I am creating my JSON Payload with the following function:
The main...