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'm using op-amp(LM358), condenser microphone and PCA 10028.
My project collect output values of op-amp and broadcast that.
But, noise was occurred while it is advertising...
I'm using the ble_app_multilink_central example app.
In the pca10400.h I changed #define BUTTON_PULL to NRF_GPIO_PIN_PULLDOWN.
The problem is that the first pin interrupt...
Hi
I'm creating an android app for smartwatch(used nrf51 ble),I have two questions
1.I used ANCS(Apple notification center service) in my android app,but nrf51 device...
I'm using the SD (nrf52) MBR to update our custom bootloader, in a battery powered device.We have some custom hardware which is used to disable our LDO, to enter a "Ultra...
Hi Everyone,
Recently I have been trying to measure the current consumption from the dev board.
I have set up the board as instructed by cutting SB9 and soldering SB11...
Hi,
I see intermittent incorrect values from the saadc. The code is described here .
The graf shows battery voltage in mV over about 4 days with one sample per minute...
I am getting following errors when compiling source code in Keil-5. Any one suggest me what i am missing to define symbol?
linking...
._build\nrf51422_xxac.axf: Error...
Hi,
We have devloped PCB based on nrf52832 as beacon.
We have also developed firmware for that and it will advertise for some and than go to sleep mode and after some...
Hi,
What is the minimum number of symbols in preamble nRF52840 has to receive in order to receive full packet on Coded PHY? I can see that it can easily receive packet...
help! Thanks
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
chip:nRF52832
we found that the pstorage's callback will not be triggered when the Bluetooth...
Hello,
Issue : XOSC16M is not Starting and the loop stuck forever in below line
while(!pwr_clk_mgmt_is_cclk_src_xosc16m());
where it checks CLKLFCTRL 's 3rd bit...
Hi,
We have a device needs to support user change the device name. We already finished this function. The changed device name can be store in internal flash, and broadcast...
Is there a signal provided by the nRF2460 that indicates TX/RX state of transceiver suitable for controlling direction of an FEM? Does VCC_PA turn on and off during duplex...
Hello!
We're using the SDK 12.1 ble_app_uart_c as an example for a nRF52 DK as Central application. Instead of using ble_app_uart example for peripheral device, we created...