I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
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...
My application uses SDK 11 and s130 on an nRF51822. In certain cases I want to delete all my bonds and go into sys off.
I presume that when I call pm_peers_delete() , that...
I am not clear on what is failing to open here. Anybody have any tips.
(This is on windows)
C:\projects\CB\app>nrfutil dfu ble -f -pkg _build/careband.zip -n test
Please...
Hi Nordic,
I am trying now to create a star network, in which the central node is master of different slave channels. The idea is to configure and open different independent...
Hello,
I'm using the ble_app_uart_c as an example for a Central application. After writing to a characteristic in a peripheral I expect a notification back from that node...
I have a main loop in my application like this:
while (true)
{
// Other calls left out here.
app_sched_execute();
err_code = sd_app_evt_wait();
APP_ERROR_CHECK...
Hello,
I am new to the nordic's controller. We are planning to evaluate the nRF51/52 for our IOT application need.
I am more interested to know the possibility to have...
Hi,
I'm using the button event handler code on the SDK. It fires once when pressed down, and once again when i release the button. How do i make it only fire once per push...
I have two nrf51822AC mcu chips that are integrated on custom boards, and I need to communicate between those two chips (one set as a transmitter and the other as the receiver...
Hi,
I own company that builds a PIC 8-bit devices, and can code at a low bit level in the PIC environment.
I picked up the NRF52 Dev board, and am trying to learn the...
My peripheral device connects with central one very rarely. I decided that I don't want peripheral to negotiate connection parameters with central, just use settings imposed...
I'm developing custom board of nrF51822 CEAA (256k, 16k)
I set my bootloader ROM, RAM just like below
as I understand,
Firmware size should not larger than...
hi,
i just ask about nrf52832.
im using it with keil compiler and trying to divide the memory section (it that will be update and not)
but i have hard time to do with keil...
I'd like to log some debug stuff to a mobile app over BLE, when in a connection, using the NRF_LOG library and the Nordic UART service. I have this working just fine without...
I'm trying to write to specific address on flash memory (data region) for debug purpose using
nrfjprog.exe --memwr 0x3B820 --val 0xAA000000 --verify
but when I read...