Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
hello
I had developed code based on the example ble_beacon_app and tested on nRF52840DK. That worked fine. I need to make the same work on the nRF52840 dongle. I followed...
Hello,
I'm using a Nordic Thingy:91 device for testing the asset tracker v2 application. I have a Verizon SIM card that's activated and is successfully registering with...
Hello,
This past week we received a software update that minimized the pristine build and erase and flash buttons to a small, barely noticeable icon out to the side of the...
I have an nRF52840 design using the chipscale package. I have very little I/O so it can all be placed on the outer ring to avoid the blind vias needed for the inner ring....
I am working on a BLE to ANT (Specifically FTMP to FE-C) gateway.
HW used is the pca10059 dongle.
Windows10, Programmer 3.0.4, Segger 5.42a.
SW is nRF5_SDK_17.1.0_ddde560...
If I have multiple peripheral devices, advertising at the same time with NUS service, what factors determine to which peripheral, the BLE central connects?
How can I configure...
Hello everyone.
I'm developing a custom board mounting the nRF5340, and I want to use the micro USB. I was looking at the schematic of the DK for reference, and I found...
Hi,
Not sure if this is the correct place to ask...
My code is crashing after a spi write function.
It is probally obvious to someone here, i think i fell into that...
I'm attempting to merge 3 HEX files into one using the Merghex command. The "BinaryImage access" error appears, see the screenshot below.
I've tried this several times with...
Hi,
I'm porting my SSD1333 (Solomon IC for OLED displays) code driver to Zephyr OS drivers for ease of use along with LVGL (going from `< nrfx_spim.h>` to `<drivers/spi...
I want to transfer a bunch of data over the virtual com port to a PC using the USB port on the nrf5340. I'm using the CDC ACM sample: https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
why
AT%XRFTEST=1,1,14,7880,23,1,4,0,0,0,0,0,0 AT%XRFTEST=1,1,14,7930,23,1,4,0,0,0,0,0,0 AT%XRFTEST=1,1,14,7980,23,1,4,0,0,0,0,0,0
returns ERROR but e.g.
AT%XRFTEST...
We are trying to see if it is possible to detect a vibration using the ADXL362 accelerometer on the Thing:91. We have it setup to to trigger on motion, but we need to be able...