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...
Hi,
For the LE1,I found that 32.768kHz crystal oscillator need long time(about 350ms) to running,I must do some delay(about 350ms) for the software then use the RTC,or...
In moving to the "rev-2 51422 silicon, we find that the app_timer inevitably fails after minutes to several hours. Power requirement moves from about .002ma to 4.5ma then...
Hi,
I am planning to use an external DCDC to supply the NRF51822 in Low Voltage Mode.
In the datasheet a voltage range of 1.75-1.95 on VDD and VDD1.8 is mentioned. ...
Dear all
I'm testing for RF stability. As i used 24LU1(host) with 51822(device) be the platform. For audio data transmission. 8k 8bits data rate.
Timeslot set as 1008us...
Hi,
I don't have any problems running the bootloader with S110 7.0.0.-3.alpha on the PCA1001 but when using the same code (minus the led and button config of the PCA1001...
Hi,
I am having a hard time with the permanent storage.
I got it to work with updating a 24 bytes long struct in a persistant block of 32 bytes.
I noticed that the...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hello Gentlemen,
I'm looking for a good example on how to pair BLE sensor and Android using static passkey. I looked at ble_app_gls but I could not see how they set the...
I have the following code
// bondmngr code comes here for now
ble_bondmngr_init_t bondInitData;
bondInitData.flash_page_num_bond = FLASH_PAGE_BOND;
bondInitData.flash_page_num_sys_attr...
I want to save data sent by the Nordic UART/Serial Port Emulation over BLE to the phone.
Can the Nordic UART app save received UART data sent over BLE to the phone?
I've tried adding in the examples (heart rate by example) the:
sd_app_evt_wait();
(including #include "nrf_soc.h" and #include "nrf_sdm.h")
Disabling led, etc. And...
I am running into some symptoms here that I'm not understanding.
My peripheral is an nRF51822 using the S110 softdevice. It implements a service which sends out notifications...
How can I view the private messages I have received using this devzone forum? I cannot find the inbox anywhere.
I have received a email saying I have received a private...
hello everyone.. i want to add push button function in my nRF program code. however it still did not work. i have tried everything i could but the LED on push button function...
NRF24L01+ paired to Arduino (2 units)
Using Mirf sample code for server & client
App worked initially but stopped after some tweaking of code. Uploaded original versions...