The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
Hi!
I gave up trying to come up with a working solution for updating mesh nodes based on SDK1.0 to SDK2, see https://devzone.nordicsemi.com/f/nordic-q-a/37707/dfu-update...
Hi,
I read this post to handle communication with both built in UARTs
I'm working with Mesh SDK 2.0.1 and nRF SDK 15.0.0 at the moment.
My application uses UART0 initialized...
I noticed that the secure bootloader by default protects bond information during FOTA. In earlier SDK versions there was something called preserved pages right below the bootloader...
Hi, Im using this library, https://github.com/NordicSemiconductor/Android-BLE-Library/, Everything works great except the disconnect part, I need to press the disconnect button...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip ...
I had setup nRF sniffer with below software and hardware, but the Wireshark seen unable capture BLE data.
• nRF Sniffer software nrf_sniffer_2.0.0-beta-1_51296aa.zip • nRF...
Hi,
I have been working through the examples for DFU with the nrf52832 dev kits from the SDK (nRF5_SDK_15.0.0_a53641a) from this folder:
...\nRF5_SDK_15.0.0_a53641a\examples...
Hi, Guys, I have problem with my nRF51822. I built the ble_app_uart project in the SDK v6 and and flashed it on the mcu using j-link and I also flashed S110 SoftDevice version...
Hi Sirs:
I've searched 52840 specifications and devzone, but there is no related information about the maximum external flash size could be adopted on 52840.
Would you...
I'm attempting to use PPI and Timer2 on the NRF52810 to count the clock pulses coming out of the SPIM driver. As there is no way to do this internally (as far as I know) I...
Hi,
I'm using a nrf52 as pheripheral BLE in embedded system with sensors. I need a ble central to receive the data from the sensors by connecting to the nrf52. I'm trying...
Hello, i am trying to store a lot of informations in the flash in order to do this i separated my data in several arrays. I want to store all my arrays in with the same file_ID...
In our project, two RF modules (with nRF24L01+ IC) are used in communicating data. If there is no WiFi around, the two RF modules can communicate very well without packet...
Hi everyone,
I found this example in the SDK for the nRF52840 Dongle: nRF5_SDK_15.0.0_a53641a\examples\connectivity\ble_connectivity\pca10059\ser_s140_usb_hci.
With this...