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...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi to all!
I've developed a board with NRF8001 on it and it works fine. But I've noticed a strange behavior. I use a mobile phone with NRF master control panel to work...
Dear All,
I am making IR transmitter using nrf51 where IR codes saved in SD card using PWM library we can transmitt the code while BLE is working.
Is it possible that...
Hi,
I am working on some application in which i have combined multiple profiles in one code.
In this i don't want generic access and generic attribute profiles to be displayed...
Hello.
I am using RTT successfully with nrf52 and IAR. But the start address for the RTT control block is a moving target: it changes whenever my code changes. I want to...
The product specifications publication for the nRF51822 doesn't list a gull wing chip pinouts found on the PCA10028 found on the evaluation board, kinda wondering if there...
Can someone confirm that all that needs to be changed to make code run with the SD installed is to change the linker to link to 0x1C000 instead of 0x00000 ?
To test, I...
I am playing with nrf51 DK. I used the following sample code,
devzone.nordicsemi.com/.../
ble_app_template_with_pstorage_SDK_8_1_0.zip
I want to pstorage clear/store...
I'm having an issue with secure BLE pairing, and once the problem shows up, it will not go away until I reprogram the SoftDevice. It persists through resets, so it must be...
I am currently using the nrf52 device for an application where when user's of my devices come close to one another, they automatically start sharing state information. There...
Hello all,
I currently have a test rig with 3 sensors, each with their own pin and interrupt they are supposed to carry out. Whichever two I put first in my gpiote_init...
Dear all,
I'm using SDk130 and the Software is based on the ble_app_uart_c example.
Now I want to scan the advertising data from a peripheral (device name, peer address...
Hi all,
Will the Gazell protocol be available on the nRF52, or should I stick to an nRF51?
Also for a new product, is it better to use Gazell than ESB?
Thanks!
I am new to android studio. I downloaded git hup zip folder and also dfu folder. I unziped both in a same folder.
I opened the extracted folder using android studio. But...
Am using NRF52,S132 softdevice
devzone.nordicsemi.com/.../
I took the answer by Ole in the above question as my reference . According to this once I stop advertising...