Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
I am using nrf52832 SDK14.2 development, now the system will generate some strange exceptions, I am worried about the stack overflow, is there any way to confirm whether the...
Hi All
We are using nRF9160DK and want to send data to the cloud (Adafruit or Thingspeak) using MQTT protocol but we do not have NB-IoT
Network in Our area so it's possible...
To the kind attention of Nordic support team,
I've been reading in this post:
https://devzone.nordicsemi.com/f/nordic-q-a/44042/using-nrf52810-with-gzll_nrf52_arm-lib...
Hello,
I need to validate my selection for crystals working with the NRF52840. For the 32.765kHz crystal I have chosen the 9HT12-32.768KBZC-T from TXC Corporation. For the...
i have test with RTC using nrf_calender.c.
It will prints output data on terminal window.
But, I didn't recognize the actual data.
Output data is mentioned below,
...
I am attempting to use libmbedcrypto.a from the Thread/Zigbee SDK version 3.2.0. I am linking it from:
external/openthread/lib/nrf52840/gcc/libmbedcrypto.a
and yet...
HI,
I want to implement the software security to NRF52832 such a that no one should be able to read the memory or tap the data during Bluetooth communication.
Regards...
Hi,
I am trying to interface tlv493d with nrf52 dev board.
I have taken driver code from infeneon
https://www.infineon.com/cms/en/product/evaluation-boards/tlv493d-a1b6...
Hi
I face ble disconnection issue.
we use external crystal 32.768khz. However, when I check it , the load cap is wrong. It should be about 9pF but it is 1pf.
The frequency...
Hi,
When factory resetting the flash storage, I delete all records, and then call fds_gc(). However, the page that's used for garbage collection still contains a copy of...
Invitation : The provisioner invites the unprovisioned device to send its provisioning capabilities information.
Firmware version from this examle: https://github.com...
Hi.
I've bought the nRF52833 DK and I want to use it with Mbed OS.
But I'm not getting it to work. If I compile the "mbed-os-example-blinky" program for target nRF52-DK...
Hello.
I would like to ask about writing data from Smartphone to Thingy. How to change characteristic using setOnCheckedChangeListener.
Is it correct way to change characteristics...
Dear people ,
nRF52840 and 15.2 version
I have uploaded the program ble_app_hts in my NRF52840. After which I uploaded ble_app_uart but I still get the "Nordic_HTS"...
I am trying to switch off the 3.3v power domain to save power.
I can disable it by using adp536x_buckbst_enable(false) in board_secure.c but when I try to use the same...