It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I'm designing what is essentially a small beacon board built around an nRF51822. On the antenna outputs I've used the discrete component balanced to unbalanced circuit shows...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
nrf24LE1 external interrupt is not easy to use , I use nRF24LE1 48pin chip, and the external interrupt 0 (GPINT0)is configured to falling edge trigger, but it can not be triggered...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Everything was fine until I updated to the latest SDK version 6.0.0 and the new nRFGo ap version 1.16.1. Now when I try and connect to my device I get J-LinkV4.52c Error ...
Hi all,
I am trying to send and receive generic data from the L2CAP layer. So, initially I am just trying to send data with sd_ble_l2cap_tx with S110. The code that I am...
We are considering moving from the nrf51822 wlcsp to the qfn48.
We would like to minimize the changes to our design. Can we, should we keep our wlcsp antenna design and...
Exactly what baluns are known to work with the nRF51822. I believe there is the STMicro balun and am uncertain about the status of the Johansen balun. Is there a list of preferred...
Hi,
We are using nRF51422 in our project and we observe a strange thing, that even there is no external pull up resistors, the I2C communication using the built-in TWI...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi,
I am trying to create a star network with 12-16 slaves and one master.
The master would be a nrf51822 and the slaves nRF8001/2.
The slaves would not transmit...
Hi,
I'm using the UART_OVER_BTLE base example and I'm investigating what needs to be done to enable security.
Using the Following security configuration the device stops...