Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
SWD is supposedly a multi-drop bus.
Is there a way to program multiple nRF chips using only the 2 SWDCLK/SWDIO pins?
How are people programming and verifying boards...
i compiled the ble_uart_exmaple program and it get downloaded to the kit then the four LED on the nrf51DK started blinking continously i dont know what happen to board and...
Hi,
I have a question regarding sending sensor values from a slave to the multi link central. I am using a custom profile on the peripheral to send sensor values as notifications...
I use softdevice s110 7.3.0 and SDK version 7.2.
Some times softdevice call app_error_handler with:
error_code 0xDEADBEEF
line num - 990
file_name - src\ll_ctrl.s0.c...
Hi,
I try blinky with softdevice example and reconfigure it to support nRF51822AA. I can program my custom board, I can debug as well, but led is not blinking. I have connected...
Hi,
I want to set the advertising interval to 10.24 sec.
I changed the value of APP_ADV_INTERVAL to 0x4000.
But when i try to discover my device using MCP, it is not...
I'm trying to track down an intermittent bug in programming our Nordic board. So, I'm having to laboriously reconstruct the SWD transactions and understand them.
A transaction...
I use nRF51822 Model in my project that I need to run bluetooth advertising all time. And when I measured current, I found 1mA that is not enough to run for 1 year by just...
Hi,
My project include two MCU with n51822 and STM32. I expect upgrading STM32 application firmware by n51822 DFU function. Do you give your advice to implement it by modifying...
Hi All,
I am struggling getting my N548 module to transmit any ANT+ ...
I have tried the Cycling Power Sample Application (S310)
And the Cadense / Speed (S210) Sample...
Hello,
Is there any delay between when the reset pin is driven low and the actual reset of the chip. Would it be possible to sense the reset pin and perform some quick...
I am designing an nrf52 based device running at 1.8V. To debug the device I was planning to use debug out option of the nrf52 preview DK. However, I just find that, the debug...
I'm trying to follow the code from one of your examples, specifically ble_beacon in SDK 8.0 and eventually I get to a point where I'm not sure what's going on so I figured...
Hello,
I have question. I using examples with nRF51-ble-peripheral-bond-handling with bls_service (PCA10028) and i have problem with unnecessary connection. I want that my...
I'm referring this blog on getting started with nRF51822 and in this same blog, there is a link to a video by Nordic on Introduction to Bluetooth Smart and after watching...