-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I have a strange problem trying to use timer1 in a trivial app that's loaded via DFU. I can't get delays longer than about 1 second, despite having the prescaler set to 9...
Hello Everybody,
My development board type is Nordic nRF51 - DK pca10028 board link I press Boot/Reset button and plug in the USB cable, then the LED5 is blinking,Now entered...
Hi,
I would like to connect my nRF51822 board to my PC (Bluetooth 4 compatible) instead of my Android phone.
Do we have a software (in exe) format available for that...
Hello,
I am testing the sample project under \nrf6310\s310\ble_ant_app_hrm.
I just made one modification to bond_manager_init function in main.c:
static void bond_manager_init...
According to the Product Specification of nRF51822, the internal 16MHz RC clock has tolerance up to +-5%. I am wondering what the context of this 5% is. Is it the highest...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Hello Guys,
Everything was working fine with my nRF51822 device but all of the sudden the hardware started not to resume advertisements upon disconnecting from the host...
I have an application which runs successfully when downloaded and executed by my Crossworks IDE and J-Link debugger.
However if I just download the code and detach the...
Hi,
I am using an nRF51DK device in sniffer mode.
I could see devices discovered in the console window.
Launched "Wireshark" tool using "w" command.
I could see the...
Hello,I found in S120 documentation that minimum connection interval for 8 peripheral connected to central must to have minimum connection interval 20 ms.But what is the minimum...
Hi Developers!
I programmed a new code for my custom board's nRF51422, where I use the TIMER1 to generate 500ms interrupts to measure something important with this scheduling...
I was doing some works with ble_app_uart in nrf51822. I have added some modification in the main function according to my requirements. What i have to do is, read data over...
I use master emulator API and I developed a application starting from NRF-usart example.If I send a indication packet from server(nrf51822 beacon-wich use s110 ) to client...
I have created customized services according to nAN36 Document. Everything is fine and it is advertising perfectly.
But issue is I don't have any Android APP for same services...