Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...