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...
Hello,
in my current project we develop a BLE firmware which runs on a custom board based on a Telit +s42 module (with integrated nRF52 SoC).
We are able to flash the...
Hi,
I am a bit confused from the example, in the specs it is said that writing the flash is word allign, and even so the example does something strange:
do
...
hi.
this is my code that i copied from ble_app_hrs_rtx .
osPoolDef(ble_evt_pool, 8, ble_evt_t); /**< Definition of memory pool for ble_stack_thread */
osPoolId ble_evt_pool;...
The ShockBurst bitrate mode ( nrf_esb_bitrate_t ) NRF_ESB_BITRATE_1MBPS_BLE is described as '1 Mb radio mode using Bluetooth low energy radio parameters.' in the SDK documentation...
I've recently updated the hardware on a custom board, moving from the nrf51422 to the nrf52832 and migrated the code from SDK9 to SDK11. I've got most of the functionality...
Hi. I'm using nRF51822 and SDK10.0.0, S130 for Central BLE.
I want multilink as Central.
As I know nRF51822 supports Max. 8 peripherals at the same time.
I can connect...
When using the sniffer to analyze GATT exchanges that use attributes > 20 bytes (which means L2CAP packets with fragmentation), the Wireshark tool does not show correct information...
hi.
i get a lot of information on Bluetooth and i want send it to 16 slave via ant.
what is the best way to send information over ant considering the speed of Bluetooth...
I have run into two SAADC issues on the nRF52832 using SDK v12.1.0. Any recommendations on how to fix them?
Issue 1:
When the Keil compiler optimization is turned up...
Hi,
Has anything changed in subject of one peripheral connecting to multiple central devices? All I need is little number (~3) of concurrent links with mobile phones.
I have been working on a custom board that uses a taiyo yoden EYSHJNZXZ module.
A tact switch is connected between P0.21 and GND.
I want to use this switch simple input...