Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hello Everyone
Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
HI, I have actually couple of (connected) questions,
Can a phone (v4.2 bluetooth) connect to a nrf52840 board that uses 5v bluetooth?
How many (BLE) connections...
Hi !
I just got my new boards with the NRF52 CPU.
When i burn the firmware that worked on the PCA10040 evk it works but on my hardware it resets immidiatly.
On my...
Is there a UART bootloader available for nRF52840? Doesn't have to be secure.
Already searched in SDK 12.2 and 13 alpha, with no success.
Thanks for your help!
I installed the latest JFlash (6.12d) from Segger's site, and it updated the JLink firmware.
However when I try to program the hex files downloaded from www.nordicsemi...
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL does not set the .burst field in the nrf_saadc_channel_config_t structure.
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE...
The app_fifo support e.g. in SDK 12.1.0, appears to have a serious problem when the read_pos/write_pos values wrap. i.e. when the fifo has been used over a period of time...
I have BLE400 extended board for nrf5. It has cp2102 on board from Silicon Labs. I installed drivers for mac and can see NRF_LOG_INFO via terminal. It would be great to have...
i am using nrf52840 with sdk 13.0.0-1.alpha. I want to boot the application from bootloader but by
using UART as a transport layer.
Would you plz help me?
I found end of address of fstorage from macro of "#define FS_PAGE_END_ADDR (fs_flash_page_end_addr())". But I want to change the start address of fstorage. Which macro or...
I have multiple GPIOs that are configured to use GPIOTE in my application. When one of these GPIOs is in the active state I start timer. Once the timer expires I want to enter...
Dear Nordic Team,
Thanks for supporting.
Currently i am try to work with VL53l0x distance sensor. Basic communication working good, but i am not able to get distance...