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...
Theranica current solution already has a printed MIFA antenna and an impedance matching circuit that they have tested and is working very well.
they would like to keep using...
Hello,
One of the devices I have could not connect to AWS cloud. While checking if the credentials exist, I got the following error :
NRF_KEY_MGMT_CRED_TYPE_CA_CHAIN err...
Hi.
I'm trying to use nrf52832 twis as twi slave.
nrf52 DK(pca10040) is TWI slave (data receiver) arduino uno is TWI master (data transfer)
My code. (examples/peripheral...
Hello,
When I include in my code (Arduino IDE) sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE) on E-Byte 52840 module (E73-2G4M08S1C) power consumption increases to 30mA instead...
Hello,
Can the new nrf21540 extend the range of a nrf52840 in long range mode?
Late 2018 I developed equipment using the nrf52840 in Long Range Mode.
In some use cases...
Hello,
I'm new to nRF devices. I wanted to learn some basics with my nRF51 dongle.
But to my surprise the only free supported IDE is Segger and there is no clear step...
Hi,
I'm trying to write a program that i can get a different feedback from my development kit using ble_uart_app example, the idea is using switch case so i send different...
Hello Nordic team,
I am using nRf52840 DK and sdk 15.0 with SES IDE. Our application scenario is collect sensor data periodically as required customer and send it to server...
Hello nordicsemi devzone community,
I'm trying to use the SPIS peripheral example in the latest SDK to transfer data from an FPGA to a NRF52DK board. At low frequencies...
Hi all,
I am using PCA10059(nRF52840 dongle) to learn Nordic BLE solution. I start from \examples\peripheral\blinky project and Segger development environment.
Now I want...
Dear Nordic Support,
I'm working on a custom board, containing the NRF52840. I am using SDK 15.3.0 and SoftDevice s140 to implement BLE.
Recently I've bought the Power...
Our organization is evaluating nRF5340 for future connected products. We are working with a proprietary OS and using the Zephyr RTOS on the Application core is not a viable...
Hi, I'm using nrf52832, sdk15.3. I have 4 pressure sensors connected to a multiplexer (MUX) chip. And the output of the MUX is connected to channel A0 of the nrf52832. I use...
Hello,
I need to send a file of about 70KB capacity through BLE. I send each packet as 16 bytes, I get an error 19 after about 10 submissions. I have read the answers, and...
Hello:
We have a project under development which is about real-time wireless voice transmission using the nrf24l01P,We will send 96-byte voice packets each time. We intend...