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...
I am working with some code from a previous provider and I found in its void bsp_event_handler(bsp_event_t event) function this code:
case BSP_EVENT_MID_PRESS:
err_code...
Not sure if this is the proper venue for a bug report:
In nrf_nvmc.h (from SDK v12.2.0)
/**
* @brief Write consecutive words to flash.
*
* @param address Address...
Hi,
We need to add WeChat / AirSync functionality to our nRF52-based product. Is there any support available from Nordic for this kind of environment? For example ble_wechat_service...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
hi,
i can't find the ID for softdevice_s140
run cmd : nrfutil pkg generate –help
--sd-req TEXT The SoftDevice requirements. A comma-
separated list of SoftDevice...
Hello,
I´ve got a problem with the primary services discovery when register more than 1 vendor specific UUID.
I´m actually connecting one Cadence Sensor and one Motion...
Hello!
I have problem with DFU bootloader on nRF51822-xxAA.
For first, I made all steps for upload bootloader(erase chip, upload SD s130, upload bootloader).
I used...
Hello, I use nRF51822 based device with s110 softdevice. I noticed that data exchange is different on different connected centrals.
For test I used Windows and Android powered...
Hello,
I have my project up and running using the "nrf51-micro-esb" project. I can successfully set my device to PRX mode and have it receive payloads just fine. Similarly...
Hi,
I have an issue about power consumption with a board nrf52 10040. The consumption should be 100µA but is 500µA. I found an errata about that in ' infocenter.nordicsemi...
We're using nRF52 to read two sensors data: one is an ADC chip using SPI; the other is a PPG sensor using I2C. MCU sampling rate is 250Hz, meaning every 4ms, MCU will poll...
Hi all!
I'm a beginner developer.
I start my work with nrf51822, download examples e.t.c
Now I try to download my code in real PCB with external 16MHz crystal.
Code worked...
-----------------------------EDIT--------------------------------------
I've changed topic name, because not buffer overwrite is the problem.
I need some mechanism for...
I am working on a project for college in which I need to build my own PCB. The code works fine on the Dev Kit but on the PCB, the bluetooth is not showing. I have tried looking...