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,
my setup is the following:
- SDK 2.6.3
- nRF5340
- Low power management for external flash enabled
- Logging enabled (based on littleFS)
- external flash used...
Hello,
I’m wondering if there is a way to forward data from RTT to a COM port on Windows.
I’m currently evaluating the GPS performance of my custom PCB using the GNSS...
I have a very simple product which consists in a Xiao Nrf52840 board (which is FCC certified) wired to a 5v relay module. I was wondering if I would need additional FCC certification...
Hello everyone,
I trying to configure my MDBT50Q-U512k to use the ble_app_nus example. According to my board, I need change to uart pins defined in this example. Then, I...
Hello, I am trying to add GPS functionality to my program running on the Thingy:91. However, I can't find any examples except for the Asset Tracker, which seems overly complex...
Hi,
This is a followup on https://devzone.nordicsemi.com/f/nordic-q-a/119259/synchronisation-between-tx-and-rx-in-connectionless-direction-finding
We now have a synchronised...
Hi,
MCU - nRF52832
I am trying to understand the power consumed during the PaWR operation. I am referring to the steps explained here: I am getting the a similar graph...
I have the following settings in my prj.conf:
and getting the error
CONFIG_FLASH_MAP was assigned the value y, but got the value n. Missing dependencies: FLASH_HAS_DRIVER_ENABLED...
We currently have several nRF52840-based devices deployed in the field, running firmware developed using the nRF5 SDK and utilizing the SoftDevice S140 for BLE functionality...
Hi Team, I am trying to see the PaWR PDUs in wireshark sniffer. I am using example periodic_adv_rsp from NCS v2.9.0. I am referring to the link for exploring. How can I see...
Dear Nordic company,
I am writting to you in order to get some information about buffer sizes in your aplication. I think, I am bale to modify buffer size and maximum...
I am designing an application using the nPM1100 and I would like to know if I can use the VSYS as a power supply pin for my other circuit.
Is VSYS supplied by the battery...
While collecting 2-byte samples via SPI4 (with a 32 MHz clock) using PPI and timers—one triggering transfers at 400 kHz and another handling an interrupt every 512 samples...
In the nrf_sniffer_ble.sh script, the block that checks for an active virtual environment uses the following line:
if [ ! -z " $VIRTUAL_ENV "];
Notice that...