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...
Hi,
I am trying to enable UARTE0 on BMD-330 module. The serial config looks like this
# # Capabilities # CONFIG_SERIAL_HAS_DRIVER=y CONFIG_SERIAL_SUPPORT_ASYNC=y CONFIG_SERIAL_SUPPORT_INTERRUPT...
Hi,
I tried porting LC3 to my own 5340 project with reference to the SDK(nrf5340_audio_nrf5340_audio_dk_0.4.0), but I had a restart problem when initializing LC3
sw_codec_lc3_init...
Hi, I have a mature product that is programmed with a J-Link compact, I have 4 different PCs to program and a custom UI that uses command line instructions to flash PCBs....
Hello,
I'm currently developing on an NRF82832, I'm using a Black Magic Debug Probe to flash the firmware and the bootloader. I use Linux.
I have a working firmware...
Hi,
I started using nRF Connect SDK in VS Code recently. Everything works well, start a new Application, configure a new board, build, and flash.
While I found "Go to...
Hi,
I'm working on modifying the secure bootloader (SDK 17, nRF52840, s140) to store the old app before the new app is programmed into Bank 0 (see this other thread )...
Hi,
We have a design for a battery powered tag using a nrf52833-QIAA. I saw in a post from a couple years ago that you widened the DCCH inductor tolerance to +-20%. I...
Hello ,
I am trying to use NFC pin p0.10 as WAKE up pin , using nrf_gpio_cfg_sense_input(Btn, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); this code. I have defined CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
I double-checked that when NordicUpdate_is_update_mode() returned false, I can still use the iOS Device Manager App to perform DFU.
I thought users needed to press...
Dear Nordic support Team
I have a question regarding the performance/specification of the RF front end of the NRF52 series chips. I noticed that the question "Is there an...
Hi, I'm testing the current consumption on a nRF52810.
I use PPKII to measure the current that the chip draws.
The software does the following.
Wakes up every 1 second...
Hello,
I am developing nRF52832 with SDK 16.0.0, ESB prx example.
ESB prx receive BLE and send it to UART.
UART is configured to 1000000 baud, which is maximum rate...
Hey,
I am trying to set up an application that generates interrupts on a total of 11 buttons. Setup is pretty straigt forward, for which I use the following functions for...
Hi all,
I'm using the PPK2 to measure the current of our IoT device. To get the data from my PPK2, I wrote my own software in order to integrate it into our test setup....