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...
Hello,
I am using the nRF 52840 DK board. Using nRF5_SDK_17.0.2 I am trying to implement basic BLE advertising in my code. Also, I have turned on the RTT log. From the log...
Hi,
In the SDK 17.1.0 release note (downloaded from https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download?lang=en#infotabs ), the verification GCC compiler...
I'm trying to create a Zephyr Shell command where I can write a certificate to the modem. Putting the certificate in the command line doesn't work, so I was going to use the...
Hi
I'm using nRF52805 to realize the DFU function using the buttonless_dfu example project. I follow the instruction of this and use commands in this discussion .
After...
Hi I have an question about use ZB_ZCL_DECLARE_POWER_CONFIG_ATTRIB_LIST macro in case when only one battery used.
I'm trying to declare Power Configuration like this
...
Hi. I don't believe this question would be strictly be considered a duplicate. I have seen posts discussing the same issue I'm having, but resolutions don't appear to solve...
In order to use this application in nRF Connect for Desktop, I have just purchased an nRF52-DK. As I'm using macOS, I believe that I'm affected by the 64 byte limit and need...
Hi,
I am trying to interface WM8960 CODEC with nRF52832 using (I2S and I2C) .
Problem I am having is with TWI scanner and also sending data to the know i2c address . have...
SES 5.44
nRF52840-DK
GNU Arm Embedded Toolchain: 9 2020-q2-update from here
S140: 7.2.0
Project is C code only
Project Setup:
Linker Script File (copy from...
Hello,
I am a research assistant at the Norwegian University of Science and Technology. We have in the past been using the micro:bit v1 for our practical labs which purpose...
Hi, When I hook the nRF5340-DK board to my PC, the SEGGER J-Link OB debug chip bothers me popping up a GUI that exposes the board as a USB mass storage device. How to get...
I'm using Android DFU library 1.11.1 and occasionally I see "E/DfuBaseService: Connection state change error: 133 newState: 0" errors. It appears they happen when the initial...
When using nRF Connect SDK v1.6.1, a BLE peripheral that supports 2 simultaneous connections could be created by including these lines in prj.conf. These lines set the Link...
Hi,
this is kind of continuation of my previous ticket . After solving it the last time I thought that I don't need wait_for_flash_ready() function as it caused some problems...