We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...
Can a provisioner work as a client connect to a server
how do I set on the phone app(iPhone 10s)
in example/light_switch I did not do any change on the example
...
Hi,
I'm in the process of integrating nrf52840 module in HCI over UART to a linux host.
So far I have been able to build the hci_uart in from the samples and bring it...
Dear Members,
How can I share GPIO pin between SPI and I2C peripheral ?
I see SCK_PIN and MISO_PIN for SPI are the same with SCK and SDK on I2C
#define SER_APP_SPIM0_SCK_PIN...
For reference I am using the nRF5 SDK version 17.0.2. I have been comparing the flash_placement.xml files in the <SDK>/config directory and in some of the examples. I have...
Hi. I am looking for simple example of using QDEC for nrf5340. I want to use the Segger Embedded Studio.
Where can I find the example of some guide for HW driver for nrf5340pdk...
i am using nrf52833 development kit here i am using peripheral template as for coding purpose when i merge temperature sensor(SSTS751) code and W25Qxx code in it then the...
I am trying to build the connectivity hex files on an ubuntu build machine for an nrf52840 dongle so I can communicate with another nrf52840 dev board, I followed the instructions...
Hello, my project has 3 different devices (2 sensor and flash memory) on the same SPI bus all with their own CS. I ran across the following question , which has a response...
Hi ,
My environment :
nrf connect sdk
nrf5340 dk
segger studio IDE
verified method 1:
As per nrf5340 product specification document , we can protect the...
Hello,
I was recently trying out some samples with the nRF9160 DK and I had run into some issues when trying to run the nRF Cloud Client Application .
I had flashed...
Hi,
I'm developing on the nRF52 DK which has the nRF52832 chip.
I have a small vibration motor which I'd like to control on/off through one of the boards GPIO pins. At...
Hi,
I'm trying to modify the light bulb example and turn it into a light switch (not a light switch that controls another bulb in the network), but I'm quite new on the...
Hi,
I've noticed that there was an issue with ble_nus in SDK 15.3 - detailed in this post .
I'm using SDK 17, and in my application, I don't check data_handler != NULL...