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...
I am developing hid_mouse . When I connect Android once and ubond hid_mouse I must set bluetooth off and on again to connect ble device otherwise it will connect again to...
Hi,
I am trying to set a value in the NRF_POWER->GPREGRET when softdevice is running, but it doesn't work. I don't get any error, but the value is always 3 and not 1 like...
Hi,
i took the example in AN36 (with the led but deleted the button stuff) and added the Battery Level service. Both are working fine together. On top of that I took the...
I have a development dongle PCA10000 , PCA10001 board and nRF pebble.
My aim is to come up with a project where one of these devices
a) would advertise,
b) the other...
Hi,
It has been mentioned in several threads that the MCP/dongle (on laptop) cannot support transmission of more than 1 packet per connection interval. Could you help clarifying...
/**
* @brief Function for unconfiguring GPIOTE channel.
*
*
* Note that when unconfiguring the channel, the pin is configured as GPIO PIN_CNF configuration.
*
...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I have set up the UART example with PCA10000 and PCA10001. Everything works fine but one strange thing is the time to send 100kB of data. See my times below:
38...
Hi !
On this thread devzone.nordicsemi.com/.../nrf51922-1 i've found someone introducing the new S130 softdevice for the nRF51822 wich allows the IC to be on concurrent...
Hi to all,
Ihave a problem with erasing flash on nRF51422 Evaluation Kit. When i click on Erase all button in nRFGo Studio everything is looking normal ( segger led is blinking...
I cannot download S110 to try right now. I have some 51822 Dev kits, but somehow I didn't get the product keys entered into my page, and the boxes are all gone.:D
When my application is running on the nRF51822 (e.g. the hrs example from the sdk), I want to stop this application (e.g. at a breakpoint), investigate some memory and than...
Hi,
I've started developing some test applications for the nRF8001 to better understand all the ACI libraries and improve my knowledge of the chip.
I'm experiencing some...
Unless manually set the value of bond_init_data.bonds_delete to true in the function bond_manager_init to clear bonded masters, I end up in the HardFault_handler. The last...