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...
Dear All, I am trying to measure the current consumption for an application I am developing on the nRF52833 DK. The code that I am running is the following: Based on the product...
Dear All, I would like to configure a device to go to the System ON, no RAM retention, wake on RTC (running from LFRC clock) Sleep mode, in order to be able to use the RTC...
Hello,
we are using nrf5 SDK version is 17.0.2 and nrf52840.
Our product uses nrf52840 and its USB capabilities being configured as a composite device (HID keyboard +...
Hi,
i would like to know which software i have to download and install, so that i can program a really basic function like pressing the button and turning on and off an...
Hi,
I saw a Linkedin post by Zephyr where they mentioned some Vscode extensions for devicetree and kconfig:
https://marketplace.visualstudio.com/items?itemName=trond...
Hi,
unfortunatally i could not add a new LTE device. I was able to activate my SIM card but not able to finally add the device to my account.
The error code is: There...
I am currently following the tutorial for creating custom services ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ). The only differences to this...
Hello Nordic,
I'm working with NRF52840 (with SDK 16 and softdevice s140 7.0.1) in my project. I need to work with another chip through SPI. This chip is the master and...
Hello,
I have one more questions while doing test with SAADC, UART.
When I was tested the SAADC pin connect with ground, the negative value occurs.
So, I changed the...
Hello,
i've built a basic Thread network with two nRF52840 Nodes running the CLI example and a RasPi with a nRF52840 RCP as BorderRouter.
My Question is:
Whats the...
Hi.
Hope you are well.
I want to send data from nRF51822 to nRF24L01+. I used the esb library to configure the nRF51 and I just change the settings as I want ( some settings...
Hello~ I have previously written related articles. But I don't get the answer I want, so I ask you again. Use the toolchain manager to use ncs 1.3.1. The error as shown in...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello guys!
We are workng with nRF52840 SoC and SDK v17.0.2.
Custom BLE Services and Characteristics are needed to implement in our device. Before starting that implementation...