Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
I had been working with a DK and a Circuit Dojo - nRF9160 Feather https://github.com/circuitdojo/nrf9160-feather just to get my basic hardware working. I just had custom boards...
Hi there,
I've just bought and received Apple iBeacon compatible beacon on eBay ( https://www.ebay.fr/itm/165128797979 ). I put a battery in it, the LED flashes 3 times...
Hello,
Although this topic seems to be trivial and touched many times it seems to be difficult find any ready to use products / projects about it.
The Background
Lets...
SDK Environment: nRF Connect SDK v1.7.1
Target: Decawave DWM1001-DEV. This uses the nRF52832
A 5 byte SPI transfer is taking about 17us when using the nordic spim drivers...
Hi everyone,
I use the nrf52840 and the SDK 16. I copied the saadc example and I want to modify it and use the RTC instead of the timer as an event for PPI. I've noticed...
Hi Team,
I am working with a few Thingy91's. I have noticed an issue in viewing the Thingy91 output on LTE Link monitor for a few Thingy's.
The 1st Thingy connection in...
Hey, I am having trouble setting Pin 0.17 as UART TX. I have tested my code on pins 6,8,15 and 18 as UART TX and the code works. I get the required output on serial. I am...
Hi,
I have been following the webinar "Developing Matter products with nRF Connect SDK" and was successfully able to build the matter lock sample and flash to my nrf52840...
I got PPK2, connected it to Windows 10 PC and it is recognized as "nRF Connect USB CDC COM5". LEDs turn on Grenn color but immediately fade out and becomes red and stays like...
I would to like to update a nrf52833 controller via DFU from another nrf52833 controller via BLE. nrf52833 eval kit is able to connect with another nrf52833 custom controller...
Hi everyone, I am working with nrf 9160 Development Kit. I use LTE LINK MONITOR Unfortunately I am not able to connect to a LTE-NB network. I have updated the Modem Firmware...
I realize that this question will be stupid simple. I can program AVR microcontrollers with no trouble. The setup in the Segger embedded studio seems far more cumbersome....
Hello,
I have nRF52811 project which I would like to transfer to nRF52805. It is using SDK 15.3.
I saw this tutorial: https://devzone.nordicsemi.com/guides/short-range...
Good day!
Time after time I catch next assert
Assert occurs most often when I use 3+ mesh sensors in one server with periodic publication configured.
Is there any...
Now I'm using nrf52840 as a master and some other ble chips as multi peripherals.
As I know, in ble link layer data header, there is a tag: MD(More Data) , by which, every...