Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
HI i am working with the nrf 52833 dk board using nrf connect and trying to implement SPI ,
#define SPI3_NODE DT_NODELABEL (SPI_3)
static const struct spi_dt_spec* dev_spi...
For some reason when we build a MESH enabled app we are getting a resulting hex file that includes complete file paths names. This is not occurring in our builds that do not...
For my application, most of the time, the device is asleep with the exception of sensor reading and logging every 5 minutes and occasional (and infrequent) beaconing so the...
Hello to all,
I countered the follwoing issue at starting debug phase of my project:
In details:
I think that I have to update the GDB to version >=9.
Could...
Hi,
In my application, I want to read some sensor data through SPI Communication in nrf52840, can you please provide some code or please tell me how to implement the program...
Hi,
I am using nrf connect sdk V2.0.0 and nrf5340 DK.
Using fat_fs and uart examples, I managed to get the SD card and UART work individually. For SD card, I am using...
I have build many applications using the NRF5 SDK. I have a custom service that works fine on all my applications written using NRF5.
I am now trying to port these applications...
Hi,
I want to do full modem update. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/full_modem_update/README.html My device...
Hello,
I am working with nRF5 SDK v17.1.0 and using nRF52832DK board. While working with SAADC module I found that nrfx_saadc_sample_convert() API is taking almost 35us...
Hello, when I try to debug ncs1.9.1 using vscode in Windows, it shows that "ERROR: GDB major version should be >= 9, yours is 8; GDB could not start as expected. Bad installation...
Hi All,
I modified ble_peripheral UART example to support 4 peripheral links instead of one by referring the bel_app_multiperipheral example, I am able to connect four...
Hi everybody,
I would like to make my nrf52840dk communicating with an external ADC. As the ADC communicates only using SPI, I need to use spi_write and spi_read functions...
I have enabled UART_1 but cant seem to send any data or receive any, I have hooked it up to logic analyser and cant see any trx data coming from the board.
If i set my...
Hi
I am trying to modify the MCUboot image to meet the requirements of the project one of the rquirements is to boot the application directly from the secondary partition...
Hi, my region does not support LTE-M or NB-IoT. I would like to prototype an asset tracker with GNSS only. To my understanding, i will be able to retrieve GNSS location data...