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,
Noted that nRF mesh app needs GATT bearer to provision a mesh device. I'm using 2 nRF52 DK boards, provisioning is fine, set the keys, subscription lists, etc, everything...
Hello, First of, I'm developing with eclipse an application based on the freertos example of the SDK 15.0 with softdevice S132 v6.0.0. My problem is that the nRF52 sometimes...
Hi. I have the latest topology monitor downloaded from the home page. It seems to have a problem. Every time i try to run it from my windows 10 machine (32 bit), it gives...
nRF TTM win32-x64 will not run on my PC. I use Windows 10 and am trying to run the executable but i keep getting "app cannot run on your PC. Contact the publisher....".
...
Hi. I managed to set up a mesh (Thread) using 9 nodes of the nRF52840 SoCs. I am currently using Putty to send commands and pings between the nodes. What i need now is a way...
Hello, another question from me :) First of all, I'm working with Eclipse, GCC compiler and SDK 15.2.0. I want to add GPIOTE funtionality to the TWI example of Nordic. I'm...
Hello there,
I've been struggling to find a way to read IMU values from my custom PCB. This PCB sends a notification as shown in this image:
My main objective is implementing...
Dear nordic,
i want to BLE+FDS application i have some doubts regarding this.52810 has only 192kb flash if i use both BLE application and FDS is it any problem occurs? ...
Hi,
We used nrf52832 in our custom pcb. It works.
NRF52840 has "Long Range" feature. We think, if long range needs in some application, we can set 8dBm output power and...
Hi,
I am using nRF5_SDK_12.3.0 and writing customized firmware based on uart example.
Everything works fine with the DK. Then I program the firmware to a nrf51822 module...
I have a DFU issue; SDK nRF5_SDK_13.0.0_04a0bfd
The system reboots on the DFUTAG after having completed the application upload.
I have the following errors : :DEBUG:Error...
Hello,
i'm trying to send string composed of three floats of an accelerometer measurement over BLE using UART nordic service (NUS),.
can anyone help me.
Hi, I got a very strange situation with Segger and the situation is:
When I add a sentence to see some info about variables with NRF_LOG_INFO I can debug the program with...
I am hoping to extend the battery life of the Nordic Thingy. Ideally a battery with about 10,000 mAh would be perfect. Is there a list of off the shelf batteries that other...
Hello,
I am observing problems with Softdevice 6.1.0 and Android. After successful connection and service discovery I never receive a BLE_GAP_EVT_DATA_LENGTH_UPDATE which...