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...
I use MPU6050 for my project. I wanna ask about this code caculating the value of MPU6050 . The function below caculating the value of GYRO of MPU6050.
What is the range...
Hi,
I am a newbie to the world of nRF. I am trying to develop a gateway using nRF52840dk using nRF connect SDKv2.0.0.
While I am trying to create a freestanding application...
I want to set a random address during every startup. I see a function to create a random static address."bt_addr_le_create_static()" but I'm unable to see a function that...
Hello! We have looked into Secure Bootloader in nRF and have been able to build andrun the samples available in nRF library. Currently, we have added nRF SDK and nRFX library...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Hello Team,
I am using ble_peripheral application to establish ble communication with android. But, for some android devices the application automatically disconnects after...
The spec describes the App and Network keys as 16 byte hex strings and states that they are generated by a Provisioner.
Can you please clarify what algorithm is used to...
Hi everyone, I'm Eitan, 4th year electrical engineer student. I'm starting my specialization courses in communications and computers (embedded).
For my final project I want...
Hello, support team.
Now my colleagues are working on the software part for the hardware alpha version of the device with 2 independent antennas for LTE and GNSS. But the...
Hi,
Now I'm using :nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs.
And I want to add 'Characteristic User Description Descriptor...
Hello,
I'm build my application using v1.9.1 and Visual Code. It seems I have an error saying my application size is greater than the flash size.
I CANNOT jettison any...
I have a big issue about WDT during FDA 510K preparing. I have to proof that WDT of nRF52832 is seperated structurally from main system. since nRF52832 have such a seperated...
To whom it may concern,
I have a project (using Zephyr) where I need to switch UART pins while runtime. Is there a way I can handle this? This is how I initialize pinctrl...
I am using the light_bulb sample from NCS v2.0.0 with an nRF52840 DK board. I changed prj.conf to enable Warning traces from ZBOSS:
+# Enable traces on UART_1 (P1.02) @...
Hello,
I have a question regarding the advertising and scaning mechanism implemented in Zephyr.
To be more precise, suppose the node's radio is in scan mode, and it's...