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...
Hi Sir
We'd want to do RX testing with DTM mode, however, the dtm example code looks can't report receive data or total packets counts,
So that, we don't know how to determine...
Hello,
I'm using the nrf15822 chip and am using the ble_app_uart example from nrf5_sdk_12.2.0.
I know softdevice will automatically generate random numbers through RNG...
I've been told due to PAN 58 it is not possible to use EASY DMA with nrf52832 without switching to the deprecated SPI driver. Is there a workaround that allows the use of...
Hello,
We are going start custom PCB design by using nRF52840 chip and SDK 15.0, but confused for use 3rd party nRF52840 modules or design complete custom PCB using componenets...
Hi,
Despite knowing a fair bit of the theory of wireless comms (mainly PHY and MAC), I'm brand new to actual hardware configuration/protocol development, so please be gentle...
As a master device with a whitelist there is a limitation on how many slave devices can be connected. If i am correct, other than whitelist there is no restriction to the...
Hi,
How do I receive data from host (computer) on my BLE device(Nordic board)? I want to use a simple open source HID API to send data to Nordic board and glow an led or...
Hello, we have finished all prototyping with BLE modile from Taiyu Tuden, this module: https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E...
Good day, I am new to this forum so I am having some problems posting my question. Sorry for any inconveniences. I am having serious problems flashing my custom NRF5282 board...
I want to connect nRF52832 with PC. The objective is using nRF52832(I am using BT832 Module) I have to scan all Blue Tooth deceives details and send to PC. Please help with...
Hi,
I am using a custom board with the nrf52832 with SDK 13 and I have a bootloader and an application that both configure and feed the WDT.
However, upon restart (power...
Is there any straight forward way to detect jamming using any technique on this Nordic device? I'm using SDK 15.2, Soft-Device 6.1 Would this be possible by the new SD 6 function...
I have been using SMD modules with NRF24L01+ fitted.
The first batch I used worked fine for months.
Then I purchased another batch and found the tx_ds_active or max_rt_active...
Hi,
1. I went through the document. I'm trying the example applications Light-Switch on PCA10040 DK and NRF5 SDK for Mesh V2.2.0. So it is like the Client will be provisioned...
Good afternoon,
Following up my previous case, to which I got no reply, how can I use a queued write characteristic to write less than 20 bytes of data?
I'm using it...