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 Nordic Team,
I know there are many tickets raised concerning this error 133. It is a quite generic issue with Android devices of various android versions and I have gone...
Hi, I have a problem find bluetooth device on more android phones after them unpair.
First time phones find device and connect but after unpair phone not find devices. ...
I want to make printf_test.c file into a lib file and join my nrf9160 routine, but don't know how to generate the lib file and how to join the lib file?
The measured project...
Hi everyone,
I'm using the nrf5_SDK_for_Mesh_v4.1.0 and i'm having troubles by trying to change the BLE name.
In the function gap_params_init i added a code to concatenate...
Hi,
I am currently using NRF52832 with SDK17.0.0.
As I know, a BLE central device can reach up to 20 peripheral devices.
So if I use an Android App as a central device...
Good day!
I'm trying to config SeS project for FreeRTOS example .
First of all I can't understand this lines in README:
Any Mesh source files should have the directory...
Hello,
I saw this statement about current time service on a previous ticket and trying to find out if it is true: "IOS doesn't allow access to the characteristic unless...
Hi,
I would like to ask a question about the estimation of battery life regarding to advertisement period and idle & disconnection period. In my ble_app_uart example, peripheral...
Hi Nordic Team,
I am trying DFU upgrade in application over serial transport.
Same as mentioned in nRF_SDK_15.3.0_background_dfu_3 example I got from one of the discussion...
I am trying to make the custom_board.h header file but I have some questions. I am using the PCA10040.h as a starting point. However I am confused on some of the things included...
Dear all, Last week i have a problem, my device ( mesh server ) could not publish message to Gateway (client). After some hours debuging, I releazied root cause of problems...
Hello,
I'm developing custom firmware with Keil 5.31 and SDK 17.0.0. I have to configure the SDK and so I started to edit sdk_config.h, but it's quite hard to read the whole...
Hi, all
I am learning SIG mesh
I wanna know:
1. the current of the LPN node, could you provide me some relevant data ?
2. does the provisioner need to keep some...
Hi,
I am studying openthread, I don't understand what is Dataset in Openthread used for? It is just for backup some network parameters? How could I use the Dataset?
...