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 want to dump lengthy log data out through an RTT connection if the JLink is connected but NOT spend that time if there's no physical RTT channel present. The idea is that...
1.Customers need to use nrf52833 for design and production in this package: WLCSP package, 3.175 x 3.175 mm
2.I noticed the description in this manual:nAN-38 WLCSP Handling...
At present, the SMS is sent normally. The format of nrf9160 is 7bit, and can send a maximum of 160 characters. However, how to send it in packages if the content exceeds 160...
We are looking for a Bluetooth 5.1 indoor positioning solution at precision around 1m.
Could you help figure out which platform/reference design is capable of implementing...
Hi,
I have configured the MQTT simple sample from nordic to send data to our broker, this works just fine at the moment.
I would like to send Json formated data to the...
Hi all,
I was playing around with radio and trying to create interupts for the event_end flag and i've now messed up completely and even without the code i added the chip...
I am working with the PWM driver to drive a stepper motor and I have a couple of doubts about when all the events are generated. My doubts are related to events:
NRF_PWM_EVENT_SEQEND0...
Hi,
I try to implement a disconnection after wrote a characteristic parameter. This byte change the working mode of my systeme.
So user connect, write the field to change...
Hi everyone,
I'm working on a BLE application using nRF52840. This application actually run with nRF SDK15 and we need to upgrade it to SDK16.
I followed Migration guide...
Hi,
We currently have a project that uses nRF52832 in audio. There are currently two questions that need to be confirmed.
first question:
Because other chips on the...
Hi,
The Ai0, and Ai1 inputs can be used as voltage references for COMP feature. Is there a way to use input Ai0/Ai1 as reference voltage for SAADC?
Thanks in advance...
Hello! I need to migrate the loader project from SDK15.3 to 16.0. The SES project parameters are as follows: FLASH_PH_START = 0x0 FLASH_PH_SIZE = 0x80000 RAM_PH_START = 0x20000000...
On a custom board based on nrf52840.
We want to write data on a SD CARD every XX seconds.
We implement this by changig the state of a state_machine at every wakeup from...
Hello, I am working on an application which is freeRTOS based, now I wanted to integrate Glucose sensor app which supports secure connection and bonding. In
ble_evt_handler...