Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
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 am completly new in nrf52, nrf-connect and zephyr environment.
I need to configure pwm channels that wont be used to drive led...
Most of thing is undestand for...
Sending a PSK like:
AT%CMNG=0,42,3,"1r0nm@n"
should result in failure, as that is not a valid hex string (as documented in nRF91 AT Commands). Currently this results in...
Hello,
I am trying to run the CCS881 sensor sample in my nrf9160 board. I have made changes to my project config file and main.c file as mentioned in
https://devzone...
I need to compare two ble_date_time_t structs to figure out if one is later than the other. So basically I need to check if rtc_datetime > expiration_datetime. Both rtc_datetime...
I plan on writing my own service (similar to NUS) but prior to that, I'd want to use all the existing APIs for initializing the GATT and BLE stack at least
I'm calling the...
Hi Team,
i have trying to create multiple serial port with debug log enabled in the sdk code sample but when i am going to init log_init a long with any UART / SERIAL...
HI
I still try to reconfigure my Zaphyr testing environment to NRF Unity/CMock but I've encountered more issues.
1. __syscall mocking
Is there any reason to exclude...
Hello there,
I'm trying to interface msp430 (master) with nrf51882 (slave) through SPI. I'm running soft device 110 to broadcast the received data from SPI through BLE...
Is there comprehensive documentation on DFU, mcuboot, and zephyr somewhere? I have an nrf52840-based device running a Zephyr 2.4-based application with mcuboot 1.7 as a bootloader...
Hi, I am trying to interface Max31865 with NRF52832 via SPI communication. My module RTD pt100 working fine with Arduino but I am getting unchanged wrong value while programming...
Hi there,
I have used the nrf2724 (radio module) as a prototyping platform. I am able to flash my personal program to the nrf24le1 on the nrf2724 and it functions properly...
Hello!
I'd like to briefly introduce what I'm attempting to do: I'm trying to flash some samples from the Zephyr project into a custom board. The custom board is based on...
Hi,
I tried to update DFU keys via update on SDK-4.1 and I didin't to do it. Its possible to change DFU keys via upgrade. I did this process on SDK-2 and there was no validation...
We are looking to get started evaluating the nRF5340 with the DK on Windows 10, but our User directories all have spaces in them (they default to our names and are not changeable...
Hi
I want to use nrfutil as a command line tool on a Raspberry Pi 4 box.
Out of the box, I could not install nrfutil (missing drivers?) compatible with Python3 so I tried...