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,
I am using App Timer for measuring time and at the same time while loop to check if the timer reached particular time.
I have noticed during while loop App Timer...
Hi,
I'm using bootloader from SDK v7.2 When the application jumps to the bootloader (through NVIC_SystemReset), the call sd_softdevice_vector_table_base_set returns SVC_HANDLER_MISSING...
components/toolchain/gcc/*.S should be *.s
components/toolchain/CMSIS/Include is now named ...cmsis/include.
On Windows OS, this might not matter, but on Linux and...
I know that I am supposed to use an IRK for bonding with devices like iPhones, how do I actually add it to a whitelist and resolve it?
I am using SDK 10 and softdevice...
Hi,
I have around 15 characteristics(my code is similar to ble_uart) - 14 of them with read and notify properties and one with notify, read and write properties.
With...
Hello,
I would like to return a specific error when a device connects to my NRF52 (by bluetooth) when for example the range of mac address is wrong to me... (or something...
Dear Folks,
I have a question regarding the supply rise time of the nRF52-Series.
According to the Product Specification Chapter 6 Table 8 the Supply rise time (0 V...
Hi, I encountered some problem using the S132v3.
With the s132 v3 and sdk12, I want to extend the ble transfer size.
Now I can change the att_mtu to 100, and iphone...
Hi all!
I recently ordered BLE tag with nrf51822 QFAB chips.
When I read back the memory content (with mem8 jlink command) I manage to read up to the address 24A60 which...
The task I am working on is sending a list of records from an nRF52832 chip to a central. Before sending the records, the total number of them should be sent, so the central...
Hello. I'd like to know. Can I trust to opportunite to firmware my controller (nrf52832) over the air. I mean is there any chance do not be able to do it, for example if last...
I'm using a module that has nRF24L01 mounted.
When I transmit to many PRXs, using the same frequency and channel, I expect to receive
many ACK signal at the same time.
...
I'm using nRF24L01 in a star network and i want to disable ACK.
I write the ACTIVATE command followed by 0x73, then a write to register FEATURE the value 0x01.
In this way...
I am trying to follow the tutorial given on this page:
devzone.nordicsemi.com/.../
However, my eclipse project does not build and created following log
13:55:03 ...