Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
Hello! I`m developing custom board with NRF52832-QFAA on board and need to use serial bootloader. As in example (secure_dfu_ble_s132_pca10040), I`ve implemented it on board...
Peripheral doesn't have any user interface that can be used for pairing and bonding but I want for my application is that the peripheral gets paired or bonded to the central...
I want to make one mesh beacon as a node of mesh network.
If one mesh beacon is a node of mesh network, I want the beacon broadcast the messages which in mesh network to...
I build some test project in Zephyr examples folder. (ncs\v1.5.1\zephyr\samples\basic\ND_test).
In additional I did some changes in the Zephyr project in drivers and added...
I have recntly purchased a Nordic Semiconductors nrf52840 development board. I am having issues with the J Link OB MSD. When connected to LINUX Ubuntu 20.04 LTS which is running...
Hi,
I am working on a bootloader that can do DFU for my nrf52840 DK. Currently, when the bootloader goes into DFU mode, it obtains the init packet via UART. Then, after...
Hi,
I'm trying to add the secure BLE bootloader(non debug, modified to run with S113, SDK 17.0.2) on a custom board with a nRF52810. I tried to DFU my main application(APP...
i working nrf52832 sdk 16 in that i want to use two uart?
actually nrf52832 have only one hardware interfced UART.but i try to implement two UART1 and UART2 in same program...
Hello,
I am working on an nRF52840 with S140SD chip.
I am currently using the RTT as a backend for logs. I tried adding the Flashlog backend in order to save the logs...
I'm developing with nRF52811 but firmware is developed for nRF52810.
I think there is no difference between them and that firmware should work well.
But SPIS doesn't work...
THis may have an obvious answer to an experienced embedded programmer but I do not qualify to be that. So I have a piece of working code that runs on the nRF52840 DK and it...
Can you use/link both nfc T4T and T2T libraries and wrapper/driver source in same application/build?
I don't mean emulating both modes at the same time.
Thanks.
To the kind attention of Nordic support team,
I have been using nRF ble sniffer successfully, it is a great tool. But I have some troubles when it comes to use it for ble...
Hi there!
I am placing variables in the ".non_init" section so that their values are retained across software resets. This works great if I only use an App + Soft Device...