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...
In nRF5_SDK_14.0.0_3bcc1f7\components\libraries\usbd\app_usbd.c
if APP_USBD_CONFIG_LOG_ENABLED is put at 1, the compilation fail. It is solved by adding NRF_LOG_MODULE_REGISTER...
when i use sd_ble_gatts_hvx() send data to ble stack, after 300ms later ,i get the ble stack event BLE_EVT_TX_COPLETE , how i can reduce the time(300ms), let the data send...
how i can send data 1500byte per second,use the sd_ble_gatts_hvx(). because i send the first package use sd_ble_gatts_hvx() and 300ms later i get the BLE_EVT_TX_COMPLETE,...
After reading some older threads it seems to me that someday it must have been possible to update bootloader and application with one zip file.
Currently I'm using sd 132...
This is kind of a follow-on to the original question here: devzone.nordicsemi.com/.../
I notice that the nRF52840 PDK dev boards need to be closer at the beginning of the...
Hi!
I am sending the battery status every 1sec from nRF52840 peripheral device and receiving it on nRF5240 central device. (verified the battery status working through...
Hi,
I am unable to read values from ADC pins, usiing nrf51822 nordic bt module, s130 softdevice.
Things I dont know:
Connecting to ADC pins
readings from the pins...
Hi,
If I set the tx buffer to 0 before and transaction, I expect the spi slave register's AMOUNTTX to be 0 when the transfer complete. But intstead, the AMOUNTTX always...
I'm working with a sensor that communicates over spi, but it uses a single wire for miso and miso. Is there any alternative to just bitbaning the protocol? Specific sensor...
Hello.
we are using the nrf51822 and doing the approval of the radio transmitting equipment model.They refer the modulation mode,as the picture:
I am asking:1、can the modulation...
I'm working on a central device. I'm using 52832, SDK11, SD2.0.0
I accidentally used a peripheral device that doesn't have the right service UUID that my central device...