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 have been struggling to reduce the current on the Nordic Dongle to the sub 3 uA levels that the specs suggest I should be able to achieve.
I am stuck at achieving a 9...
i am trying to determine the current consumption of the nRF9160 when in sleep mode but running LPUART and TWIS.
I see that the Sleep mode (MCU IDLE, MODEM off, RTC on) shows...
Hi all, i want to use CMSIS DSP library for vector/matrix computation.
In NRF connect SDK, there is a "nRF CMSIS DSP examples solution" in the dashboard, however it fails...
Hello,
I have an external flash w25n01gv, I am using this simple spi loopback example to test the spi functionality of nrf9160. I want to read the jedec id of my device...
Does doing DFU again and again on same controller can cause misbehavior of code? I am using BLE + UART + EEPROM in my code and sometimes I face the issue with UART event handler...
Hi,
I'm using NRF52840 to connect my mobile.
I'm using whitelist, following the example. It used to work perfectly for about 1 year.
However - in the last couple...
After starting the program, I do the first calibration and read the data 30 times. The standard deviation is between 2.0 and 2.3. Perform 30 "Calibration -> Read Data" each...
Hi,
Greetings of the day!
I used nRF Connect for desktop to program the nRF52840 device. But I can't lock the program and protect the device using this utility. I installed...
Hi,
I tried controlling the LEDs connected to P0.0, P0.7 & P0.11 by using
nrf_gpio_cfg_output(); nrf_gpio_pin_set();
nrf_gpio_pin_clear();
& ble_app_blinky example...
Hello,
My project application demands exchange the data from PC application(custom application developed by us) which is act as a server to the controller which is act as...
I am trying to compile firmware with GCC in ubuntu. The GNU directory is in C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3. I changed Makefile.posix to m ake sure...
I have a sensor which I'm grabbing FIFO data from every 14msec, ~240bytes. I send these FIFO grabs as soon as they arrive.
My connection parameters:
Connection Interval...
Hello,
I am tested multi-channel BLE peripheral connections. (ble_app_uart example with saadc example.)
When I am testing 2-channel, it works well.
However, when I am...
nRF52840
running nRF5_SDK_15.0.0_a53641a but have also reviewed FDS changes up to nRF5_SDK_17.0.2_d674dde for ideas
#define FDS_VIRTUAL_PAGES 5
I found a scenario...
I am trying to implement some examples of 6lowpan with nRF52 devices (either nRF52832 or nRF52840). I understand that the IoT applications has been discontinued from nRF5_SDK...