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...
I have been working on an application for iOS for a few months now, and I want to give my users the best experience possible, when it comes to the peripheral I intend to use...
I would like to test the Fatfs demo using a target spi flash memory chip. The example code calls out sd card fatfs driver. Can I assume that spi flash memory is the same as...
I'm building a software for the nrf5822 using pc10028. I'm using CMake and after following both morf.lv/modules.php and devzone.nordicsemi.com/.../ I successfully made the...
Hello Noridc,
Liking your solutions, and I appreciate the thorough documentation.
Working on layout and so I was looking carefully at your reference design Gerbers for...
Peer manager worked fine for bonding on my pca10040 board. However, when I flashed the code to my prototype, built with a SparkFun nrf52832 prototype board, I received PM_EVT_ERROR_UNEXPECTED...
Hi team,
Iam using sdk12.1.0(ble_app_beacon and ble_app_hrs_c) , i modified the advertising data and sending to other end.other end one scanner is receiving the data .but...
Hi,
i am beginner to Nordic i want to work with MMA8652FCR1 using NRF52 DK board is there any example to understand What is TWI and How to work with it. and also how i can...
Hello to all embedded Jedi Knights!
I was wondering, how could I read the CTRL-AP's APPROTECTSTATUS register (of an nrf52832) using the J-Link commander.
I know that...
What are the states of the bi-color LED (LD5) on the DK?
I'm aware that solid green is enumerated and 10Hz blinking is not enumerated (or power-only). Do the other states...
Hello,
i decided i will use a nrf52 3rd party module for my project cause i want to skip Qualification Process and Bluetooth RF-PHY test.
I haven't seen any 3rd Party...
nrf52DK - SDK12.2
This is probably a simple thing I am missing but I can't seem to find the answer.
I have been following the tutorial for BLE Characteristics ( here...
Hi,
I am working with a nrf51822 and I have seen that the way to wake up from System Off mode is by a GPIO interrupt. I wanted to know if it is needed to configure previously...
I am a new to the uVision4 and having trouble with the 51822 evaluation kit demo.
I am able to build the ble_app_hrs demo and can load and run it using the Flash / Load...