Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
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...
Hello
currently we are developing a hid bluetooth mouse using nrf52832 and SDK 15.3. We are using app_scheduler to send movement data to the host pc, but when we enable...