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...
I am trying to download version 8.31.1 of the nRF device firmware pack for keil from this link
developer.nordicsemi.com/.../NordicSemiconductor.nRF_DeviceFamilyPack.8.32...
Hi.
I'm trying to integrate the MPU9250 with nRF52832 using i2c (TWI) on my nRF52-DK
I have found various libraries but none of them are working on my hardware. All of...
After several record updates one by one I get FDS_ERR_NO_SPACE_IN_QUEUES. However after each record update I wait for FDS_EVT_UPDATE event. I was sure that waiting for this...
I have %XRFTEST working on the 9160 in every band listed in the datasheet other than Band 14 and 17. Is there a reason these bands are not supported with the test mode?
...
I'm looking into integrating the SoftDevice controller (not full SoftDevice) from nrfxlib into NuttX RTOS. NuttX would already provide the host layer so I would only need...
Hi,
We are evaluating use of the NFC functions on our nRF52840 - based solution (currently we use BLE). I have been able to understand how NFC Tag payloads are setup within...
Hello,
Is calling --eraseall before calling --program the same as combining --program with --chiperase?
Does --recover erase all the areas that --eraseall and --chiperase...
Hi Dev team,
I am working around with the Thiny91 and wanted to have more information regarding the power consumption characteristics of the board.
I have a program running...
Hi,
Please clarify how RF performance degrades from 3.3V (PS) to 3.1V (3GPP), referred in nRF9160 Hardware Design Guidelines v.1.0:
3.1.2 Voltage range The operational...
Hi, I am getting error from socket() function. I cant find definition for AF_LTE family. I am using simple socket() as:
socket(AF_LTE, 0, NPROTO_AT);
It will compile but...
Hello everyone,
I'm having an issue of trying to connect via NRF Connect to my nrf52840 DK boards, but I am encountering the following error messages.
Core0: Error while...
Hi, I want to add an FTP client to my Zephyr projects. I am using an nRF52840-DK with a Quectell BG-96 modem. I want to upload and download large files using PPP protocol...
Hi,
We are developing an application on a nRF52840 using the nrf SDK (16.0) which should connect to a nRF52832 device , read characteristics of two different custom services...
Hi. We have developing a IoT board based on nRF9160 and faced some strange issue. We have realized the reset schematic of nRF9160 in this way
The nRESET pin is pulled...
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to...