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)
{...
Hi all!
I have small problem. When I build my project, it returns thise error: Symbol SWI2_IRQHandler multiply defined (by nrf_sdh.o and nrf_drv_swi.o). I want to use SWI0...
Hey, I am using nrf51822 nRF5_SDK_12.3.0_d7731ad SDK and using Segger embedded studio. In the application code my memory segments is this. Now I want to do firmware update...
Hello,
I am debugging my nRF52832 with JLinkRTTClient through NRF_LOG, but there seems to be some issues I don't quite understand with the color coding of the logging messages...
Hi there, we use the nRF52840 on a embedded system. The nRF52840 is connected via usb interface to the central cpu of the embedded system. An embedded linux (buildroot) is...
Hi!
Is it technically possible to implement performing of unmodulated TX carrier transmission by a write to some BLE characteristic? If yes, then from what to start?
Thank...
Hi,
I am trying to use the Bluetooth low energy capability of the nRF9160 DK (nRF52840 chip) by using the lte_ble_gateway sample from Nordic. After changing some lines of...
Hi
I'm using ZigBee light control coordinator example in "nRF5 SDK for Thread and Zigbee v3.1.0" on nRF52840 evaluation board.
when it will execute bdb_start_top_level_commissioning...
I am runing the light switch example in zigbee sdk v3.1. I am connecting to a smarthings hub. I have set the a single change on the code:
The device will be connected...
A couple questions about the nRF52840 GPIO Electrical Specification:
1. In the nRF52840 GPIO Electrical specification, VOH at 0.5mA is spec'd to go as low as VDD - 0.4V...
Hello,
I have been using the development kit for more than a month when after one flashing, the LED 5 on the board started blinking at one second intervals and the board...
I read a nRF9160 DK 0.8.5 circuit design and have a question about the GPS circuitry. What will happen if I bring the LTE antenna closer to the GPS antenna and reduce the...
Hi,
We have a program that uses the radio driver for IEEE 15.4. Currently we do not need Bluetooth and IEEE 15.4 working simultaneously but we do need Bluetooth DFU. When...
Hi,
Just spent a while debugging this and since there seems to be nothing - well I can't find it anyway - up here thought I should document this issue. This relates to SDK...