I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Hi,
I haven't been able to actually find out if the VBUS can be used to drive the DETECT signal to go from system off to on mode.
Are there any examples on how to configure...
Hello All, We have designed a custom board for our product and everything pretty much works fine. But now that we have decided to stick to WebBLE, we are facing some issues...
Hi,
I would like to declare my pin in output open-drain, so i use this configuration
My issue is when i declare my pin, I have an unexpected low state that occur...
Hi, I am currently getting started with the Thingy: 91 and am having trouble getting the SDK setup.
I download the file from: https://www.nordicsemi.com/-/media/Software...
1) Our device uses NRF52832 to connect with Android 7 system,use wireshark to monitoring,find not hop,is OK? and wireshark delta time is Connection Interval ?
2) nrf52832...
Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine...
Hi,
I want to monitor the connection state of my device as I have observed situations in which the callback functions defined with bt_conn_cb_register is not fired, causing...
Hi
I have build a sample project nRF5430_audio for nRF5340 Auido DK(two DK, one for gateway, one for headset), following the guide: nRF5340 Audio — nRF Connect SDK 2.0.99...
Hi,
I´m working on a project to send measurement data over ble and receive it. This worked for me, but I want to send the message in my own struct.
What I found in the...
I am trying to use blesniffer on wireshark. I have 2 nRF52840 dongles.
I have successfully captured traces using the 802.15.4 firmware on Wireshark with the dongle appearing...
Hello, I want to know if a typical 50ma Maximum DC-DC converter ic is up to the job of powering up the nrf52840 device working under the heaviest load?
I can't seem to...
Hi Devzone
currently i am doing some test on example central_and_peripheral_hr.
in the orignal example central_and_peripheral_hr is using the BT_SCAN_TYPE_SCAN_PASSIVE...
Hi,
I have a simple question: how to get the link key of nrf5340 audio dk when streaming as gate and handset; we want to catch the airtrace.
BR
Zhongsan
Hello,
I used the NRF52810 controller for BLE application. I have a code in which BLE advertising packet length is 32 byte i have to reduce it to 23 bytes
Following is...
I am a user developing using nrf52832. I have a question about TX POWER. TX POWER can be set to -40, -20, -16, -12, -8, -4, 0, 3, 4 by using sd_ble_gap_tx_power_set(). I tried...