When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
I've reinstalled several times. nRF Connect recognizes PCA10100 at serial COM8 but all the read/write functions are all grayed out
2020-11-02T23:19:35.987Z INFO Application...
Hi All,
trying to understand the USB CDC ACM example for the Nordic 52840 using SDK17. I believe I've got it working, but there's one thing I'm not quite understanding....
Hi,
I am reading some sensor data based on interrupt and i am string the data after read "n" bytes.
my store function takes around 300-400 ms but i have to read samples...
This is just a verification, but in the nRF52840 Dongle schematic, it looks like VBUS is is connected to VDDH (by way of VBUS_nRF, which isn't an actual pad or pin, but just...
Hello,
We are developing PBC with nRF52840 and we have problem regarding PCB layout. Because our PCB maker has minimal spacing between pad and track 0.2mm we can't make...
Are the iOS and Android Mesh libraries hosted on Github ( https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library and https://github.com/NordicSemiconductor/Android-nRF...
Using the nRF Connect toolchain manager on Mac I get the following errors when downloading any SDK.
I have also tried using the manual SDK install process but get...
Hallo everyone,
I have interfaced LIS3DH with nRF52832 and reading a value as below
X 230
Y 249
Z 54
How to convert this value to standard acceleration unit...
I am using the nRF5_SDK_17.0.2 "examples\ble_central\ble_app_blinky_c" example to start with my device.
It works using "init_scan.connect_if_match = true"
However, my...
Hi, all
I'm using nrf52832 pca10040, s132
I've asked several questions, but I haven't found a solution yet.
I want to send data through uart to the custom board.....
Hi,
I am trying to extract the static MAC address from a 52832 using NCS.
I do not want to try to read directly DEVICEADDR[0] or 1, but use a clean function.
I tried...
Hi People, I hope I can get help here or get pointed to a right forum where this can be answered.
I am using u-blox NINA-B306 (based on nRF52840) in one of my custom made...
Hello,
I am using the address resolution function getaddrinfo. Everythink looks fine, however I am wondering which DNS is used for that and if it is possible to update the...
Hi,
I am trying to do a quick PoC to connect some thread nodes to the cloud through a BorderRouter(RPi3b+ running Nordic Border Router, connected to a router using LAN...
I started with the peripherals/spi example, and am now trying to update to the recommended nfrx drivers. I can get the spi working fine, but I can not get the linking to work...