Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
Dear Sir,
I am new to Nordic. This is my first query. It is related to running Timer with softdevice. I am using TIMER1 ( as const nrf_drv_timer_t TIMER_LED = NRF_DRV_TIMER_INSTANCE...
Hi, Support team,
When I use the SPI peripheral communicate with nrf24l01+,it's no data return in m_rx_buf by using the API nrf_drv_spi_transfer(&spi,m_tx_buf,1, m_rx_buf...
Hi,
I use the FDS on our project firmware. The firmware saves some configurations to FDS at shutdown and the factory reset. At this time, sometime fds_gc() does not call...
Sometime, the timer handler is not call immediately after calling app_timer_start().
environment - nrf52840 - SDK 15 - with FreeRTOS - timer task priority is higher - timeout_ticks...
Hi,
In the nRF Mesh mobile app, when you go to the settings tab, you can hit "Reset Network", this appears to clear any previously provisioned network, and lets you start...
Hi all!
We've been time-stamping GPIO events using PPI in nRF52 , and it works* !
...but when using the SoftDevice , it apparently clashes with the PPI about 30ms after...
Hello,
I have been having issues when using the UART libraries (app_uart.h) with certain pins on the nrf52832. Previous iterations of our project have worked correctly but...
I am investigating an H4 HCI over a UART implementation for a client which plans to use the 52832 (or 52840) as a replacement for a TI BLE chip in a new design.
I have built...
Hi all
We are using customized board with nRf52810 chipset.
Actual requirement in our project is to send 100 bytes of data for 10 millisecond.
Kindly suggest a procedure...
I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
In the example, I see that I should use the ble_app_blinky...
Hi,
I was trying to run dfu mesh example according to this. I attempted quite few times but every time having an error at step 11.
infocenter.nordicsemi.com/index.jsp...
Hi, Nordic Team
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I use a s130_nrf51_2.0.1_softdevice.hex.
It is based on ble_app_multilink_central and...
I am new to Nrf52832.......I have started development of a custom board based on Bt832 and BT832X.
I have built 2 proto boards one with BT832F and the other with BT832X...
Starting idle task using Task Manager library frequently throws error "Unknown function at 0x000008C8" when running with the debugger (often takes several restarts until it...