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...
Hello, I'm developing application starting from blinky example extracted from nRF5_SDK_15.3.0_59ac345 SDK. I see (using nRF Connect) that the connection result as "unencrypted...
This thread in zephyr community has left me confused about the features supported. lists.zephyrproject.org/.../31926113 .
Can you please confirm I can advertise and make...
when i try to debug with the segger develoment envrionment using a segger j link
i get the following log and a generic error
this is straightout of the box code no...
Hi ,
I am working on a NFC project which has below requirements , could you please help check if we have any existed example I can test ?
1. Support standarded ISO/IEC...
I'm looking for a nodified 'Wireless UART example" that I can use for a range test.
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/wireless_uart_15_4...
Hello,
I have problems using nrFgo Studio with my J-link programmer. The "nrf5x Programming" section is greyed out when the j-link is connected to the PC and the MCU....
I am working on a client to collect data from a continuous glucose monitor. I see that the CGM Service has been part of the SDK for some time. But there is no matching client...
Hello
I have nRF52840-DK and also a nRF52840 Dongle with me and i have installed SEGGER Embedded Studio with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK downloaded...
Hi--
On dev kit PCA100056, SoftDevice s140, SDK 15.3, in project ble_app_uart_pca10056_s140, we are trying to operate the UART TX/RX characteristic with outgoing payloads...
Hi All,
I'm very new to this Bluetooth mesh technology. Currently I'm referring to client/server switch example.
Without making any changes in the firmware I compiled...
I am seing odd time strings from AT+CCLK... Like: "+CCLK: "15/02/01,00:00:08"\r\nOK\r\n"
I think it is required that AT+CCLK responds error until it has gotten network time...
Hi!
I work at Lund university and I'm preparing a upcoming course project course. The course is about prototyping and PCB design. I want to use the nrf9160 as a example...
I get FDS_SUCCESS after I do fds_write(&desc, &m_dummy_record).
But when I do rc_read = fds_record_find(FILE_ID, REC_KEY, &desc, &tok); I get an error code rc_read = FDS_ERR_NOT_FOUND;...
Hi all,
I am trying to develop an Android app to connect to a nrf52832 running the ble_app_uart example. Previously I was using the Android-nRF-UART codes as a starting...