I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi I'm confused by this statement... Can my characteristic size be more than 20 bytes?
Each outgoing data packet can contain up to 20 bytes of user data (set by the specification...
Hello! What is maximum number of bytes can I send from Central/Peripheral to Peripheral/Central device in one packet? Can I send more than 200 bytes in one packet? I want...
Can anyone point me to sample code that exercises ANT's "advanced" burst mode? I have sample code provided by the Keil SDK that contains a prototype for function sd_ant_adv_burst_config_set...
I'm actually writing some data to the flash. I'm using pstorage api interface.
But whenever I flash the new firmware, I get some garbage data.
in my main function I would...
Posting this question here as there seems to be no Tech Support available in India.
I am looking for a BTLE solution that can be used in my BT device.
The functions...
My Problem
ble_app_uart app hangs at main.c line 503 " ble_stack_init(); "
My Setup:
SDK: nRF51_SDK_8.0.0_5fc2c3a
Device: nRF51 DK
Editor: CrossWorks
...
Hello development zone,
I'm new to nordic, and I have a question about role swithcing.
With knowing that, this kind of questions may be answered many times before only in...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
hello everyone
I have some questions with the following function in the hal_aci_tl.cpp file
static bool m_aci_spi_transfer(hal_aci_data_t * data_to_send, hal_aci_data_t...
Throughout twi_hw_master.c, there are lots of places where the code directly accesses PPI channel #0 and thus assumes it's available, as in:
NRF_PPI->CH[0].TEP = (uint32_t...
Hello, I have built a couple of custom boards in the past using the nRF51822 and have stuck very closely to the reference designs. They have all worked.
In my latest board...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hello,
I successfully flashed the experimental_ble_app_uart, I just modified it to do an echo (when I send something with my phone uart app, it give me back the same value...