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 want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
I have a peripheral (nrf52832) which is using a higher MTU (140 bytes). When I connect to it using the nRF Connect Android app, everything works. I can see the BLE_GAP_EVT_PHY_UPDATE_REQUEST...
Hi all,
I'm working with Nordic Thingy:52 (nRF6936 with nRF52832 inside).
Currently I'm working with original firmware (I mean, not modified firmware) version 2.1.0. But...
Hi,
I am debugging an SSD1306 OLED library, and in the datasheet, it does not explicitly mention support for repeated start bits. But using the nrf_drv_ API's with NRF_DRV_TWI_FLAG_TX_NO_STOP...
I would like to know what configurations are required to advertise long range.
Just changing the phy. returns error 0x07
I compared the ble_app_blinky and ble_app_att_mtu_throughput...
Hello,
I have done some consumption measurement but I have a strange behaviour while the nRF52840 is in the SYSTEM ON mode.
For the measurement, I send advertising packet...
Hi,
I have gone through the saadc example program supplied along with SDK15. But the issue is that, the example features a single channel ADC read. I tried to modify this...
Hi i am having simple doubt.I am using the Nrf51822 as peripheral device and running beacon example from SDK 12.0.0.I am using nrfconnect in my mobile(Central device) to scan...
Hello!
(SDK15, nrf52832, SES)
I started to implement DFU in my code following this tutorial . So far with the tutorial i have the following issue.
1. In the section...
I have downloaded nRF SDK for Mesh version 2.2.0 and nRF5 SDK version 15.0. I am running examples(serial) from Mesh ver 2.2.0 and getting error such as no such file/directory...
I want to establish mesh connection between 3 nRF 52840 dongles. For this I have to use nRF connect Mesh desktop software for windows or is there any other way. I want to...
There is a notable bug with nRF52-DK with arduino framwork, as you can see on github here (see the point 7), click on this link : #33 (comment)
The problematic code is here...
Hello there,
In this link, there is a table saying which version of SDK and SoftDevice may be used with any IC revision:
http://infocenter.nordicsemi.com/index.jsp?topic...
hello there!
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller nRF51822 for connection and data...
Hi,
1. I'm developing multiprotocol BLE/Thread app with Thread SDK 1.0 and I want to ask if there's a possibilty to perform DFU over Thread in that case? In Thread Secure...