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 Nordic,
I am trying to use the nrf52840 to talk with my 4G module on baud rate of 115200 , but I find it always come into error for the recving the uart data. Also it...
Hello,
I have an nRF9160 development kit and was measuring the time it takes for switching off the modem
when it has an open data connection.
I did it by sending an...
Hi,
I'm currently working on NRF52832 (Softdevice s132 6.1.0) controller and developed a firmware from light switch client to develop a mesh network and its working fine...
Hi sir,
I have downloaded the NORDIC THINGY52 SDK from the given link https://devzone.nordicsemi.com/f/nordic-q-a/51236/unable-to-compile-ses-project-in-thingy-52-sdk (As...
Hi,
What do I need to be able to FOTA when nRF Connect SDK is updated?
For example, when the SDK version is 1.6.0, can I use the changes I made to the new SDK version...
Hi, as the table register above, If I want to set Tx_Gain manually, Does MODE effect my config? (Ex, if I choose mode as 0, does the device use POUTA default to use instead...
Hallo,
I am trying to communicate MAX86140 sensor with nrf52840DK. This is the link to the datasheet of MAX86140/1 . I am able to write and read MAX registers successfully...
Hi,
We are using mesh SDK 5.0 on NRF52840, We need to add about 30 groups in subscription of a node.
Using the provisioning app, we can add about 30 groups in subscription...
Hellou, i have questiuons about NRF MESH SDK 2.1.1.
We have in production street light based on light_switch_server_nrf52832_xxAA_s132_6_0_0 from NRF SDK 2.1.1.
When we...
Hi, I'm new to the Nordic Eco-system, but we are working to use nRF52811 in a proprietary beacon solution.
We are tying to modify the "Heart Rate Service" example to best...
I've developed a custom service and DFU using secure bootloader. I've started developing it for nRF52832 and all was working. I was able to generate .zip file and update the...
Hi,
Kit : nrf5340
SDK: nrf connect SDK
I While testing the timeslot example in nrf samples part, I am getting the below error. Kindly tell me the procedure...
Hi!
I'm close to finishing a project where every type of messaging is done using simple BLE broadcasts (using my own frequency hopping and other features.)
However I...
Loss of comms between nRF24L01+ transmitter and receiver after successful data transfer.
One rf24 is configured as a PTX (sensor device) communicating in a simple point...
Hello,
I need to implement, say, 100 LPN + proxy and 1 friend + proxy, LPN are metering devices.
How can I send a value from a sensor to my phone without sending a request...