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,
my product now is base on the nrf5340, I want to set the USB's serialnumber same as the ble mac address.
when I use the nrf52840, I can set it as follows simply. ...
Dear all,
My objective is to have an external MCU send data to an nrf52840 via UART and directly send this data via BLE to another nrf52840. I started from the ble_app_uart_c...
Hi,
I am developing an ANT TX application using the nRF52832 and SoftDevice S332. Things seems to be working well ... but I need one clarification As per the ANT example...
I am running the NRF52832 (BMD-300 module) and I'm trying to talk to battery over SMBus.
SMBus is compatible with devices up to 100 KHz.
I was wondering if there was a...
Hi,
nRF5340_PS_v1.0.pdf has multiple PIDR2 values to denote engineering versions of the chip. This seems to have been removed in subsequent product specifications, and now...
Hello, I tried to use pin_change_example in SDK to catch Interrupts (at first line) but I'm missing lots of them.
How can I catch all the interrupt events without delay...
Hi all.
My product locks up after a certain amount of time. To resolve this, i need to debug it. Since it's a makefile project, i need to convert it to SES.
The project...
I have the sparkfun NRF9160 thing plus, and using the NRF Connect SDK v1.8.0 in visual studio code I can load programs like Blinky and hello world and everything works great...
I have been working and studying how zigbee protocol works, I start with coordinator, light bulb and light switch. it was fun example. However now I want to send the reading...
hi,
When I add the program inside the hrs saadc is found fatal error, DEBUG found the program stopped here
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
error_code =...
Hi
I am having some issues with running QSPI on the nRF5340DK board. After I disabled the QSPI, I found the board still having a high current consumption of 700 uA.
Although...
Hello,
We use SEGGER_RTT_ReadNoLock() in our code, and this works perfectly. Our nRF is connected to a DK, which is connected to a computer.
However, when we compile with...
Good Saturday evening,
Up until now I’ve been accessing the registers directly in my Nano 33 BLEs to experiment with Timers, GPIOTE and PPI, all via the Arduino development...
Hello,
We're building zigbee devices around the nRF5340 with the nRF SDK/zboss/zephyr. I'm working on custom boards and have based my 802154 code around the samples in nrf...