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 am new to the SAADC concept in nrf52. I have to measure the battery voltage using SAADC over ANI0 pin. I using battery with voltage 4.1 volt.
This voltage is divided...
Hi nordic,
In our project we are using pairing and bonding process. the first pairing with the iphone was successful, I delete the NRF52832 pairing infomation,iphone pairing...
Hello ...
Our product (nRF52810, SDK 15.3.0, SD 112 6.1.1) allows the user to change the device name, which typically happens once when new product is received. Our app...
I am running the ADC demo for the 52833-DK (pca10100) and can’t seem to get any valid readings. SDK 16.0: examples\peripheral\saadc
I am applying 1.5V to AIN0 on P8 and...
Hi, I am developing something using Zephyr on a nRF52840-DK as one Bluetooth mesh node and a Thingy as the other. To program the Thingy, I have it connected the Thingy to...
Hello -
I am trying to run the USB CDC ACM example on macOS 10.12.6. Following the instructions in the example app, I should see a virtual COM port as /dev/ttyACMx when...
Hello,
I am doing some testing on the nrf52832 DK using the mesh light switch example, i am sending ACK messages, i would like to log the time it takes the message to reach...
Hi,
What is the proper way to set "real time" in nRF9160 with nRF Connect SDK?
I want the function time() from the file time.h to return the correct time.
I know that...
I am using SDK15.3.0 and softdevice 6.1.1 on a nrf52DK.
I have a binary (compiled contiki application) that works when I flash it using nRF Connect. It is flashed from address...
Hi,
I have a PCA10040 board (nRF52-DK) which has a P20 debug out interface. I've got another nRF52832 breakout board which has VCC/SWIO/SWCLK/GND wires for debug/programming...
Hey,
I configured one device as low power node in mesh network.
With the button press interrupt low power node wakes up and perform some operation (publish BLE message...
Dear Nordic
I am using SDK14.2, I cannot pint info . SDK periphral uart and serial can't print also
nus example jlinkrtt print as below:
<00> warning> nrf_sdh_ble: RAM...
Hi,
I am using pc-ble-driver version 4.1.1 with the SD version 6.1.1.
I want to configure the TX power for the NRF52 USB dongle.
Do you have a code example for configuring...
Now I can build & download nRF52840 SDK example with Eclipse.
But Eclipse indexer(F3 key) can not recognize include folder.
So I added every include folder to .cproject...
I'm having a advertising device and then I want to stop advertising and prevent BLE connection from device that would have received the advertisement. It seems to work by...