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 have a situation as below.
I have the list of host addresses (public type). Based on the command received, BLE peripheral device should advertise in direct advertising...
Hello there,
We are using nRF52832 custom board. I2C and GPIO are working on it. Then I uploaded BLE program (which is tested on nRF52-DK) but BLE is not showing up at...
Hey Guys,
I noticed when I use nrfutil DFU BLE command on the nRF52 DK the nrfutil program a "connectivity firmware" before the perform the DFU BLE to a Target device....
hai
i have tried to store and update some data in flash using pstorage. on storing data data is stored successfully.
#include "mbed.h"
#include "pstorage.h"
#include...
Hi all ,
hi NORDIC team ,
I'm currently developping a multiprotocol adapter LORA/BLE . I'm using the sd130 .
Semtech's third party says that it's "recommended " to have...
52832,SDK12.0.0
I met such a situation:
In the use of JLink burning program or air upgrade, after the completion of the program card died in initialization low-frequency...
If I am programming a BLE Server device, and I configure a characteristic with BLE_GATTS_VLOC_USER and queue a notification with sd_ble_gatts_hvx(), how soon can I update...
We're developing with SDK 10.0, nrf51, softdevice 8.0.0, s110.
We started with the ble_uart_app and added our own functionality, which includes the timeslot functionality...
the code is
nrfjprog -f nrf52 --snr --memwr 0x10001080 --val 0xabcd0102
I am doing the example infocenter.nordicsemi.com/index.jsp
I am able to get everything up to...
Hi,
I am currently going through the GCC and Eclipse tutorial. Now I struggle to compile the project.
I installed the blinky project (nRF5_SDK_11.0.0_blinky_blank_pca10040...
Hi all,
nRF52840 and S140 support bluetooth 5. Bluetooth 5 expands 8.x adv data length. I test it on the ble_app_att_mtu_throughout example and add more 30 bytes data to...
Hi,
I have a question about choosing "correct" soft device. I need only peripheral connection, but I'm bit in doubt for choosing SD110, because compatible sdk ver 10.0...
what is the function of bsp.h header file. if i use my custom product should i also use this header file?
i am tring to make LED blink with custom port pin. (different pin...
HI, i'm trying to perform the following operations with the Core Bluetooth Framework of iOS:
Connection to peripheral
Services Discovery
Characteristics...
Hi
for some reason I cannot connect any PC terminal to my custom board: I would get consistent NRF_UART0->ERRORSRC = 0x000c or 0x0004 indicating break and/or framing issue...