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...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
i use ble_app_uart example code.
i have some problem that sometimes MCU can send data to application. but sometimes MCU can't..
ex) Success : 0x01 0x02 0x03 0x04 0x05...
hello i'm using nrf52840 dk board for communication with windows pc.
in nrf 52840 datasheet usb max speed is 12Mbps but my project based on "usb_cdc_acm" usb speed is 4Mbps...
Hi, we have project AoA direction finding. Firstly we have nrf5340 dk kits. Also CoreHW ANT3 2x2 matrix antenna kit. I run the direction finding connectionless demo on nrf5340...
Hi,
I am working with USB mass storage example from the SDK, and it works perfectly with the DK. Now I am working on my integrated PCB, and the same mass example doesn't...
Hi,
I am trying to get both the 802.15.4 stack and the BLE AoA stacks to run concurrently on an nRF52833.
Looking at the documentation here , it appears that it should...
Dear Sir/Madam,
I am trying to enable FEM support on zigbee/light bulb, and want to SKY66112-11 FEM working on Receive bypass mode. I set all pins at proper setting at initialzation...
When performing DFU with the same Android device + nRF Connect on the same target device, the speed becomes significantly slower on Android 15.
The attached image captures...
Hello. The visual study code uses toolchain v2.7.0, SDK v2.7.0 I'm trying to test the saadc example (in modules/hal/nordic/nrfx/samples/src/nrfx_saadc/) in "creat a new application...
Hello Nordic Team,
Our existing device using NRF52840 QIAA, we are plan to replace the QIAA package with CKAA package for size reduction. After I went through the SPEC,...
I´m testing the nPM1300 in a custom circuit with Zephyr on an nRF52 / nRF53 attached to it. It looks like the IC isn´t charging a battery. For testing I use the nPM1300-EK...
Hello,
Can I use in production nrf52840-DK as programmer to program E73-2G4M08S1C module on custom PCB?
What should I do to make the program code unreadable?
Hello, I need further assistance with the issue in the mentioned ticket ID, as it was closed by mistake. Could someone please reopen it so I can continue the discussion? ...
nRF52833-based board, software is based on Zephyr and Nordic SDK 2.1.2. Using Tag 2 type driver library, nfc_t2t Occasionally, when NFC coil is tapped, we observe one of the...
Hello,
Our product uses nrf52 and a quectel bg95 modem connected over the uart
We are evaluating the nrf connect sdk, we seek to have a working modem abstraction to send...