I have been working with 2.9.1 but went back to a project using 2.6.1 to flash a nrf5340dk and can still compile it, but now cannot flash the nrf5340dk. I am getting this...
Hello,
I'm trying to use SLM application on ctcc/nrf9161 hardware ( https://github.com/nrfconnect/sdk-zephyr/tree/main/boards/ct/ctcc ) however it seems I'm not able to...
Hi, I have to integrate on my MQTT application , location library using GNSS. Actually I am using location library on cellular. I want to use exclusively GNSS. I am developing...
Hi, I am using two nRF54L15 DKs running THroughput samples.
The result of coded s8 is 52kbps, which is close to the theory number.
When I change to S2 code, the result...
I'm moving to 2.9.1 and trying to get mipi working with a st7789 display. I have it working with 2.6.1 without mipi, but can't seem to get it working with mipi on a nrf5340dk...
Hello!
I want to develop a Heartrate Monitor Device which uses BLE and ANT+ using the Seeed XIAO nRF52840 Plus Board.
Now that I have the board I found out that ANT doesn...
Hi
I have done setup using guide ( https://github.com/sandeepmistry/arduino-nRF5 ) by sandeepmistery.
I am able to blink led of nrf52DK using Arduino example code. ...
When i choosing among the 52832 and 52840, i found this table.
One point i am not sure, i believe the 52832 stack is already support Bluetooth 5, but why the table said...
Hello,
I would like to manage time (hours, minutes, seconds) on NRF52 chip: what is the best way to do it ? How to use as less energy as possible ?
At the first connection...
Hi all,
I'm new to Bluetooth technology and just start some test for indoor localization using 52382. But I find out that 52382 does not support the long range feature of...
Hello all,
I'm curious if anyone could lend some thoughts.
I'm just in the research stage and going through a few examples but getting a little overwhelmed.
I'm trying...
Hi,
I am using nRF51822, S130, SDK 12.3.0
Want to use is low power failure warning. using the following code.
However, when break on line err_code = sd_power_pof_enable...
I am currently using a CSR 4.0 dongle 8510 A10 chip on Windows 10 Creators update
I can get it to Pair with the nRF52832 in windows, according to windows.
I have a ...
I am upgrading an existing project that was working on SDK 14.2.0 with S132 5.1.0 to SDK 15.0.0 with S132 6.0.0. I'm using IAR 8.20.1, and have made the changes suggested...
Hi,
My aim is to transmit the beacons. iam using nrf51822 usb dongle and nRF5_SDK_12.1.0).I need to run E:\nrf1\examples\ble_peripheral\ble_app_beacon\pca10028\s130\arm5_no_packs...
Hi All!
I use SPI with ss_pin = NRF_DRV_SPI_PIN_NOT_USED. but seems it doesn not work properly.
in the file nrfx_spi.c , the following code exist to init ss_pin during...
Hello,
I am using a nrf51422 in my work. I am focusing on reducing system power consumption as much as possible.
Q. When a peripheral (server) starts advertising (and...
I am about to develop a Bluetooth Mesh network with the nRF52832.
With the PCA10040, i already able to form a Bluetooth Mesh Network, such that there is one client act...
Does anyone know where I can find a list of which phones/tablets support Data Length Extension (DLE)?
We are finding that many budget phones (e.g. Motorola G6, Samsung Galaxy...
Hi,
I'm using nRF52840 (rev 1.0.0) and Mesh 2.0.1 and SD 15.0.0.
I added FreeRTOS following the example "hrs FreeRTOS".
In FreeRTOS, the source clock (configTICK_SOURCE...
Hi,
I'm trying to use RTC2 as a custom timer using the RTC Driver, initialised as :
nrf_drv_rtc_t erx_timer_rtc = NRF_DRV_RTC_INSTANCE(2);
But when the BSP library or...