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...
Hello fellow Nordic Community,
We have a usecase in which it would be beneficial with a tx power of - 30 dBm . This is a value that was supported with the nRF51 chip series...
Hi,
I am develop a project with dfu and bond features. I found that in dfu project, IS_SRVC_CHANGED_CHARACT_PRESENT is always set to 1. In my understanding, if set this to...
hi,
i am using Nordic thingy:52 with a nRF52840 with s140 softdevice to receive multiple characteristic data from thingy like thingy environment service have 6 characteristics...
Hi,
Is there any way to stop the OTA DFU? Let's say that I started it and at some point I want to cancel the process at 40%. Is there any way to send a control message to...
Hello fellow developers need your help
I have bought 3 nRF52840 dongles and want to setup a mesh network as stated above. I have downloaded nRF Connect windows application...
From this ( https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf51 ), there is capacitor connected to adc input pin.
But is it necessary...
The device I am building requires a quantity of data to be loaded into the application data block so that it can be accessed at run time. The data is effectively calibration...
Hey all,
I followed Vidar's excellent tutorial, and it works! I can compile without errors. However, when I try to walk through the project in Eclipse (the blinky example...
Hello everyone:
Im developing a PAN and i noticed 6lowpan is good item.I have over 30 nodes (nRF52832) and some of the node are sensors for temperature and humidity and...
Hello Everyone need some help
I am using nRF52840 board for mesh development and made use of Light Switch Example which contain Provisioner, Client and Server. I am getting...
Hi there,
I have my system totally working now. I am looking to sell 1000-10000 units next year, so this is fantastic. I first want to say thank you to Nordic for all the...
I am experiencing a strange issue with the bootloader on my custom board in SDK 14.2.
Symptoms are that the board won't run until given an external kick - all it requires...
We make the project where we want to connect new device (currently designing on nRf52832) to existing system made on nRF24. It's a beacon in proprietary mode. It should periodicaly...
I have a question related to memory protection and configuration of device in relevance to soft device.
nrf52832, sdk15, soft device S132
Question 1 : How can I be sure...