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...
I have the latest firmware in the modem (0.7.0-29.alpha) and i have the at client sample code on my board, I set my APN but the board doesn't connect
I'm sure that the APN...
Hi, everyone,
We are developing project on nRF52832 by using the newest 15.3 version (nRF5_SDK_15.3.0_59ac345). The project is built from bootloader and main application...
Hello, my old question: https://devzone.nordicsemi.com/f/nordic-q-a/48087/nrf51822-s130-hardfault-error
I found something.
After removing -fdata-sections in makefile,...
I'm trying to get the nrf52810 (pca10040e s112) to wake up from sleep every 5 second using RTC or timer. My goal is to sleep on less than 2 uA. I'm using the pca10040 development...
nRF52832
SDK15.3.0
ble_app_gls
ble_app_gls( SDK15.3.0 ) works perfectly and I want to port this "request pairing immediately feature" to my own project.
I referred...
Hello,
I'm trying to add another LTE device to nrf connect. But I am facing problem when adding it, I have my own sim card for iot from Singtel, It worked with the first...
I am interfacing sim 808 which is a uart based module with my nrf device.
The default buffer size is 256, can i increase this buffer size? If so how?
Also how do I clear...
Is there a distinction in the functionality between the functions defined in nrf_socket.h and socket.h? For example, the functions nrf_socket and zsock_socket seem to do the...
I want to use it should be implemented in sofdevice_handler.h but this file does not exist in any of my directories. I am using sdk 14.2.0
However, i have nrf_sdh.h which...
Hi,
In the documentation nRF52832_PS_v1.4, section 37.12 electrical specifications, there is an error indicated for every gain used, for Example EG1 error for gain = 1 is...
I have some experience working with nrf52840-dk and the SDK working in custom projects taking as initial point the different examples of the SDK.
The problem is that I have...
Hello,
I have the following power profiler: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Power-Profiler-Kit/Download#infotabs
I was able to correctly...
Hello!
I'm working with both the s132 and s140 softdevices on their dedicated hardwares. We are heavily utilising the radio timeslot API to run our propriatery stack and...
Dear Friends,
I am transmitting a command of 14 bytes of data from ble_central to ble_peripheral. The ble_peripheral will recieve the command and transmits the response...