Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
hi,In the host,
if(nrf_gzll_get_tx_fifo_packet_count(pipe) == 0 )
{
nrf_gzll_add_packet_to_tx_fifo(...);
}
In the devcice, every 5 min send packets to host ,but ack...
Hi,
I'd like to design a custom software an win10
to help in design a custom hardware using nrf51822...
at this time I have an eval board (PCA10028) whit a custom firmware...
We are trying to dump DFU code using Keil into nrf51822 IC. We are getting error, we are using SDK12. we tried many solutions provided in devzone, we were not able to solve...
Hello everyone,
I am trying to congifure two gpio pin (pin 6and 7) in standard high drive mode 5MA because am trying to connect those pin to the speaker inorder to increase...
When I program the board the COMP and Timers work fine. Upon removing the debugger and resetting the board it also works fine. But if I subsequently power off the board and...
Hello.
I don't know difference of GPIO's input/output direction setting.
There is two register for gpio setting.
DIRSET : Dir set register
PIN_CNF[n] : Configuration...
Hi there,
Is it possible to call SOC library functions before calling sd_softdevice_enable()?
In particular, i want to set up my interrupts with sd_nvic_SetPriority...
We want to use 52832 to control 6 LEDs. it is easy to use 6 IO pins to make them on and off. but we need these LED to blink. so we want to use one PWM module to generate 1...
When using the nrf_drv for spi master there are no problems when compiling. If I switch the SPI configurations to operate as a spi slave the compiler spits out "non-trivial...
Hi All,
I have just started working on interfacing SD card with nrf52 using SDK 12.0. I have to write to SD card at a rate of 84 packets per second and each packet consists...
Hi
I am checking out NRF51822, NRF24LU and NRF24LE1.
Below are my design requirements:
Smaller the size, the better. 7x7mm is OK. prefer smaller.
Lower power...
Hi, Nordic
I have 3 nRF52 devicies, one as Gzll Host, two as Gzll Device.
they use Gzp to pair, when paired, two Gzll Device send payload via different pipe ( 2, 3)...
Hey everyone, I'm trying to use lmt70 with nrf51822. So, first of all, nrf51 has 10-bits ADC, the data sheet of lmt70 is recommended 12-bits of ADC.
I plugged the sensor...
I use nRF51822 (Multiprotocol Bluetooth low energy/2.4 GHz RF System on Chip).To transmit informations with smartphone.
I have to set up a self-certification application...
Dear Nordic.
Is NRF_POWER->GPREGRET register writing in NVMC?
FICR and UICR is saved in flash memory(NVMC) as written by [nRF51_RM_v3.0.pdf].
But, GPREGRET register...