Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> 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...
With nRF51822, I have a GPIO port configuration function as:
static __INLINE void nrf_gpio_cfg_output_S0D1(uint32_t pin_number)
{
NRF_GPIO->PIN_CNF[pin_number] = (GPIO_PIN_CNF_SENSE_Disabled...
I'm putting an nRF51 into an existing electronic device where I can't change the case at all. That means that my antenna will be very sub-optimal. However, I don't need very...
We are experiencing bizarre, bizarre DFU problems.
I have a custom circuit board with a NRF51822-QFAC - when I initiate a DFU with an iPod touch purchased in the United...
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...