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 having an issue with the RinBuf library - I am accepting packets from SPI, buffering them in a ringbuf until I can send onwards via BLE. The specific issue I am...
Hey all I'm having [another] issue I just can't seem to crack. I think this is just down to me not understanding exactly how this works. I'm trying to trigger an event, or...
Hello,
are there any plans to switch the license to GPL-2.0 or any similar license?
As I have multiple chip vendors (including nordic) on my board commercial wise I can...
Hello,
I have designed my own PCB with nrf52832 chip on it. I program the chip using the Nordic development kit with PCA10040 programmer. I need to check the values of some...
I am working on the nRF 52832.
I am using the softdevice s132nrf52611 and SDK 15.
We are trying to develop a beacon whose major and minor values can be configured on a...
Greetings,
I see this link for the Profile Subsystem covering many of the standard GATT profiles.
Do you have a QDID for any of the other profiles & services, specifically...
Hi,
I am using SDK11.
I have looked into scheduler tutorials Tutorial scheduler and looked into the section of "Using the scheduler with the Application Timer", However...
What is the current best practice? I am using Segger Embedded Studio v4.12 for programming a Nordic 51822 application (SDK 12.3) and need to configure the section placement...
Dear Nordic,
Is it possible to encrypt BLE advertising data? how encrypt this advertising data packet and also decrypt the packet.
i want to encrypt my BLE advertising...
I'm using the "ble_app_uart" example from "nRF5_SDK_15.2.0_9412b96". I would like to enable the sending of logs to the serial port (Virtual com), like "printf ()".
The code...
I'm trying to do a low power sleep of 1s directly after a device reset, i.e. in Reset_Handler().
During this stage, my application does not allow any interrupts.
So my...
Hello DevZone community!
I'm having trouble debugging more than one board at the same time in a Linux development environment.
For a single board, I can debug either...
hello, i am using nrf52 dk .I was testing example twi scanner.I want to read slave address.So i am using twi scanner example but i got error message as follow:
TWI:INFO...
Hi, I'm new here and I use nRF52832 (pca10040), I was wondering if it is possible to change a function in C / C ++ language during the runtime, that is, my idea is whenever...