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 used sdk 1.4.0 with nrf9160, I used UART2 to comunicate with another mcu. I run fine and no problem.
Today, I update to SDK 1.6.0, I edited UART2 ( in device tree...
The RTC irq_handler of the latest nRF5 SDK may cause potential problems.
Imagine someone trying to extend the RTC timer from 24bit to 32bit, the developer has to keep an...
Hi All,
The version of Wireshark I used is 3.4.0.
The version of Python I used is 3.6.7.
Packet capture device uses nrf52840 chip.
After installing Wirkshark and related...
I'm working on nrf5340 DK and I wanted to use a mic for sound detection. To do so I installed the X-nucleo-IKS02A1 shield on my board because I have seen that it is compatible...
Hi - I'm using a nRF52840 DK for the first time with my 2010 MacBook pro running OSX Sierra version 10.12.6. I have SEGGER Embedded Studio for ARM 4.12 installed and Segger...
Sometimes, the output of the NRF_LOG commands does not make it to the RTT viewer.
The output of such commands as NRF_LOG_INFO() and NRF_LOG_DEBUG() and NRF_LOG_HEXDUMP_DEBUG...
I design with reference to the evaluation board (nRF9160-DK). What kind of resistor (R4) is used for the input circuit of the GPS antenna? The manufacturer and part number...
Hello,
In the past months, I'm being developing Zigbee Routers-based applications and so far everything is going well.
I've already a few devices installed without OTA...
Hi, looks like I brick my nRF52840-DK board.
It have no any green lights anymore and even do not detected as USB device. The second device I have works well in the same...
Is Thread in nRF Connect SDK developed based on Zephyr RTOS?Do I need to learn Zephyr RTOS to develop Thread using nRF Connect SDK? I just started learning Thread。
Hi,
I am currently evaluating BLE long range feature for one of the our product. for this, using two nRF52840 dongle PCA10059. One used for peripheral and another for central...
Using Zephyr, I'm looking to configure the BLE name of my devices to use the serial number they are provisioned with.
To this end there is the API "bt_set_name" that seems...
Hi,
I have a firmware which need to transit to System-OFF under certain conditions. The startup code of the firmware enables the watchdog timer, which can't be disable...
Hi.
i see that ther are democode in zephyr that use the can shield DFRobot CAN bus V2.0
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.1/zephyr/samples/drivers...