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 everyone,
I am working on a project, currently developing on the nrf9160-dk board. And I want to enable AWS and AGPS together in my project. And once I've enabled them...
Hi.
I modified the fstorage example to create the project.
I split Flash into three areas as shown below.
*Flash Area(0x26000 ~ 0x2ffff) : Bootloader
*Flash Area(0x30000...
Hello Nordic team,
We are making our own custom project, and we are facing problems in implementing lower power modes.
Reading from the info center, when the DK Board...
When initializing two channels, enter scan mode。After the two channels are converted, the callback function will be entered,Read conversion results。However, the requirements...
Hello
I am following a beginners tutorial on youtube and trying to implement simplest possible example of reading an analog value.
I want to use the nrfx library to do...
Hello,
I am working on a project where I am using 8 ADC channels on the nRF52832. When I run the code the device seems to get ADC values that look correct. But, if I pause...
I have an out-of-tree driver. It has an I2C that is working but also GPIO that are only working with compatible = "gpio-leds" but not with the driver compatible = "st,vl53lx...
On the nRF52840 there were many pins specified as "low frequency I/O only." Does the nRF53 have this same restriction? I don't see mention of these pins in the nRF53 datasheet...
Hello, I am working on application with nRF52833. What is max load current of internal LDO between VDDH - VDD? VDDH is 5V (USB) and VDD is 3.3V. There isn't anything about...
Hi
I am not busy developing an new product with nRF52840.
I want to use the BLE functionality and started with the ble_app_hrs sample application.
I download the pca10056...
Hi everybody,
I am trying install and set up Wireshark, i am in this step:
this is my output:
I think trhe problem is because of pyserial isn't detected, i have...
Hi,
I purchased a BLE dongle with your 3rd party HolyIoT: mini Holyiot-nRF52840-USB-Dongle. It is recognised on Nordic Connect, but not Nordic Programmer (Err msg: DFU trigger...
Dear devzone-team,
could you please tell me where the yaml files (like thingy91_nrf9160_ns.yaml) in the board folders are used?
I could not find a tool which evaluates...
I cannot get my solution to send data through the serial port.
I use the serial application to work on the instance 1.
static void sleep_handler(void) { __WFE(); __SEV...