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,
on SDK16, with nrd52dk, with android phone, standard ble_app_uart example works fine with nRF Toolbox. But when I disconnect from nrf52dk, the chip still thinks the...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I changed the device name while not connected.
but, The...
Hello,
I am trying to follow the tutorial SDK UART coexistence example , but it seems like the last step cannot be completed. As you can see, that .hex file does not exist...
I am working on a low power peripheral project (similar to the Nordic blePeripheral/uart example). I'm going to be using an nRF52805 with SDK 17 and s112. I found the Apple...
Dear all,
I have tried my best to find answers in questions posted previously but I still have a few questions that I would like to clear up. I will keep it concise. Thank...
I want to configure the UART1 (not the UART0), and I want to know if there have some examples that introducing the UART configuration by directing accessing the register....
Does Nordic have programming for the nRF52840 that enables both 802.15.4 and BLE, so the board can both become part of an 802.15.4 network and pair with a mobile device like...
Hi All,
i played with the /examples/dfu/secure_bootloader/pca10056_S140_ble_debug.
The application works fine so far.
I do have the following questions.
Is it...
Hi,
I am running into some problems with libuarte. I have two nRF52840-DKs talking to each other over UART. My setup is not ordinary however. The hardware configuration...
Hello -
We are developing a product for the nRF52840 using SDK v17.0.2 and FreeRTOS. Our application uses the RTC configured by FreeRTOS to implement a System ON sleep...
While installing the itsybitsy NRF52840 board from Adafruit in the Arduino IDE, I encountered the following error:
"Tool nrfjprog is not available for your operating system...
I can't get a button to work on a custom board; but same firmware HEX file on a different board works fine.
Using nRF5 SDK 17.0.2, SoftDevice S132 v7.2.0.
using a custom_board...
Hi,
I'm using an nRF52840 and I need to implement a driver in c for an external chip. The c driver is written, and I only need to add specific functions regarding the SPI...
I can't see the answer, so I will write it again.
hello.
nrf24l01p(ptx), nrf51822(prx)
nrf24l01p set
TX_ADDR = 0xA5B300
EN_AA = 0
EN_RXADDR = 1
SETUP_AW =...