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 every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hello,
I have done the setup of Lsm5dsl with Nrf52832 DK board but I little bit confused about what hardware configuration is there so please guide me.
This is Code...
Hello Nordic great team,
We have a question please, we would like to configure our IOT device through the air, and the best way as we see in our use case, is to use the...
Hi there,
I tried to configure the openthread co-processor radio.
The build went well for my nRF52840 dongle, I managed to generate the RCP package image but when I install...
Hi!
I'm working with the nRF52833 in a Laird dev kit, the bl653_dvk and I cannot build a Hello World with mcuboot application in nrf sdk 1.7.0 or greater.
Although in...
Added the below lines to the peripheral_hr and I could see the logs without any trouble.
Same lines added to the central_and_peripheral_hr and I can see anything. What I...
Does someone have experience driving several slaves on a QSPI bus? Can we use a general IO pin for Chip Select (CS)? [Edtit] (I believe the nCS - QSPI pin described in the...
Hi,
I am trying to filter an iBeacon sample using a modified version of the central_hr_code.
Changes on the central_hr_code:
Added 128-bit UUID definition:
Added...
Hi,
I am developing a health wearable and want to store biosignal data into flash and then read at some point. I found that the reading process is relative slow as I tested...
Hi,ALL:
I use esb 2.4G liberary,and I found the same kind of produc build of nrf52840,it's radio current consumption is 1.2mA-1.3mA,how can it do it? My project is build...
Hi,
I have 2 nrf52840 DK boards advertising on coded PHY mode. Once connected the connection is updated (using sd_ble_gap_phy_update()) to use 2M mode. No problem in doing...
Hello! I add an attribute array (0x48) for the user cluster. Having problems using the "array" attribute:
1. If you select the data type of 16 or 32 bits, then an alignment...
I have some questions on using the nrfutil dfu ble with the buttonless example.
Should both devices (central and peripheral) be already bonded before starting the DFU process...
Hello,
Using NCS 1.6.1, I would like to use the radio from within a timeslot as suggested in the documentation . However, the MPSL/timeslot sample is quite sparce and only...
Hi,
It's been a few months since I've been developing a new project using the nrf52832. One of the main features is naturally the OTA DFU. During the last months I was able...
Hello,
I noticed that slighly incresed amount of printk output in the B0 bootloader leads to the corrupted debug output.
1st case - I added two printk lines starting with...