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...
Hi,
I am completly new in nrf52, nrf-connect and zephyr environment.
I need to configure pwm channels that wont be used to drive led...
Most of thing is undestand for...
Sending a PSK like:
AT%CMNG=0,42,3,"1r0nm@n"
should result in failure, as that is not a valid hex string (as documented in nRF91 AT Commands). Currently this results in...
Hello,
I am trying to run the CCS881 sensor sample in my nrf9160 board. I have made changes to my project config file and main.c file as mentioned in
https://devzone...
I need to compare two ble_date_time_t structs to figure out if one is later than the other. So basically I need to check if rtc_datetime > expiration_datetime. Both rtc_datetime...
I plan on writing my own service (similar to NUS) but prior to that, I'd want to use all the existing APIs for initializing the GATT and BLE stack at least
I'm calling the...
Hi Team,
i have trying to create multiple serial port with debug log enabled in the sdk code sample but when i am going to init log_init a long with any UART / SERIAL...
HI
I still try to reconfigure my Zaphyr testing environment to NRF Unity/CMock but I've encountered more issues.
1. __syscall mocking
Is there any reason to exclude...
Hello there,
I'm trying to interface msp430 (master) with nrf51882 (slave) through SPI. I'm running soft device 110 to broadcast the received data from SPI through BLE...
Is there comprehensive documentation on DFU, mcuboot, and zephyr somewhere? I have an nrf52840-based device running a Zephyr 2.4-based application with mcuboot 1.7 as a bootloader...
Hi, I am trying to interface Max31865 with NRF52832 via SPI communication. My module RTD pt100 working fine with Arduino but I am getting unchanged wrong value while programming...
Hi there,
I have used the nrf2724 (radio module) as a prototyping platform. I am able to flash my personal program to the nrf24le1 on the nrf2724 and it functions properly...
Hello!
I'd like to briefly introduce what I'm attempting to do: I'm trying to flash some samples from the Zephyr project into a custom board. The custom board is based on...
Hi,
I tried to update DFU keys via update on SDK-4.1 and I didin't to do it. Its possible to change DFU keys via upgrade. I did this process on SDK-2 and there was no validation...
We are looking to get started evaluating the nRF5340 with the DK on Windows 10, but our User directories all have spaces in them (they default to our names and are not changeable...
Hi
I want to use nrfutil as a command line tool on a Raspberry Pi 4 box.
Out of the box, I could not install nrfutil (missing drivers?) compatible with Python3 so I tried...