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 All,
I'm working with SDK 12.3.0 and an nrf52832. I currently have 3 characteristics in my custom service. They are 17, 11, and 6 bytes long and are used to send sensor...
I didn't find any documentation on how to program nRF52 (specifically, nRF52832, nRF52810) using Keil uLink instead of SeggerJLink .
(specifically, I am using a ULINKplus...
Hi All,
I'm having issues saving large logs on Android (Pixel 2) with the nRF Connect or Logger app.
In the nRF Connect app, it gives me an error that the file is too...
Hi,
I work with a ship nrf52832.
I try to realise a communication beetween an UART sensor and the ship.
When i send my command ( app_uart_put) , i use nrf_delay_ms fonction...
I am running the app_beacon example for the nrf52810 at an advertising interval of 5000 ms and am getting a current draw of 300 uA.
I have the DC DC enabled, and am only...
Hi,
I have a compile problem in esb_ptx of SDK 11.0.0.
When I add a esb command "nrf_esb_rf_channel_get()" in nRF5_SDK_11.0.0_89a8197\examples\proprietary_rf\esb_ptx\main...
Hello everyone, I would like to change the name of my device with sd_ble_gap_device_name_set (). But the resulted name in the nRF Connect app is always "N/A". Here's my code...
How do I change the name of the USB device? I am starting with the USB Audio Demo and, logically, it shows up in Windows as "nRF52 USB Audio Demo" but I cannot find that text...
I am a beginner to Nordic devices and to Bluetooth technology in general. I have set up a Bluetooth connection using the nRF51 Development Kit and an nRF51-Dongle. The dongle...
Hello
In our production facility I need to read and write NFC NDEF messages to a NRF52832.
Is there any recommendation for a working and easy solution with an USB NFC...
Hi all,
I try to create a new project to update my firmware using twi(I2C) interface.
In my test case, first i download firmware to region2 via keil, then copy the firmware...
Hi Nordic developers,
For my internship I’m developing a BLE application on de NINA-B111 module which does have the nRF52832. I'm using SDK 15.0.0 and Softdevice 132 v6...
We're disabling pending FPU exceptions and clearing pending FPU IRQs before calling sd_app_evt_wait(), as per a few references:
https://infocenter.nordicsemi.com/index.jsp...
Dear NordicSemi engineer:
I want to connect to a peripheral device using a modified ble_app_uart_c.The information of the peripheral device is below:
How can I connect...
I need to allow BLE connections for a period of time after restart, then prevent connections (unless a button is pressed). Is this functionality as simple as re-configuring...