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'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
I am working off the ble_cts_c example, using SDK 14.0.0, SoftDevice S140, and nRF52840.
All works well when I pair a device for the first time: the nRF discovers services...
nRF51822 how to save user data to UICR FLASH?
I have some user data bytes wan to save to UICR ,I see the CUSTOMER[0]~[31] is can be used.
how to save it ? think.
like...
The product that is in development could be used by the 100s at the same venue, if we let customers picks their device from a list there will be a lot of wrong connections...
Hi!
I'm having a little trouble with my measurements. A little situation sketch:
I'm using two nRF51822 DK's who act as peripheral and connect to a nRF51 Dongle that...
I'm trying to reduce the RAM requirements of the softdevice for my application and am looking at some of the options in ble_cfg_t.
What does ble_cfg.gap_cfg.role_count_cfg...
According to the NRF52810 datasheet ,The RADIO contains a 2.4 GHz radio receiver and a 2.4 GHz radio transmitter that is compatible withNordic's proprietary 1 Mbps and 2 Mbps...
I am trying to receive ble notifications from a custom UUID as a central device and then relay that information to my computer via ble. I have been following the nordic relay...
Hi
I'm migrating to SDK 14 and have my service's on_ble_evt() function registered. However, p_ble_evt->header.evt_id == 65535 (0xFFFF) for every evt, so I think I'm doing...
The NRF_LOG_HEXDUMP_DEBUG for rx and tx in nrf_drv_spi.c are logging data 4x the correct size because it take the sizeof of a pointer instead of the data pointed.
Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12....
Is there a known date or expected date that the FDS/Fstorage will be finalized and taken out of experimental status?
I have had a few issues with the FDS fstorage library...
I've ported code that runs successfully using SDK 12.2 S322 v2.0 to SDK V14.0 S332 v4.0. I've managed to compile and link it error free. My problem is that I have an error...
In the documentation it says the order in which the records are returned is undefined. However in my observations FDS always appears to work upwards in terms of record_id...
I'm porting code to SDK v14.0.0 from v12.2.0. and I'm getting the following summary of linker errors:
Error: L6218E: Undefined symbol sdk_mapped_flags_bulk_update_by_key...