Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi Everyone!
I really need some help. So I'm new to Nordic semiconductors and Segger Embedded Studio IDE. I purchased myself an nRF52832 breakout from sparksfun and nRF52832...
Hi,
I am trying to test the Amazon FreeRTOS BLE demo ( https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_nordic.html ).
I followed the instructions...
When I connected the development board with komoot (based on Android), komoot repeatedly disconnected again. The chip platform is nRF52832, and the protocol stack version...
Hi,
I try to rotate an image (180) with nrf_gfx_rotation_set(p_lcd, NRF_LCD_ROTATE_180). This only works once, but after, I want to return to the original position by re...
Hello
I am currently trying to get sensor values via SPI communication with mpu9250, a 9-axis sensor.
Although the following settings were made,acceleration,gyro,and...
Hi Sir,
I am going to the same phenomenon as below.
https://devzone.nordicsemi.com/f/nordic-q-a/45554/sdk-15-2-how-to-set-a-value-to-a-hid-feature-report
Can someone...
Eventually we got it working with the Master Control Panel again, but it will not work with our test software. I suspect a Window update change that affected links. Window7...
Hello,
I would like to implement a design using both the ESP32 Wi-Fi as well as the nRF52840 on the same PCB. As they both operate on the same 2.4GHz frequency and the antennas...
Hi,
I have used "write_handler(p_ble_evt->evt.gap_evt.conn_handle, p_rtc_service, p_evt_write->data[0]);" to send data to nrf52832 from mobile but iam able to send 1 byte...
Hello, I have 2 custom service running each with one characteristic. When data is written to the characteristic one (io_controle.c) the write event is triggered twice. The...
Hi,
did anybody find a suitable and cheap enclosure for the nRF51 Dongle? I want to use some of the dongles for initial tests before producing my own boards.
Thanks...
Hello, I have modified the example from the light switch on the mesh SDK and I can send and receive string messages, but the problem is that it doesn't work as expected, because...
I (unfortunately) had to make my own forks of Zephyr and NRF to get around a build issue, and decided to implement a west.yml manifest in my application repository. I made...
A makefile project using SDK 15.0.0 that compiled under GCC 7.2.1 no longer compiles under 7.3.1 with these errors:
../../../../../../external/segger_rtt/SEGGER_RTT_Syscalls_GCC...