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...
I had look on overlay-low-power-conf file and in folder child_image on spm.conf file that UART_SERIAL=n is set. I need to interface a UART device to nRF9160.
1. Is asset_tracker_v2...
I installed the nRF Toolbox on my phone and received data through BLE uart. However, how can I download/save this data on my phone? For example, I send the temperature to...
Hi,
I'm trying to send an data array over ble nus.
This didn't work.
I'm also getting this warning.
I'm doing something wrong, but I don't know what. Do I also...
Hello,
I am making a Firmware for the FCC certification, I must emit at 3 different frequency, 2404MHz (ch37), 2440MHz (ch17) and 2480MHz (ch39) on a nrf52832.
I unfortunately...
Hello,
I have installed the NCS toolchain using the Toolchain Manager app. I am using toolchain version 2.0.0. Here is the error I get when running `west status` :
Same...
I received Thingy:53 and tested it by following the Getting started with Thingy:53 SDK documentation.
The problem arises from the sentence below.
Getting started with...
Hello,
I'm using the LTE Link Monitor v2.0.1 with the nrf9160dk_serial_lte_modem_2022-06-02_880c82db application on a nRF9160.
I'm able to establish the connexion and...
I saw a news report on Nordic's official website that Nordic's NB products have passed the certification of Chinatelecom. I wonder if they have passed the certification of...
Is there a way to add an offset to the nRF5340's reported RSSI to compensate for any front end loss or gain the design might have? This is to get to an RSSI value at the antenna...
Hi,
I'm using HID mouse example in SDK17.02.
After downloaded soft device and the application, I add the device in my pc blue tooth. I can see the battery level normally...
Hi,
I'm looking for a product Bluetooth 5.2 Radio System-on-Chip (SoC) which is of automotive type, and their operating temperature ranges are (-40 to +125)
I'm working on Electronic Shelf Label project using Feather nRF52 with Raspberry pi for server connection. I need to Adafruit Feather nRF52 to receive data from raspberry...
Hi Sir,
We follow this link to test the NIDD, but I'm not sure whether it is successful.
1. Can we know the NIDD link successful or not from the log? What can we see if...
Hello, We are using the serial LTE modem on the nrf connect sdk v1.9.1. We are trying to receive a big message on a topic we have subscribe to, but the serial LTE modem crash...
Hi, I'm using SDK17.02 on nRF52810,and I have enabled AIN6 reading the voltage of battery successfully.
Now I need to read another voltage outside at the same time, so what...