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...
i have a custom board with an nrf52840, i use a J-link programmer to flash the chip with the nrf connector programmer app.
I am able to read the memory and erase the chip...
Hello fellow bit jugglers!
We are developing an application for a nRF52805 on a nRF52-DK board, using NCS.
NCS version: 1.5.1
Zephyr version: 2.4.99
BLE controller...
Hi,
I want to run the Thread MQTT-SN Publisher and Subscriber example using the nrf52840 DK and the nrf52840 Dongle I have on hand.
I was able to sucessfully build and...
Hi, I'm trying to use BLE/Thread Multiprotocol for BLE RSSI scanning and send values using Thread, is it possible to use BLE and Thread(FTD) concurrently with out time-slice...
Hi all, Using SDK 17.0.2, on a Laird BL653. I've been messing with creating variable PWM sequences and found an issue where a 100%->0% duty cycle transition does not occur...
I once used nRF Sniffer with my nRF51822 module. I see that everything has updated since - Wireshark, Sniffer plugin (now is Python 3.4+), Sniffer firmware. As I can see,...
Hi all, i don't have any issues I am just now using the nRF Connect power profiler after a ~4 month break. WOW, the major update is absolutely phenomenal. The graph is very...
Dear Nordic DevZone community,
we modified the LwM2M client example to fit our application in a LTE-M network. Now we are trying to get GPS to work while still being able...
Hi.
I'm using nrf52832 with SDK-17, and the ESB example (esb_tx and esb_rx)
I'm not much experience in nrf development recently I have a project related to ESB to transmit...
Hello,
In nRF52832, we use nRF Connect to read the board, save the program data into a hex file, and send the file to other developers. They can use nRF Connect to write...
I am using sniffer v3.1. I have installed the sniffer code on a nRF52840 dongle (PCA100059). When I insert this into the PC with windows 8.1 it appears as "nRF Sniffer for...
Hello,
In our product, the nRF9160 is configured to use LTE CAT-M1 and we are measuring the signal quality thorugh the AT+CESQ command.
After begin registered on the...
Hi: I have write a spi slave, and write a spi master on STM32, It can receive data from STM32,But I have no time to prepare the response data.
as the code below, I can receive...
I checked the SPI communication using the NRF52832 development board.
Based on the firmware of the previously developed NRF52810 product, the SPI operation code is applied...