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...
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...
by set a char with BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS, means it can't be read and write, if so, why not remove the char?
any reason behind BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS...
Is there anyway to limit the number of channels a device is advertising on?
I'm using an nrf51822 with the S110 stack and want to limit my device to a single advertising...
Hi,
We want a throughput between a BLE link 12KBytes/s.
In our application there is a peripheral (in Nordic starter kit), running S110 and we have configured connection...
I have two questions.
Is it possible to use the DAP[n]/DAB[n] registers without using Bluetooth 4.0?
If it is possible, then how? I searched all the sample...
I am starting with Nordic nRF51822 and I would like to know if do you have some samples for use with emIDE (I liked it because you don't have size limitation). And I had some...
I saw two different way to ini ble
1 ) BLE_STACK_HANDLER_INIT
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false);
err_code = softdevice_ble_evt_handler_set...
I'm right now getting uC to sleep WHEN THERE ARE NO ACI EVENTS I think I'm doing right, the uC sleeps but I'm not able to wake up despite the fact that RDYN is connceted to...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Using sdk5.2, and ble_bondmngr_bonded_centrals_store() called on_disconnect, and then call
err_code = sd_ble_gatts_sys_attr_get(m_conn_handle,
m_central.sys_attr.sys_attr...
Hi!
I wonder what is the GPIOs nominal voltage level when I'm using the internal DC/DC converter?
I know that the internal DC/DC converter output voltage is 1,9V but I...
Hello,
we made PCB based on reference with ST balun. In circuit the low freq crystal is optional, so we didnt use it. In software i noticed app_timer use RTC timer. So the...
I am trying to bootload an extremely large hex file using a slightly modified DFU (modified from SDK v5.2.0's example)
The problem is that the hex is so large that eventually...
Im having errors like Arduino is in the while(1) loop if I enable the DC/DC converter in the characteristics and generate service.h file , If I do not use this setting everything...