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, I have an interesting problem with RADIO peripheral. I am trying to achieve the stable communication between nrf24l01+ and nrf52832, and I have it partially running. I...
Is there an example of simultaneous GPS and LTE operation available? I'm having trouble getting this working and wanted to ensure I hadn't missed anything trying to set it...
Hello,
We have developed a firmware based on nrf52832 that use Softdevice for the BLE stack, as a peripheral. So the advertising is made on channels 37,38 and 39 and once...
Hello,
Greetings !!!
I am working on nRF52832 having SDK 15.3.0, Windows 10 and Segger Studio IDE.
My query is, i want to restrict my nRF board connection to a particular...
Hello. I'm doing research for new project, regarding with BLE and WIFI capabilities to connect big amount of device to one host. I should choose between WIFI and BLE. I need...
Hi,
I would like to use PCA10031 to be a sniffer. It can't update and show as below figure.
I've also refer to discussion as below website to turn it into BOOTLOADER...
Hi,
I am using NRF52832 and SDK 11
I tried to include DFU function into the device. I merged bootloader (from modified bootloader example), application, softdevice into...
Hi,
Since migrating to V1 of modem firmware and tag v1.0.0 the low power mode of the SIP is back up to about 700uA again instead of the 7uA we were seeing before upgrading...
Hi,
I have some problems with the example 'timer' and 'simple_timer' provided with sdk_15.3 (which are explained in my other ticket). So can I have an example which works...
what exactly ble_beacon stack is used for? what it does and can it be used to advertise or send user data (like string) and receive notifications from other devices ...can...
Im struck at some point with some error, added all supporting file along with header files but still im getting error. Im using sdk15.3 pca10040 nrf52832.
please verify...
I have a NRF51 DK board, and can't get it to do anything with BLE (probably including any of the examples that require a softdevice) but I ran the blinky examples just fine...
I am using a ultra-miniature (BMD-350) series module from Rigdo which has the nRF52832 BLE SoC. It is placed on a custom board such that all pins from the nrf52 SoC are brought...
Hi,
My projects with Nordic chips thus far have been pretty simple, but now I would like to use an RTOS. My question is, do I use the FreeRTOS available in nRF SDK, or move...
Hi,
I have a problem with understanding, how bits in ble_gatt_char_props_t are related with Specification of the Bluetooth System v5.1 Table 3.5: Characteristic Properties...