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 was wondering if there was an updated example for using the Flash Manager correctly with SDK for Mesh v3.1.0?
Some info about my setup:
Up until now I have been...
I am bringing up a breakout board for an nRF52832 module (MDBT42Q) and can not get a response from the module. The breakout board has very little circuitry, mostly fanout...
The AES tests for the CC310 cryptocell backend seem to only use the 128 bit key length.
While ECDF seems to support bigger key sizes (192, 256) AES does not.
Is this a...
I can update firmware in my nRF52 nodes using DFU where on the other end I have Android phone or nRF Connect (PC/Windows)+PCA10040. Everything works fine. But in my application...
Hi,
I read so many articles but just can't find the correct way to add twi support to the ble_app_hrs_feertos app in the latest SDK15.
This what did:
- Copied 3 lines...
Hello
I am adapting some code that was used with a previous SDK (SDK 14 or earlier) to use with SDK 15.2.
The function 'ble_nus_string_send' is not included in the new...
Hi support team,
I am porting an ESB application from nRF51822 to nRF52832.
I have configured (for backwards compatibility) the radio at NRF_ESB_BITRATE_250KBPS and it...
Hello, this is Kwonjoon Lee from Korea. I would like to ask about building problem of connectivity HEX file of pc-ble-driver (C/C++).
Actually, installation of the pc-ble...
SDK - nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac
Segger embedeed studio
Linux Ubuntu 18.04
I try use the thread_simple_coap_client example from SDK. I need to use...
hi,
We are using nordic nRF52832 in our project as per our requirement we have to implement sleep and wake up mode with the help of button interrupt. our use case is that...
Hi
I'm at the early stages of evaluating the nRF52840 and have some questions
1. The web site lists Segger Studio and nRF Connect as choices for development.
What are...
Hi,
in the last year, many of us had a lot of troubles creating a simple mesh app relaying a short byte array(10 characters or less) over Mesh, from a client to a server...
Looking for a freelancer to code firmware for our project which will use data from a MEMS and a load cell, initially testing (if possible) with a nRF52 development kit.
...
The SDK 15.2.0 release notes state:
Changed the default interrupt priority level for the peripherals from 7 to 6. This is done to be aligned with the priority of the SWI...
Hi,
when I am not in a connection, I want to call sd_ble_gatts_value_get() and sd_ble_gatts_value_set(). Both require a connection handle.
For the sd_ble_gatts_value_get...