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...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
I am working with an older version of the https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver and the https://github.com/NordicSemiconductor/nrfx . Which...
Hi
Apart from Direction finding, there is 3 major enhancements in the Bluetooth 5.1 core spec.
Reference: www.bluetooth.com/.../1901_Feature_Overview_Brief_FINAL.pdf ...
I search for an LTE modem for a small device. (between 10000 or 100000 parts per year)
So I need something to play with it to learn what is possible. (for example battery...
It's not clear to me the difference between RAM[n].POWER, RAM[n].POWERSET and RAM[n].POWERCLR. I'm assuming that you use RAM[n].POWER to read the contents of the registers...
Hello,
The following defines can be found in nrf52_bitfields.h. Are all these register values used for REV 1 chips? In otherwise, the last digit isn't significant? If...
I am using the example project for Uart Central. I have a lot of messages transmitted out of the Uart. Unfortunately the Uart transmits some characters but does not transmit...
We are consistently seeing a BLE disconnection after being connected to an iOS device for 40 seconds. On the iOS side, the log output at the time of disconnection says: "...
Hello,
I would like to know if someone has experience with embedding lua script language (not elua) on a nrf52 kit, with SES or other IDE.
Or is there some nice tutorial...
Hi, I am learning how to merge two files together to be able to transmit temperature data via UART. These were the steps I have undertaken to do so:
1. Copy pasted the function...
Hi i am new to learning Nordic SDKs and I am working on adding custom commands to a BLE example using Nordic UART Service ( here ). I tried to apply this concept over to the...
I sent the AT instruction back correctly with the serial tool sscom5.13.1
I sent the AT instruction error with the secondary function: at_cmd_write ("AT-CGDCONT?," buf,...
1. When using SEGGER Embedded to use Chinese comments, the cursor display will appear abnormal lying each time Chinese characters will move the cursor only half a character...
This is a voltage drop of 3.3V to ~450mV before decaying.
I'm using P0.02 (AIN0) on the nRF52840 on a custom board. This is my config:
My handler function is never being...
Hi,
I am working on handling multi-radio protocols like only 1 radio at a time. ( https://devzone.nordicsemi.com/f/nordic-q-a/63194/when-the-timeslot-extension-could-be...
Hi,
I am trying to disable writes to certain regions of flash memory. But different from the nRF52840 Product Specification, NRF_ACL is missing the DISABLEINDEBUG register...