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...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi. I'm using nRF52832. I need more GPIOs and UARTs. So I think nRF52840 is very good solution to me.
But as I know, nRF52840 is just engineering sample now.
When can...
I am running the Iot SDK Cloud MQTT example on a nrf52 DK. Is there are reason why MQTT will only let me subscribe to a maximum of 9 topics. Anymore and some of the topics...
I'd like to get the current connection state eg:
result = get_connection_state()
if(result == BLE_GAP_EVT_CONNECTED)
doSomthing();
Is there such a function available...
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...