Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Excuse me:
When our tests the RX selectivity of nrf52832, the test results are inconsistent with those in the datasheet(nRF52832 Product Specification v1.4 P232). How did...
Hi,
I am using nRF5340 development board with J-Link connected to "TRACE" pins: SWDIO and SWDCLK.
In app project I have these settings in prj.conf file:
CONFIG_USE_SEGGER_RTT...
Hi Support team,
in the following link, there is a fix decribed to get lowest power down current of the UART0 of the nRF52840:
https://devzone.nordicsemi.com/f/nordic...
Hi all,
I am using the Adafruit Feather nRF52840 as my central device. My peripheral is a nRF52832 with a 9DoF IMU. (SDK17.02)
I need to stream 26 Bytes of IMU data at...
Hello,
we started using zephyr OS for our firmware projects. To implement a propriety protocol on top of IEEE802.15.4 I use the radio with CONFIG_IEEE802154_RAW_MODE =y...
Hello
I am using sdk v17. I am merging the example of ble_app_uart and crypto_aes_ctr.
I added files about crypto and set the file path. However, the path error is printed...
Hello~
I am experiencing hardfault occasionally. (once a day ~ once in 3 days)
I am testing 14 boards to catch hardfault.
The following is my setup
- hardware...
Hello, I was trying to run the sample Alexa Gadget Application on my NR52840-DK, using nrf Connect SDK v1.5.0. However, upon trying to run the application I am getting the...
Hi support team,
I am developing a product. The product needs read adc and restart advertising when no connection.
I get hardfault randomly when called the ble_advertising_start...
Hi all, the application i'm using nRF52810 for requires that I keep the device powered on all the time. However, in the case of errors (tolerable within my application) I...
I successfully compiled the micro_ecc library, but when I try to compile the project with it, I get an error. Has anyone encountered this? What can be wrong?
Build target...
We use the nRF5340 D version IC for one project, but the PCBA (main chip is nRF5340) not working, we can burn the hello_world.hex by Jlink 7.23 version, But the Crystal 32...
We are implementing on nRF52840 with latest NCS version the following code:
The nvs_init() function is halting due to an error at flash_sync_mpsl.c within nrf_flash_sync_exe...
Hello,
We are working on the nrf52840 custom board in that We trying to update firmware via DFU.
Problem definition : First we update firmware via DFU application boot...