Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
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...
Dear Team ,
when I am debugging my code then work properly work but when we upload another example .after some time again i try to debug my previous code in this time debugging...
I am trying to convert the Zephyr gsm_modem sample project to C++. If I include `gsm.c` without using `extern "C"{}` I get this error: ` undefined reference to gsm_ppp_start...
I have an https connection (sending json) that works fine when the response is less 2k. But for responses (from the server) that are over 2048 bytes, recv returns 0 bytes...
Hi,
Our program is now based on ble_app_uart example, and we want to add the 'wake up on NFC' feature. I checked the 'wake up on NFC' example and related posts sending via...
Link: https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs
Clicking "Download files" at the bottom, eg with SDK 7.1.0 selected causes a...
Hi,
I want to configure the bootloader (MCUBoot on a nrf9160) to reject a new firmware image update if the new image is not suitable for the current hardware (e.g. multiple...
Hi Dev team,
I have my Thingy91 deployed and running. I wanted to know how could I locate the base station that my device is connected to. I have the information of MCC...
Hello, i'am trying to display data on my sensor Bme280 aka (temp, humidity and pression but the build is successful and the jlink is well connected the wiring is like below...
Hi,
I was using nRF Connect with all applications listed. But after installing nrfutil from git, the application all disappeared. I uninstalled nRF Connect and reinstall...
Hi, I'm attempting to use an nRF21540 to boost the range of a BLE Beacon, and I'm running into a lot of trouble getting the Eval/Dev Kit set up. First off, is there any documentation...
Is there an nRF Connect mesh sensor example. The light on/off example is great, but very simple. There is an nRF5-SDK-for-Mesh example. Are nRF5-SDK and nRF Connect compatible...
Hi to everyone,
I'm evaluating an application consisting of a bluetooth mesh where each node sends a status message to the others.
The area where the nodes will be deployed...
Hi,
We need to know the list of models (like health, configuration, lighting, sensor, generic on/off) in nCS sdk 1.7.0
can you please share inputs
thank you,
To update the Application, it is necessary to implement the update via CAN bus. Below is the hardware part, we use a CAN-SPI chip to access the bus.
We´ra using Microchip...
I would like to disable completely the 2.4Ghz radio after the 52840 has full soft device enabled and ble stack has been run.
This is after the full sequence of bluetooth...