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...
Hello! I know there're a lot of questions about program custom board.
I try to programm my board used onboard j-link (p19 socket)
I can't pass the first step - can't force...
Hi. I've developed a custom board on an old E0 51422 chip with SDK 6.1 and SD110 7.3.0. Everything works fine with that setup (SPI, interrupts, timers, etc).
Got new batch...
I have a project (using a Ble Nano) that currently is running on Nordic SDK 8.1 but I want to update it to 12.2 . I currently use terminal to compile the project (I got the...
I am using Segger for Mac. I followed the tutorial on importing a Nordic example from the Nordic SDK 12.0 examples folder. It is the UART BLE Peripheral Example.
I got...
Hi all, I'm working on secure bootloader SDk12, I made the required changes to work button less dfu now it jumping from application to bootloader but it needs write 0x01 manually...
The program is hanged when I use below code to set Manufacturing specific data (I am using SDK12.0.0 S130) Please comments.
uint16_t DataSize = 14;
uint8_t MfgSpecData...
Hello,
I would like to implement a precise timer which calculates/counts the time in microseconds which I can use for
calculating the time elapsed between parts of the...
Hi!
Does anyone run UARTE with EasyDMA enabled? I don't want to use interrupts and simply copy every received UARTE bytes to global tx_buffer....and pooling with amount...
Hi,
I want to produce a shared secret key between a Smartphone and a NRF52 in order to encrypt data later with AES-128 (example of key sharing: here ).
To do that i need...
Been having a bit of trouble porting our nRF51 project to nRF52 SDK11. It seems to not like using hal_cm4.c from RTX_CM4.lib with FPU. Seems to get stuck on OS_Tick_Handler...
HI,I want to store some data in 51822. These data was store by my program. I know the pstorage.c could store data. When I do DUF the data could be erased by the bootloader...
I am interested in optimising inputs for ADC measurement on an nRF52.
I have seen quite a bit about nRF51 but am unsure if this remains relevant for nRF52?
Hi!
I have an nRF52832 on a custom board. I managed to flash it through JLink and STLinkv2. But suddenly, I wasn't able to communicate to it anymore.
Openocd tells me...
Hi
The new signed DFU in the SDK12.1 comes along with a experimental buttonless DFU. There are a few bugfixes required to make it working, but the nRF Toolbox app didn...