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...
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...
Hi, I am using nRF52832 with sensor and Softdevice S132 v3.0.0 to advertising packets .I The sensor is interfaced with nrf52832 using twi interface. I am updating advertising...
HELLO,
Now i meet a troubole about app_timer in SDK15.0 with NRF52810.
I use the example 0f central with uart. wtih softdevide.
I creat a app_timer with 100ms interval...
Consider, I have checked these threads: https://devzone.nordicsemi.com/f/nordic-q-a/38832/system-on-sleep-mode & https://devzone.nordicsemi.com/f/nordic-q-a/30351/how-to-control...
I come from Linux background, where I've used Callgrind to get the dynamic analysis of callgraph of the firmware. But now I am work in IoT product its bare metal, I am using...