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 everyone,
I am using light_switch server and client example from nrfmesh examples but nrfmesh ios application cant find nrf52 usb dongle.
I have changed pca10059...
I have developed USB firmware for the 840 based on the USBD example so that we can use WINUSB (WCID) for the host. The design is for USB 2.0 full speed with EPIN1 for device...
ble_nus_data_send() can not work . SDK15.3.0. I have used two NRF52832. Based on the examples ble_app_gatts_c and ble_app_gatts,I have added nus service . Now central role...
Somehow my account got deleted and so did my ticket. I had to re-register my account an i'm creating this ticket again:
nrf9160_pca10090ns.dts.pre.tmp:89.42-101.3: Warning...
Your served radio tramsmitter/receiver example using PCA 10000 USB dongle, PCA 10001 evaluation kit.
It's just only one byte data communication. It works well.
If I communication...
Hi, i'm trying to read an i2c sensor on interrupt. Doing it directly in the interrupt is apparantly bad, so io tried using app_sched_event_put, but that just crashes inside...
Hi,
I'm debugging a small app that is using the LPCOMP to trigger an interrupt when the BLE device is turned off. We have a capacitor to maintain alive the nRF for a while...
Hello,
I am trying to use the nRF9160 DK to publish some sensor data to an Azure IoT Hub. I have been able to successfully connect to the mqtt broker and publish simple...
I am trying to write a custom bootloader to do FW updates on our device. In our main application, we already have a way to transfer a new signed application image over BLE...
Based on nRF52832 datasheet description of DIRCLR register (section 20.3.7), I would expect that writing 1 to bit 8 of that register would set PIN8 (P0.08) to an input pin...
I have two PCA10031 dongles and both seem to be bricked. When I search your web site, I keep finding posts that state that I need to transfer nRF5x-OB-JLink-IF.bin to my device...
I am using SDK_15.3.0. I am using Segger Embedded Studio 4.5.2. I'v tried 4.1.2 also. Every time I compile, even just with an example central project, I get the following...
I updated a working project based on nRF52832_xxAA 32Mhz crystal, from nRF5 SDK 14.2.0 to nRF5 SDK 16.0.0 now the timer is 6 times faster, the code hasn't changed is there...
Hello,
I modified the light_switch example of the Mesh SDK to transmit sensor data. Currently the Mesh is made of one client and several servers (all are nRF52840). The...