Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hello, I am trying to add a watchdog timer to my code which consists of THREE threads, so I referred to the task_wdt example in Zephyr/Samples/Subsys for SDK1.6.1.
Based...
Hi,
I wonder if there is a smart and easy way to implement a fallback if I use the MQTT connection with a static IP. What I want is if the IP fails to connect it tries again...
this error shows after the 100% completion of memory flash as shown in the screenshot below. after showing the error , nrf52840 pulsing led turns off automatically.
Note...
Greetings All,
I am trying to connect an nrf52840dk board to an nrf52840dongle for wireless serial communication.
I flashed the nrf52840dk with the central_uart sample...
Hello,
I am using nrf52832 and i am using a SW similar to the beacon.
I tried 2 configuration:
tx_power = 0 (0 dbm)
tx_power = 4 (4 dbm)
I tried to measure the...
Hello,
I'm familiar with the GPIO and GPIOTE peripherals,
The GPIOTE has 8 channels, so it can use 8 GPIO pins to fire interrupts.
Some questions:
- Can the 8 Channels...
Hi ,
I have compiled in Heart rat relay into my app; can scan and connect to simulator and garmin HR straps; but fail to connect to polar. My debug log shows...
...
I've successfully built the 'direction_finding_connectionless_tx' project and flashed that to an nRF52833dk, and built the 'direction_finding_connectionless_rx' project with...
Hi,
I'm using a NRF52811 on a custom board and I would like to change a project from a NRF52832 with S132 to it.
I only use supported functions from the S113, but I...
how to set the High-drive QSPI?
NRF_GPIO_PIN_H0H1
nrf_gpio_cfg ( mosi_pin ,
NRF_GPIO_PIN_DIR_OUTPUT ,
NRF_GPIO_PIN_INPUT_CONNECT ,
NRF_GPIO_PIN_NOPULL ,
NRF_GPIO_PIN_H0H1...
Environment:
- OS: Ubuntu 20.04 (Docker container)
- NRF SDK: v1.4.0
- Zephyr: v2.4.0-ncs1
I am trying to build my project for native_posix. I am getting some build...
Hi, I have a NRF52840 DK. I want to use ble_app_uart_c and my peripheral is NRF52840 Dongle and also I want to receive and transmit special frame over ble. I have a problem...
Hello Nordic engineer,
I used SDK15.3.0 and nRF52811
I want to ask three questions,
(1)
Can a session be opened forever?
I will frequently use BLE+ESB in my...