Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I have a nRF9160DK board and a want to generate a simple interrupt when I press button 1 (pin 6) on the DK board. When this works I will move to a different GPIO and hook...
I'm developing a small function that split string using delimiter (,) but i can't use strtok (undeclared function error)
so i added (CONFIG_NEWLIB_LIBC=y) to prj.conf file...
nRF52 DK fresh out of the box isn't recognized by my Windows 10 PC. When I plug the device into the USB port LED 1 pulses and LED 5 blinks rapidly. However, there is no sound...
when I call nrf_gzll_add_packet_to_tx_fifo after I recive a nrf_gzll_host_rx_data_ready() I get a Error 33542
how can I see what type of error that is?
I was hoping...
Hi
I have a custom-designed board based on nrf52840 and on that board, I am using NFC pins as GPIO.
On Pin no 0.9 and 0.10, output peripherals are connected.
I have...
I updated my Power Profiler software on the NRF Connect Desktop software.
Immediately after switching to the new GUI, I noticed a significant change in power performance...
I am trying to use the NRFX_WDT design in SDK 16.0.0 on a board using the nRF52832.
In the file nrfx_wdt.c, the allocation index is declared/defined as:
static uint8_t...
The drop down does not list the nrf5340dk.
Using nRF Connect Toolchain Manager I open a command prompt in the v1.5.0 sdk,
cd zephyr\samples\drivers\spi_flash
I did:...
Hello,
I have a project based on Cloud Client v1.4.0 using AWS IoT cloud as the backend. I have made some changes in the code so that I disconnect after sending some values...
The frequency tolerance for ANT stack for an external 32.768 kHz crystal oscillator should be +/- 50 ppm max.
Does it mean over temperature range?
There was the same question...
HI:
Now i am use the OTS to transmit image, if we want to set the MTU=185, how many paramter must config here?
example:
CONFIG_BT_CTLR_TX_BUFFER_SIZE=185 CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hello, I have created my own C program (in eclipse) that basically should just initialize to an LTE network and connect to it, nothing fancy at this point.
I have come across...
Hi, I tried to set up the environment for the nRF Connect SDK v1.5.0 using nRF Connect for Desktop on Ubuntu 18.04.
In step 2 (Cloning the SDK), I got some errors while...
I use arduino to program a nRF52832 board. I had problems to move a running project with a ST7789 SPI display to the nRF52832. I use the Adafruit lib to drive the display...