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...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
There is an QSPI interfacing example, and there is another FATfs example for the externally interfaced SD card, though I cannot make the same fatfs sd card example work for...
Hi
it's possible configure the FOTA bootloader (SMP service) whit only one partition, for large application.
I using the nRF52-DK and have only 512KB of flash, and my...
I have trouble getting NFC-pairing to work in nRF52840 running SoftDevice 7.2 based on SDK 7.0.2. The observed behaviour is that the NFC Field is detected but nothing more...
Hi,
I add a new service about DFU of my FW,so three was a problem when it go into "ble_nus_init()" will return NRF_ERROR_NO_MEM, I have read serveral tickets about the same...
i have used "BLE_GAP_PHY_AUTO" in scanner code
actually it should scan "phy coded" and "non phy coded" aid values .
but in my case getting i was getting both "phy coded...
I have a project to use NRF52810 to connect the App. When testing it, I found that when it was successfully connected to the NRF Connect tool, it would automatically disconnect...
Hi, Dev Zone.
thanks for help : )
I'm try to porting DK Board's Ble Bonding function to Target Board.
1st_question <- this is my first question links
main problem...
I'm using
SDK : nRF5_SDK_17.0.2
Example Project : ble_app_uart
Soft device :S113
The initial project builds successfully.
My project has requirements for tow...
development tool : Segger Embedded Studio
SDK:nRF5_SDK_17.0.2_d674dde
it always takes long time to build project
build log:
Building ‘blinky_pca10056’ from solution...
Hello all,
I am developing an application from the ble_cgms example on the nrf5_sdk 17 using the Softdevice S132.
I have implemented a gpiote interrupt whenever the state...
Hello,
I just received nRF9160DK(PCA10090, 0.8.3)
I followed nRF9160_DK_Getting_Started_Guide doc.
But, I hare some issue to activate iBasis Sim card.
It keeps...
Hello, I am using the latest version of pc-ble-driver combined with a pca10040 and I am attempting to write large data packets (200 bytes) to a peripheral. I compiled the...