I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
This issue exists in NRF SDK5 15.2.0 and earlier. NRF log module has entered "production" level as of SDK5 15.2.
While implementing an additional logging backend, I discovered...
how to change the twi sensor coding to get the X,Y,Z AXIS for the position of the gy-80 module
this module has
1. HMC5883L
2. BMP-085
3. L3G4200D
4.ADXL345
at...
Hello,
I would like to append data to a coap response like this:
I have a response handler that is triggered as the device receive the response. I am able to get the...
Hello guys,
I am trying to run the mqtt_simple sample. I tried to do so on both nrf9160_pca10090ns and nrf9160_pca20035ns. The application builds fine for both boards...
Hi,
Does nRF52840 on Thingy 91 and nRF9160 DK has a unique MAC-address? Or is it a randomized MAC-address with a high probability of being unique in the user's environment...
Hi,
Is there a way for the application layer to be aware of what the modem Tx power is? We would like to know for purposes of warning customers if they have placed a device...
I know that as per definition the connection interval is the time between two connection events.
So does it mean that if the connection interval duration is low then number...
Hey guys,
I have nRF52840-DK and one time i got pop-up from nRFgo Studio, that i need newer version of Jlink. I updated Jlink from Segger website to version 6.62b. After...
To the kind attention of Nordic support team,
Is it possible to change pipes' numbers used by secured gazell library? It seems to be using pipe0 for pairing infos and pipe1...
Hi, I have a quick question regarding the DFU MTU get request.
According to the docs page , this should return the MTU used by the transport, but in reality nothing is transmitted...
Hi,
nRF9160 DK (PCA10090) is continuously rebooting.
I have flashed following Images and tested, but same issue (rebooting continuously) observed.
1. Pre-compiled...
Hi,
I try to build and programm Thing:91 with segger embedded Studio and need the file app_signed.hex to Flash the Firmware in Thing:91 without a external debug probe. After...
Hello
I have a 3 custom PCBs with nRF52832 (1 central and 2 peripherals) and 1 nRF51 dongle (peripheral) arrangement where the two peripheral nRF52832 boards (custom PCBs...
I have just switched from SDK version 1.0.0 to SDK 1.1.0 and I am using the MQTT FOTA example
I had the example project working when I was using v1.0.0 of the SDK
I...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) Do we need to call fds_record_close...