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'm using nRF5 SDK v. 14.0.0. I'm trying to pass a context pointer to the NRF_SDH_BLE_OBSERVER macro, but am running into compilation errors. I want to do something...
Hi,
I'm building a project with nRF52832 dev kit and the SHT10 temperature and humidity sensor, I'm searching for a library/example project of this sensor and the nRF52...
I'm planning to make a custom board using Thing52, following the reference desing. I have some questions (1) Can I use nRF52840 instead of nRF52832? (2) Do you provide an...
To reduce power consumption during sleep I have to completely disable the UARTE0. This is done before sleeping by :
NRF_UARTE0->TASKS_STOPRX = 1; NRF_UARTE0->ENABLE = UARTE_ENABLE_ENABLE_Disabled...
We are using Bluetooth Developer Studio along with Nordic's code generator plugin (Nordic Semiconductor nRF5 1.3.0 SDK 14.0) for our project.
We've made a couple of improvements...
Hi!
I got an error while compiling the proxy client example in BLE Mesh SDK V 2.0.0 as The object file build/light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0_Debug/obj...
HI al
I have a bicycle computer (A) host (SDK 12.1 51822QFAC S130-V2.0.1) and a slave device (B) for measuring bike speed and cadence (using 2032 batteries). 1. When the...
Hi, I was recently asking about OPUS - https://devzone.nordicsemi.com/f/nordic-q-a/32875/how-compile-opus/128181#128181 . Now I am able to run encode on audio data and decode...
Hi
We have a nrf51 dongle for use in a school prosject When the nrf51 dongle is connected to the USB slot in a computer it boots fine without holding the button when powering...
On the Getting Started page, I do not see the USB described in Step 7. I do not see any device. The LEDs flash and the buttons light up LEDs 1-4 as described.
Thanks
Hi,
I'm using nrf_serial 'object' in order to communicate nRF52832 with an external device.
As I work in non-blocking mode I need to verify if there's available space...
Hi,
We are migrating SoftDevice 5.0 -> 6.0.0-6 alpha on sdk 14.2 (s132->s140) in order to be able to evaluate long range. During the migration we stumbled across some problems...
hi all,
I have an issue with hardware in the circuit, which is designed by my self. The PCB has designed a customized
condition:
I have erased full memory and measure...
we want to support the serial bootloader with SDK13, but find that the example is Experimental: Serial Secure DFU Bootloader, can we use it stably? the SDK14/15 don't Experimental...