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...
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...
Dear,
I am using THINGY91 for proving my concept, I put THINGY91 in the freezer - to adapt to the temperature.
I am using NB_iot of telia (norway)
My problem is: sometimes...
Hi,
I am using the NRF52832 with softdevice 6.1.1
I am using the minimal ble_app_uart ecample, just changes the RX_PIN_NUMBER to 11 an TX_PIN_NUMBER to 12 to mach my board...
Hello ,
I want to read the values from tera term , and PCA10040 have to read that value on polling basis .
Then advertise that values / data as manufacturing data. i am...
Hi
it looks like my MQTT-SN is not working.
I am trying to run MQTTSN Example in nRF52840 devices. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi,
I have 3 Devices that constantly broadcast their position to each other so the other can adjust the position each other. they act like master and slave but ther are...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
Dear Nordic
my SOFT DFU fail when I init the WDT, but I have feeddog and disable the WDT, like below:
static bool app_shutdown_handler(nrf_pwr_mgmt_evt_t event) { switch...
When access_model_subscription_list_dealloc() is called the entry is memset to 0 and the ACCESS_INTERNAL_STATE_INVALIDATED flag is set.
The function access_model_subscription_list_alloc...
Hi all,
I have a nRF52 DK (PCA10040 V1.2.1), and I want to learn how to develop on macOS.
I read from this link , and I got following information.
But I cannot know...
Hi,
I use The Texas Instrument software "SmartRF Packet Sniffer Bluetooth Low Energy" to catch the communication between my peripheral build with nRF52832 and Zwift (software...
Hello
I am trying to configure your TWIS (not using the SDK) and have run into the problem that the TWI master cannot pull the SDA and SCL line low. So, the communication...
52832's PDM function. After initialization, call the nrf_pdm_enable function, and then call the nrfx_pdm_start function. NRFX_PDM_ENABLED is set to 1. But the clock pin always...
I am evaluating the NRF52810 (using the PCA10040 dev kit), and I am having a hard time getting down to the described power consumption of the chips. I am using the power profiler...
i have done ble_app_template writing values from nrf app connect, in that i have send only integer values from nrf app connect
now i want to write float values from nrf...