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...
In the data sheet of the NRF51 and 52 there is mention that sensitivity of NRF51 is -96 dBm and NRF52 -98.
But I read some where that when RSSI is -90 then that signal...
We are working on a dynamic radio power change for a proprietary RF protocol, and we are missing some granularity on the NRF_RADIO->POWER levels.
Typically we would need...
I am wondering what is the logic and magic behind using sdk API's to advertise vendor specific 128-bit service UUIDs. In the "Nordic UART Service" example (nus, SDK12.2.0...
Hello all!
We are designing our first projects with NRF52832 and the DC-DC decoupling capacitor on DEC4 pin used in reference design is:
1uF 0603 X7R 16 Volts
Our...
Hi
Now I'm using sdkv12.2 and S132 on nRF52832. All the examples in the SDK put the device name in the advertising data packet. However, for our applicaiton, we need to...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_STATUS_CODE_LMP_RESPONSE_TIMEOUT??
please...
For a moment I was thinking that I made it with Segger, I was thinking that after 3 days with Eclipse with no success, I managed to use the blinky example and flash it (!...
Hi.
I'v spent the last full days trying to set this up, and I am exhausted. I really am. Never had this kind of feeling in my life.
People from all over this place where...
Hello, the nrfTooolbox app from Play Store runs on my LG K4 phone which has 5.1.1 Lolipop. If I load the Github project into my Android Studio and try to run it on the phone...
Dears,
I am working for an application on [email protected] including PWM, Timer and a few peripheral functions. I was trying to create a timer on timer1 in us tick. The timer...
The UART example in examples\ble_peripheral\ble_app_uart will not connect with SDK 13.0.0. This example was running just fine with v11.0.0 (Softdevice S132 v2.0.0) and v12...
What is the correct RAM size that should be reserved for S132 v4.0.2 shipped with SDK 13.0?
Looks like linker scripts for different projects reserve different amount of...
Hi everybody,
I'm trying to hide some characteristics till the user write the right value to a secure pin characteristic the devise exposes at the beginning.
I already...
i tried add ancs to my project based on s132 ble_app_hrs demo, when i use iphone6 to connect, the uart display as follow,but when i receive a message or a call, the software...