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, recently I want to establish a connection between two development boards (STM32F103 + nRF52840-DK), that the STM32f103 board can create the data and send it to the nRF52840...
Hello, I have a project running on a PCA10040 board, using softdevice 132 (0x9D, v5.0), ble and serial port for data transfer.
I want to migrate this project from this...
I am trying to use the UART for a custom version of the DFU. I have it transmitting no problem, but I never get the RX_DONE event. I cannot see any reason and I have looked...
Hello,
I have a question because there is a problem with writing code using timer.
I wrote the following code to avoid using the LED timer when I first ran it.
However...
Hello Please help. I want to connect ble central to a specific address. And the ble peripheral has a ble central address, that can connect to it. 1. Is a whitelist used on...
hi,all
i am a new learner about the BLE
when i use softdevice 17.0.2 to run the example (anyone) ,there is no problem.
then I want to use the SDK12.3.0 to run a formal...
hi
I am using nRF52832 and mesh sdk V4.2
I have modified the light switch example in order to send 1 byte of data instead of the on-off commands. in the server side I...
Hi,
I have a problem with coap response. I use iot coap library.
Client send nonconfirmable coap message with payload to broadcast addr
Server get payload and send nonconfirmable...
I am getting the Following error after connecting the JLink
I followed the following procedure
What am I doing wrong? DO I need to install anything else?
Hey All,
I ran into an issue on the nRF Connect SDK trying to get a nRF52840 advertising using CODED PHY. I figure it's not fully implemented yet are there any updates on...
I advertise as
BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED
This posts suggests I may have not really disabled...
I am using an NRF53 DK board with nRFConnect/Zephyr 1.3.0. I need to define the UART pins I will use in a .overlay file but I would like to NOT define any flow control pins...
Hey
I am working on nRF51822 SDK12, S130
I have encountered a problem when connecting and disconnecting from the device at a fast rate, occasionally comes an event in...
Hello,
We integrated latest released version of "pc-ble-driver.py" & "nrfutil" in our custom linux os running on ARM 32bit based custom board (B1).
pc_ble_driver_py :...
Hello,
Our design uses Laird's BL652, which uses nRF52832. I need to calculate the maximum clock drift of timers given the crystals used in our design. Our application uses...