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...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I have software on my PC with an NFC reader attached, that connects to my nRF52 devices, reads the NDEF tag, modifies it, writes it back, then reads back the modified value...
Hi,
I've been trying to get the button events from the nrf52832 where FreeRTOS is enabled.
https://gist.github.com/gpgabriel/f070e39f335da8579e9a577b44109237
The 2 function...
Hi, We are testing the dfu ota example for the PCA10040. In our application we have some default values and settings are stored in the RAM. nrfutil is unable to generate the...
Hello,
I am using the Thingy app for ios as reference to read my own temperature sensor. However, I am reaching a point where I get stuck.
I cannot understand/find where...
Are there any limitations when the central is connected to 20 peripherals at the same time? Is there a minimum connection interval (ie, can I set them all to 7.5ms?).
Hy everybody,
I'm trying to implement DFU bootloader in our custom board, starting from the "bootloader_secure_example", where I just changed leds and button pins in order...
hi,
i am doing nrf_mesh_dfu example with nrf_sdk_for_mesh v1.0.1.
so far i am able to generate device public_key and private key by following instructions .
and also...
Hi, I get a hard fault when I try to add an own UUID to the softdevice S132. I'm using Eclipse with GCC compiler, Rigado BMD350 eval board with the nRF52832 chip on it. As...
Hi Nordic DevZone ,
I wanted to enable the new feature Advertising Extensions in the example application light_switch and see how it works, but unfortunately i can not...
Hi,
i am evaluating the use of the nRF51822-QFxx for our product and made good experience with the nRF51-DK. Now, i would like to layout the custom pcb and i am not sure...
Hi
The definition for nfc_t4t_ndef_rwpayload_set() is that it takes buffer_length parameter.
And the comments state "buffer_length Length of buffer (maximum writable NDEF...
Hello there,
I have developed a board with nRF52840 and a sensor. My hardware and tools setup is:
SDK: nRF5_SDK_for_Thread_v0.10.0_e1c3d11
Thread version:OPENTHREAD...
Hi, I'm using evaluation board nrf52 (nrf52832) and using SDK 13 (nRF5_SDK_13.0.0_04a0bfd) and programing it using eclipse. Here is the code:
Someting is not working and...
I am able to disable the reset function of P0.21 by erasing UICR register and undefining CONFIG_GPIO_AS_PINRESET .
Still i can't set P0.21 as output and set it to 1.
According to the User Guide,
After each byte has been sent over the TXD line, a TXDRDY event will be generated.
When all bytes in the TXD buffer, as specified in the TXD...