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'd like to sniff the BT packets between a remote control and a bed (which is controlled through BT4.2), in order to control the bed through an android application.
Can...
I am using uart to transfer data in a while loop, and it works fine. Now I want CPU to go to sleep mode with sd_app_evt_wait(), and CPU to be waken up via Button then receive...
Hello
I'm working on Smart Remote custom board, which is based on nRF52832.
My Setup is running very well but only when RTT Viewer is connected.(and advertising led is...
I am using the TWI peripheral and want the clock frequency to be 400kHz.
In the data sheet it says for the register setting: 0x06680000 = 400kbps (actual rate 410.256 kps...
Hello All,
I am Facing issue in advertising custom board NRF52810.
I am trying to do the led blinking program on above board.
Using the SDK 15.3 with S112 . The hex...
In Nrf5 sdk V15 their is a micro
ticks = APP_TIMER_TICKS (MS);
My question is what is the maximum value of ms which can be used as input.
the same question goes to the...
Hi, I'm looking for information about duration of peak current on BLE and NFC mode on nRF52840.
Do someone have any answers ?
I saw that peak current on NFC is 80mA max...
Hi
I am using SDK12 with NRF51822,
So far I haven’t initialized the sys_evt_handler ( softdevice_sys_evt_handler_set(sys_evt_dispatch) ) And my program works fine, ...
Hi,
Would you please tell me which timer had been used by ESB and app_timer_init() function?
Which register can I get the current timer count value of above timer?
...
Hi is there an available tutorial for adding multiple custom services for SDK v12 or SDK v15? I've managed to successfully create & use one custom service using bjornspockeli...
Hi,
I'm new to BLE mesh SDK and I'm trying to explore available feature.
I'm referring to Generic on/off application and I would like to increase/ change the advertisement...
Hello.
The other day, I purchased Nordic's BLE module and started developing a multirole program. The development environment is
・Use project:ble_app_multirole_lesc_s132_pca10040...
Hi Nordic team,
I have 2 nRF52 Development kits. I want to use one of them as sniffer.
Please let me know if this is possible.
If possible please let me know where can...
I am going through the latest version of the Getting Started Assistant on an x64 Ubuntu 18 machine, using the v.1.0.0 tagged SDK release. When I reach the step "The nRF Connect...
I would like to program my NRF52840 device using the Keil Ulink2/pro JTAG device.
I have been able to do a full chip erase using the Keil Ulink 2 device, but when I attempt...