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...
I am struggling to figure out why I can't write on the Peripherals memory to set a function. In this case I am trying to write in the 0x4000250C which is UART0, PSELTXD (Pin...
We have a project for a sauna controllunit,
A remotcontrolle and hostunit which controlles the sauna. The Device send comands to the host, the host sends Ack + Payload (the...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I was wondering whether bonding between devices is possible without using a passkey.
I found a good documentation by Nordic Semi which illustrates all the bonding...
Hi everybody
I've got a problem with my "custom hardware" with the "nRF51822 QFAAFA 1322AA" MC by Nordic. When I try to connect the hardware with the "Master Control Panel...
Hello,
I'm using GCC with the soft device 6.0.0. I'm having this reoccurring issue where sometimes I will start to debug and the execution flow will get stuck in some kind...
Hi,
I catched the air data packets by Sniffer and it shown that there was an error, MIC incorrect, which could be seen as followed, and the whole packet was malformed....
Hi!
I have some problem to reconnect an already bonded device containing a chip nRF8001 rev D with my iOS app. Rev C works fine with the first connection and the reconnection...
HI,
I want use some GPIO to detect "pin_high_to_low" or " pin_low_to_high".
and I think the "app_gpiote.c" might be helpful.
but I have been confused by function " sense_level_toggle...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
I want to load a Blinky project to the AK board, and the dongle is used as a jlink, but I forget to move the jumper to the 'out', and the program is loaded to the dongle....
Hi,
I change the example ant_broadcast to acknowledge mode, but it seems that without a peripheral side,the LED0 will still twinkle.I don't know how to change the project...