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 am using nrf52832 with our customized board and i am trying to send 427 characters string at a time using lbs service but it only accepts 200 characters in single...
Hi! I've got over 2000 smartwatches out in the field that are using the nRF52840. The hardware designers thought it was a great idea to expose the SWD pins along with the...
Hi experienced people
I try to initialize twi on pin 44 and 45.
ret_code_t err_code; const nrf_drv_twi_config_t twi_config_top = { .scl = 45, .sda = 44, .frequency = NRF_DRV_TWI_FREQ_100K...
Is there an easy way to get the manufacturing data from an advertisement packet in the 17.1.0 SDK?
I also struggled with extracting the rssi value and ended up using:
...
I'm using nrfx_saadc V2 in nRF5 SDK 17.0.2. In nrfx_saadc_abort nrf_saadc_task_trigger(NRF_SAADC_TASK_STOP); is called regardless of if the ADC is currently running. If the...
Hi!
We're using the nRF52810 chip, so we have a very limited amount of flash memory. We're looking at every opportunity to save some space. We currently run with a modified...
I've got the USB CDC ACM example up and running. I'd like to do something similar on the nrf52840 Dongle but rather than using a UART for the CLI, I'd like to use a second...
hi support team,
customer has one question about USB device to restart manually, because customer need to change the HID descriptor for some reason.
i tried on usb uninit...
I need your help to design the radio matching network on device nRF52805.
Here the reference design: infocenter.nordicsemi.com/index.jsp In this reference design L1, L2...
Hi Nordic Team,
My dev environment is as follows:
nRF58232+ ses+ sdk17.0+ softdevice 132
We are using BLE Chip on custom board
When we flash precompiled hex file...
Im working with nrf52833dk to implement USB mass storage using the flash to write into txt file.
main.c code is:
when flash and plug the usb the file storage apeare...
Hello!
My name is Carolina and i am working in my thesis with a multinacional enterprise in Aveiro University The objective is to develop a system like a security system...
Hi Team,
I am not sure nrf52840 chips if they must connect ants so that they can broadcast?
Because I do see the ant on the nrf52840 DKs.
Could you help me?
With...