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 Nordic,
I am working with nRF52840, sdk17.1.0 and do the following test:
I use nrf_gpio_cfg_output(), nrf_gpio_pin_set(); to set gpio P1.00 to high and use nrf_gpio_pin_input_get...
Hi Nordic:
Test with board nrf5340-dk ncs v1.9.1
prj.conf
# Console
CONFIG_LOG = y
CONFIG_LOG_PRINTK = y
CONFIG_LOG_DEFAULT_LEVEL = 3
# UartConsole
CONFIG_UART_CONSOLE...
Good morning:
I'm trying to develop the twi_scanner with the nrfx libraries. Everything seems to compile fine, but at the end of the Build process I get:
d:/ncs/v1.9...
Currently I am trying to adapt the Radio Test example to function on our custom hardware which uses the nRF52840 SoC. We need the Radio Test firmware to give access to the...
Hi All,
I have a nRF52840 DK board. Which I bought about 1.5 years ago. I used to do some development using Segger Embedded Studio those days.
Now I have setup the Zephyr...
Right now there are 2 supported codecs: SBC and LC3. It also looks like that they are implemented in software.
Can we have other audio codecs (i.e. LC3plus HR, aptX or LDAC...
Hi Nordic Support,
I have been waiting for many years to see our end-user devices (Android, iOS, Windows, and Linux) such as smartphones, tablets, and computers to support...
Hi, I hope you had a nice weekend.
In my project, I basically need to output some data over GPIO from a memory buffer (highs and lows). Currently I'm doing this with a timer...
Hi All!
I am using ble_app_multilink_central and ble_app_blinky examples for concurrent connections of 4 devices ( (1)nrf52833 as central and other (4) as peripherals(nrf52833...
I'm using modules from minew, those are MS50SFB2 based on nRF52810 and developing in nRF5_SDK_17.1.0_ddde560 and segger studio 6.30 on windows 10.
I was trying some examples...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle.When...
Hello:
My project needs A-GPS function, so I made an application about " SUPL client library license signup"
but it was rejected:
Dear Harry,
your application...
I've been building a test application, and it's gotten bigger and bigger over time. Everything compiles perfectly. I'm building the ns version for the app core. nrf5340dk_nrf5340_cpuappns...
Hi,
I wonder if you can help with this query.. I'm using the nRF52811 in a design that uses a proprietary protocol. The system is currently using 8 channels, hopping and...