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...
Hello,
I am currently writing a script whose purpose is to automatically provision and configure devices.
My question is related to the devkey_handle and address_handle...
With SDK 14.2.0 and S332 softdevice, I'm using UART to control ESP8266 WiFi module with AT commands and I'd like to replace app_uart (+FIFO) with nrf_serial , in order to...
Hi,
I am setting OOB with sd_ble_gap_auth_key_reply() method { 0x11, 0x11, etc 16 bytes }, but when trying to connect with desktop nRF Connect there is an error 132 inside...
Hi,
I am getting errors when attempting to include the nvs library to save data to flash storage on the nRF9160 DK. My CMakeLists.txt:
I get the same errors with or...
Hi,
We tried to use a smartSIM from Sierra Wireless with the nrf9160DK without success.
The nrf91 can connect to the LTE network after a few minutes (LED4 steady). However...
Hi,
I did have a working development board. I was working to disable serial and disable as much as possible to get the power usage down. It seemed to be working (although...
I tried this using the ram_retention example from the SDK (nRF5_SDK_15.3.0). The example (Ram Retention) still seems to work if the lines concerning NRF_POWER->RAMON and NRF_POWER...
Hi,
our appliction need to using I2S worked at 96kHz sampling, and i find two parameters , MCK and the CONFIG.RATIO,but when i use this formulation:
LRCK = MCK /CONFIG...
Hello,
I think about connecting two central devices (nRF's 52840) using one common antenna. One device will be only RX and will scan for a advertisements, second will manage...
Hi, I am from China. My company made a BLE module with chip nRF52810. Recently , I coded a program for it by SDK12, based on ble_app_uart example. I modified the corresponding...
I have setup the nRF52840 DK as below
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-to-setup-the-thread-demo-displayed-live-at-google-i-o
Setup WireShark...
Hi,
We are currently going to try and implement FOTA/DFU with an nRF52840 controller and an nrf52832 peripheral. Is there any example for how this can be accomplished...
Hi,
I currently have a nRF52840DK pre-programmed with the DFU over BLE, but with the debug version. I am unable to physically get to the device, if I wish to perform a...
Hello,
We are using the SPIS on the nRF52832. We are seeing a higher than expected consumption when it's enabled and not used.
I measure around 7uA extra when enabling...