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...
Hi,
I'm integrating the ble_app_uart example into my project. However, the UART interrupt works a little differently than I expect. I initialized the UART with APP_UART_FIFO_INIT...
Hello
I followed the doc blew for building sample
- https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/intro.html
- https://devzone.nordicsemi.com/nordic/nordic...
Hi,
Currently I have a NRF52832 chip that I am using in a project. The chip is inaccessible since it is inside a device -- I have been performing software updates via the...
I've mistakenly closed the case https://devzone.nordicsemi.com/f/nordic-q-a/85450/insufficientresources-error-message-while-performing-usb-dfu?ReplyFilter=Answers&ReplySortBy...
Hello,
I am referring to the ISP4520 example code .
I would like to change the I2C(TWI) pin assignments as below.
SCL:P0_07 / SDA:P0_12
But I can't find where to set...
SDK 17.1.0
nRF52840 DK central + nRF52840 peripheral device
Hello,
I'm attempting to set up reading characteristic values on the nRF52840 DK as a central from a peripheral...
hi,
We are currently having some problems erasing flash,The problem recurrence rate was 1%,the recurrence rate of specify chip problems is 100%,Here are some scenarios as...
Hi,
In secure_bootloader(SDK17.1.0) example, I want to replace the ECDSA_P256_SHA256 with ED25519, what should I do?
I tried to modify sdk_config.h, but the build didn...
I have the EV BT-840 DK and I have the AT firmware installed. With AT commands I am able to connect and send data to other BT-840DK. Right now I flip the AT command switch...
Hi Guys, I am following the numbers and tutorials and setting up Visual Studio on a windows PC and installing the Nordic extensions. I get as far as a successful build but...
I was able to work with the mfrc522 RFID card reader through SPI on nRF9160dk. The application was developed using connect SDK v1.5.1
When we tried developing using SDK...
Hello!
I need to control several motors using the nRF52832. The problem is that my laptop cannot supply enought current to run the motors, if I try to run it, windows detects...
Hello!
I am trying to write a program for controlling a servo motor. I got recommended a code for making a PWM signal by someone else from devzone, so I am using a modified...
Hello, I would like to know what is required of me to automatically create com port in windows that would allow me to use my ble device as if it were attached by ordinary...
Hi,
I want to receive some data in my nRF52832 from MATLAB over UART and send some other data from nRF52832 back to MATLAB. I need some bandwidth for data transfer from...