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...
Can I UART/SPI/I2C on any pin of NRF52832?
- Can I UART/SPI/I2C on any pin of NRF52832 which is mentioned general-purpose I/O pin ?
- Is there any limit on how...
Hi,
Actually we are searching for a chip which has more than one UART channel for communication.
Can we define more than one UART channel with GPIO configuration? Is it...
Hello, I am currently using the TWI in non-blocking mode, however I frequently run into the issue where the code gets stuck on nrf_drv_twi_tx. function at the return result...
Hello,
i have created custom BLE service/characteristic using this ling https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
So, here i am able to transmitting...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Dear Support
I try to use Watchdog on nRF9160 DK.
I found the sample ..\v1.5.1\zephyr\samples\drivers\watchdog
From there I add to my prj.conf
CONFIG_WATCHDOG=y CONFIG_WDT_LOG_LEVEL_DBG...
Hi,
I wanted nRF5340 capable of reporting the VDD under-voltage event causing a pin reset through a dedicated voltage monitoring IC. For this reason I put a Flip-Flop for...
I am currently experimenting with moving my request for PSM mode into the "lte_lc_init" routine so that it is configured before the modem is moved to Normal mode.
With...
Hi!
I have previously tested connecting the nRF9160-DK to an external MCU to act as an Serial LTE Modem as per the application description. And it worked
fine. Since then...
Hello.
I use nrf9160 and download ota with aws.
After my board download successfull and return event FOTA_DOWNLOAD_EVT_FINISHED, I do system(0) to reboot.
But it can...
Hello,
what is the raw frame to get a good NRF Temperature Service UUID BLE ?
I didn't get custom data (temperature), just the service uuid 0x1809
Here is my raw frame...
Hi
Since a recent Android security update, I am experiencing issues with my 'Just Works' device based on NRF52832. Prior to this Android update, once paired, I would receive...
I am trying to connect ,disconnect and connect using nRF dev kit with one of the BLE product. (using PC-BLE-DRIVER-PY)
Steps:
1) Open driver connection:
self ...