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...
SD140
nrf52833, custom application based BLE Central Uart Project.
We would like to try the UART DMA functions available in Soft DEvice, s140_nrf52_7.2.0.
I have not...
I am trying to get I2S communication up and running but am unable to produce a signal on my SDOUT pin. MCLK, LRCLK and SCLK work as intended but trying to send any data does...
Hi! I've recently received my Thingy:91 and wanted to get it up and running. I followed your video ( https://www.youtube.com/watch?v=xQ7hDzRULJQ ), although did not see the...
Hi,
I am testing direct advertising with two nRF52-DK. One performs a direct advertising and the other scans for the directed adverts. Unfortunately, the scanning device...
The NRF52840 specifies a 20%, 10uH inductor for the integrated DCDC convertor. Why is the inductor value so large? This switcher runs at 8MHz, which usually means something...
I have been tasked to use out-of-band authentication for the nRF5340 using the NRF Connect SDK (Zephyr based). Is this feature supported within the SDK. Is there an example...
HI
I use SDK 17.0.0 in NRF52833.I test uart by example project ,the dir is \examples\peripheral\uart\pca10100\blank\arm5_no_packs .
Modify the baud to 921600 ,and send...
Hello,
I am attempting to update a custom C# application that is utilizing the NRFJPROG dll. We are hoping to add compatibility for multiple programmers connected to the...
I used ble_app_hrs Demo to test bonding. However, I have been unable to bpnd successfully. I'll give you my bonding parameters.
#define SEC_PARAM_BOND 1
#define SEC_PARAM_MITM...
Hi,
When I increased FDS virtual pages to 50 pages and after download to device, and then used Programmer to read flash to get the images shows more longer than before,...
Hello,
I am a beginner in Zephyr, I am using the nRF 52840 DK board and I want to connect the HX711 module I have implemented nrfx_timer to make it possible to give pulse...
Hi,
I working on nrf52840 DK with nrf5 SDK17.
I tried to find out the power consumption of the peripheral(TWI/SPI) from the nrf52840 PS v1.7 document but it is not mentioned...
Hi,
I have combined a couple of examples in order to achieve the following on a custom nRF52810 board:
Count the number of pulses on a pin (using TIMER1)
Read the...
Hi, I am using P822601 board (with nRF9160 chip). Sample project "Serial lte modem" (SDK 1.8). Faced a problem related to the inability to connect to the MQTT broker when...