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 am in the process of porting an nRF51822 (s130) project to the nRF52840 (s140), moving from the SDK V11 to V13.
I was using the BLE_EVT_TX_COMPLETE event in the SDK V11...
I've seen in two different posts that some people were trying to use this Torex XC9265A181MR-G in terms of being able to use a 3.7V LiPo battery. Can someone tell me if he...
I just bought the NRF51DK and going through this getting started guide: devzone.nordicsemi.com/.../
I opened the file ble_app_uart_pca10028_s130.uvprojx in folder ..\examples...
Guys
I am a newbie using nordic modulesI am just starting to program here with a nRF52 and SDK 12.2
I was trying to edit the experimental_ble_app_blinky and experimental_ble_app_blink_central...
hi,everyone,I use SDK11.0 ANCS project, when I use apple mobile phones connect bluetooth, and the apple mobile will pop-up the pairing window, when I click ignore device,and...
Hello,
i am using the fstorage library for very simple persistent storage. How can i modify the linker script to put the storage at the end of the flash, and with a fixed...
I use next init in static void advertising_init(bool bonding)
ble_advdata_manuf_data_t manuf_data;
manuf_data.company_identifier = COMPANY_ID ;
manuf_data.data.p_data...
We have a custom board with the nRF51822 xxaa chip on it. The board is completely functional and uses SDK8.0 and S110 as of now. We are porting the firmware to SDK12 and S130...
Hello,
I have an authorized write long characteristic which I'm writing using nRF Connect. My peripheral app gets the expected sequence of events: 1) BLE_EVT_USER_MEM_REQUEST...
I made an app based on this tutorial on SDK version 11. But now I have to use the latest version 13. Everything changed. Is there an easy way for me to migrate to version...
Hi,
I'm in the process of evaluating the nRF52 for use with a Windows application I'm building.
I was able to setup a Central + Peripheral using nRF connect and this...
Hii this is vinu .iam trying to develop health thermometer service for central but iam facing problem in indication for specific measurement characteristic.and iam using cypress...
I am creating a BLE peripheral device and I am using peer manager in it. What is the maximum number of peers that my device can bond with? And what will be the result when...
The basic question is: if I initialize the SD and then forcibly change the priority of the WDT IRQ to zero via NVIC_EnableIRQ(), will that cause a problem?
I know you don...