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 am planning two have the following network:
1 central communicating with 3 peripherals
One of the peripherals will be a smart device (iOS or Android). What...
Using SDK 12.2, I have compiled the secure bootloader successfully, tweaking the sdk_config and Makefile to use RTT for logging and turning on logging, and using the "_debug...
Configuration: Nordic PPK, PCA10040, PC10028 & PCA63511. Current consumption is relatively high on nRF52 vs nRF51; nRF51 is configured with SDK 10.0 and nRF52 with SDK 12...
Hi,
I have got my nRF52 DK. I could flash softdevice using nrfjprog.
But after reading s132 specification, i have following doubts.
How to flash application from the...
Hi all --
I have an application where I have a LDO generating 2.6V from a single lithium-ion cell. It has an EN input that I want to expose to the nRF52 with a little RC...
Hi,
I'm searching for the nRF52 Ref Manual. I've located the Product specification for the nRF52832, but can't seem to find anything for the Reference Manual.
I found...
To maintain compatibility with our current systems we would like to be force characteristics to be at certain handles, rather than having the soft device assign them sequentially...
I am upgrading from v12.0 to 12.2. I am using Linux, Eclipse, GNU ARM and Eclipse managed make.
I get compiler error ...nrfsdk12.2/components/drivers_nrf/hal/nrf_gpio.h...
Device: PTR5528
Board: custom.
I have just given coin battery directly to VDD. At P0.00, P0.02 i have two leds. On p0.03 and 05 i am having one interrupt and other is...
Hello everyone.
I am currently working on a device with some peripherals.
I have SPI slaves and other sensors that I am monitoring using GPIOTE driver.
I noticed a...
I am attempting to implement buttonless DFU with my application.
Using SDK v12.2.0 on a Rigado BMD-300 module (nRF52832)
Starting one step at a time, using nRFgo Studio...
I am running RTC in nrf51, after coming out of sleep mode RTC is getting reset.I want this RTC to keep running so that we can use it as wake up signal.
I am attempting to enable a second custom service with a vendor specific UUID with three characteristics (in addition to an existing custom service and the battery service...
Hello
I have created one custom profile using "ble_app_uart" project. Now I have an issue that I can't able to remove UART part of the code. If I remove the UART part of...