Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi,
I am trying to do AGPS with the supl library. I obtained version 0.7 through the application and installed it (and enabled the required config options).
Unfortunately...
Hi Nordic,
I am working on project with nrf52840 , which is a central to connect other device. we will enter the MAC address to central, and setup the scaning filter.
...
Hi all,
I am trying to do bonded buttonless DFU but an error named NRF_ERROR_FORBIDDEN was raised in enter_bootloader() function under ble_dfu_bonded.c.
The description...
hi,
I currently have an application scenario,using a nRF52832(M board) BLE maser to upgrade another nRF52832(S board) is run standard DFU ,Are there any demo available?
Previously, I used SEGGER to build and run programs on nRF52 DK very quickly (5-20 seconds).
However, for nRF5340 DK, it usually takes about 8-15 min to build and run just...
Hi,
I am trying to connect the current product with MCU EFM32GG290F1024 to a Nordic BLE module in a serialization over UART.
I have port the SDK to my project and need...
1. hardware : nRf52840 dongle.
2. Purpose : Update Firmware into dongle to be sniffer, and restore original default manufacturer firmware for nRF Connect v2.6.0 desktop...
Hello All,
i my project there are 2 ble services now i want to add Flash read/write application i tried with fds as well as flash_write example from the SDK 15.3.0
i added...
Hello!
Apologies in advance for my english.
I already asked a similar question, here is the link to it
When trying to connect a PWM driver PCA9685, I ran into problems...
Hello.
We are using NRF52840, SDK 16.0.0 and SoftDevice S140 7.3.0 and are noticing irregular SoftDevice asserts that don't seem to be triggered by any one particular function...
Hello,
I am curious to see if it is possible to register a device through a web app using the nRF52840's NFC. The goal is to scan the NFC on the device, enter the personal...
Hello,
I'm working on a custom board with a nRF52833.
A small external battery is on the board, and when the power is off, 32.768khz of low power remains on the battery...
I'm running the SDK 17 radio test example on two nRF52840 DKs. My goal is to do a PER measurement in 802.15.4 -mode.
I configure the boards to use ieee802154_250Kbit mode...
Hi, I am using nrf52832 board. I was trying to disable the GPIOTE interrupt for a particular event (Event4) using INTENCLR register. My code was NRF_GPIOTE->INTENCLR = 1 ...