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've been trying to transfer a DFU update via serial, and I have gotten error 135 each time.
A colleague of mine got it working this january, with v3.1.0. Now, the same...
Hi,
1 - I don't understand why on the PCB layout example the track that is connected the L2 inductor is 762µm thick while the thickness of the pcb is 0.8mm?
2 - To have...
Hi,
We would like to know whether below programmers can be used to flash both NRF9160 application image and modem image. Also whether any command line support is there....
I'm using SDK 15.2 I'm trying to read two separate events configure in two separate pins ( PIN_1 and PIN_2 ) with two different handlers ( handler_1 and handler_2 ), like...
Hi
This is about missing information about current consumption for the GPIOTE peripheral in the v1.0 product specification for the nrf52840.
See section 6.10.5 it is empty...
Hi guys, I am trying to get Mobile network time and date using the NRF9160-DK 0.9.0 with the supplied iBasis sim card (in Switzerland) For this purpose I have executed the...
Hi !
I would like to implement UART on EVA board using MBN52832 SDK. Example usbd_ble_uart uses one UART for LOG printf. Please tell how to implement another UART on that...
modem fw v1.2.0 ncs v1.3.0 custom board
I'm trying to make a one-shot GPS app without assisted data by modifying gps sample app, and doing field test, but have an accuracy...
Hi, newbe here, using Segger Embedded Studios, two nrf52840 DKs, SDK 17.0.0, and a whole lotta enthusiasm! I am developing a custom solution based on the ble_app_uart (central...
Hi Nordic team,
One of our customer try to request the (T3324 = 2 secs) and (T3412 = 20 mins) but the +CEREG notification always return 11100000 for T3412 which is disabled...
Hello all,
I tested adc example code. And i want to change this code with our requirement. But in example code, i am getting alternate values on fixed voltage.
How can...
I continue to successfully upload the Blinkey app via DFU. However, when I attempt to upload my development app it does not start. From what I read it has successfully loaded...
Hi
I am test the DFU function in nRF52840. I want to add a timer to the bootloader to generate a one-second sleep action. But when even I have not started to use the timer...
After enabling both the Macro MESH_FEATURE_RELAY_ENABLED and MESH_FEATURE_GATT_PROXY_ENABLED as mentioned in this link ....
Does the proxy and relay feature work for light_switch...