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...
I am trying to run one of the examples in the SDK (...\nRF5_SDK_11.0.0_89a8197\examples\peripheral\blinky\pca10028\s130\arm4) with the name "blinky_s130_pca10028" but its...
Hi, I am starting to developing applications for the nRF5340. I am interested in exploiting the added functionality that Bluetooth 5.2 provides. I want to use a smartphone...
Hi,
We have an unusual problem involving FPU interrupt clearing and battery charge state on the NRF52832.
We are applying the following fix to reduce power consumption...
I am really struggling with getting started with software development of the nrf52840. I have looked at the SDK but I don't understand where I can find what SoftDevice I need...
Hi Devzone!
I'm preparing the certification for the product which uses nRF52840 to sell in Korea.
I need to know if it provides BR/EDR or BLE only.
Best regards...
Hi ,
I am using nrf52840 dk running zigbee cli example in sdk . I have configured dk as coordinator and using xbee modules as routers . After successful addition of xbee...
Hello All,
I am working on nRF52832 custom board.
In my application I used i2c and spi both, so I implement i2c and spi in my application.
My problem is when I implement...
Hi everyone!
While testing ble functionalities, I have noticed random resets during advertising operations.
My custom board is defined to make infinite advertising periods...
I am following https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/thread_border_router.html with raspberry pi 3B+ and NRF52840DK as NCP for boarder router connected over...
Hi,
I am using NRF52832 with SDK17.0.0.
I want to use app_uart module without physical TX/RX pins.
Cause I just want to utilize fifo module to handle data through bluetooth...
Hi! Currently I am working on a project based on nRf52840 used in wearable, battery backed sensors and one acting as a central device. Since most data exchange functionality...
Although I search this problem, I couldn't find any proper solution for this error. I am using J-Link OB Arm.
I am using the latest version of nRF Connect.
Also, I am...
Hi! We're running the NRF52840 chipset on a custom board. I've recently switched from running the S140 softdevice to running S113 softdevice on our peripherals in order to...
Hello,
I'm using nRF52840 with softdevice s140 and SDK 15.3.
I am able to run the examples/peripheral/flash_fstorage.
Copying the fstorage stuff into my own project...
Hello, everyone!
My goal is to achieve throughput of 65 kBytes per second with nRF52832. I chose nrf52-ble-image-transfer-demo as a starting point.
My tools are: - nRF52...