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 am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
I downloaded version 15.2.0 of the nRF SDK. It contains the softdevice version 6.1.0.
I then attempted to upgrade to the softdevice to 6.1.1. After downloading the softdevice...
Hello,
What are the steps to recover a bricked nRF9160-DK? I want to get it back to the state that it was shipped in. I would assume refresh "secure_boot" and an app such...
Sir,
I have one custom MDBT50Q evaluation board and a ST-Link debugger. As the Keil IDE is fully defaulted to J-Link none of the example programs are building and flashing...
Hardware:Two nrf52840 DK Software: SDK15.2
We have 2 development boards acting as a master and slave communicating over UART. We are using the serial library for this application...
when i use the official example in nRF5_SDK_15.2.0_9412b96\examples\peripheral\blinky\pca10040e\mbr\iar using IAR IDE,
after building successfully, i failed to download...
Hi:
I use the new Mesh SDK 2.2.0 to make a demo.and I use the proxy_server and proxy_client example. now,I test and find the proxy_server example don't open the relay function...
Hi,
When I go through the code of light switch example, I am confused about relay functionality.
Compare with the v2.1.1, I can find the m_relay_enable in network.c but...
Hello!
We are currently developing a software solution which integrates many protocols into one Gateway. One of the protocols is Zigbee, and since it is the first time we...
I'm running FreeRTOS with SDK version 15.0 on nrf52 custom board.
I have two sensors, say A and B, on two separate SPIM bus instances. Sensor B utilizes PPI to trigger data...
I've been working on using an nRF52 as a host for a PS/2 synaptics touchpad mouse (to integrate with BLE HID). I was able to get a correct mouse position using two GPIO pins...
Hi,
i am using oled ssd1306 i2c with nrf51822. I am using peripheral mode and SDK v10.0. i choose this sdk version because of length i want to sent at one go that is 1024...
Help pls, i can't build a project.
Building ‘temp1’ from solution ‘temp1’ in configuration ‘Debug’ 1> Generating linker script ‘temp1.ld’ 1> Linking temp1.elf 1> Output...
Hi,
It seems that I have an issue with ZB_GET_OUT_BUF following the zb_zdo_node_desc_req example.
After several calls (around 10) of ProcessNodeDescReq , I can't get a...
I am using Linux (various breeds and hardware) and the nRF52840 Dongle. When I first plugged the dongle in it worked as expected
Then this
this is the output from dmesg...
I am reading up some open source bluetooth stack implementation with NRF51822 with the objective to understanding the Bluetooth firmware.
My prior knowledge are baseband...