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 using Hackable kit which is a custom nrf52832 board with Bumpy a low cost Black Magic Probe alternative to program since i don't have a J-Link device. I have tried many...
Actually, I am working on a IoT project in which tens of connectionless BLE beacons are broadcasting packets. Now, four Nordic devices(nRF52832) are receiving that data and...
I want to use the 2450AT42E010B chip antenna from Johanson Technology in my design. I selected this antenna specifically because i want to make a beacon using the nRF52832...
I want to build a device able to connect with smartphones and central modules preinstalled on the ecosystem.
Is possible to integrate Bluetooth mesh + Peripheral role in...
I have the nrf51 RADIO peripheral set up with the usual set of shortcuts:
NRF_RADIO->SHORTS = RADIO_SHORTS_READY_START_Msk | RADIO_SHORTS_END_DISABLE_Msk | RADIO_SHORTS_DISABLED_RXEN_Msk;...
Hi,
I'd like to be able to use an event from the LPCOMP to sample the RTC (either to a peripheral's register, or to a memory address), so I can measure pulse widths without...
I am able to initialize the module and get the callback , but when I try to write I will not get the callback after the write, and no errors.
If I simply try to read after...
Hi
I am integrating BLE with LESC into a legacy sensor product using SDK v11.
The problem I am running into are errors in the FDS module when trying to make a secure connection...
I use nrf52832 based on SDK14.2 as a slave development. Occasionally there will be a crash in the operation. The program has been running in the “params_reply_pending_process...
Hi Nordic Community
I'm doing a risk assessment, and I couldn't find a proper answer for the fallowing two question, it would be great if I could have your opinion and...
I am trying to set up the sniffer on nRF52832 DK PCA10040. I am not seeing the COM port on the Wireshark interface. I can see it on the device manager. I have looked at other...
Hi Everyone , I am using SDK v15.0 for nrf52840 with segger embedded studio.
I tried the example code given for blink freertos. I am able to run two tasks but as soon as...
Hello,
I am using nRF52832 and having a problem with the Low Power Mode. I am not sure if I am either not getting it to stay in low power mode when my UART is initialized...
What is the maximum server node count running light switch example? In documentation there are multiple facts: 1) " If you have more than thirty boards for the server, set...
When I use the nRF Toolbox to upgrade the nrf52832 device on the mobile phone (huawei mate9 Android8.0), I have the following questions: The first time I opened the update...