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,we are developing NFC on NRF52832 recently,we want to use NFC as a label,T4T,but we have some problems as follows:
1、firstly,we want to develop NFCT by ourselves(not...
hello , i'am working actually on the timer of nRF52840 S140
my timer look like this:
but how to switch from millisecond resolution to microsecond resolution ? ( APP_TIMER_TICKS...
Hi!
I've try to made bootloader/recovery application that should to replace existing run-time application of the device. The F/W file for replacement placed in external...
Hello,
I am using Eclipse with ARM toolchain on ubuntu to buid my application with softdevice s132 api version 3.1.0. I managed to build on eclipse and merge softdevice...
We have a GPIO configured in the GPIOTE to generate an interrupt on the LotoHi and HitoLo transitions (Toggle). Inside the interrupt handler we would like to perform a slightly...
Hi to all,
i am developing a device with nrf52840 soc and i want use flash data storage module. i want to know what will happen if i had opened a record to read with fds_record_open...
Hello,
I would like to know if there is a easy way to delete the services from the CSC software.
I would like to transform this software as a beacon software.
Thanks...
Dear,
I see the Uart Rx packet loss at higher badurate, ie 460800, 921500, 1M.
I use NRF52, SDk15 with softdevice 6.0.
UART TX is no problem, but there is loss of RX...
Hi,
I am using a 24L01+(as PTX) communicating with a nrf52832(as PRX).
I can have these two device communicating, where nrf52832 can receive data from 24L01+.
However...
I am using SDK 15 and i have successfully flash soft device , boot-loader and application code using nrfgo studio. Connecting using nrf connect application. Click on the DFU...
Hi,
We are transitioning a product from the nRF51 to nRF52832, and I am looking into what I need to do to get our code ported over and approved with the Bluetooth SiG. ...
Hi there,
I am a using a nRF52/SDK 13 to communicate to an external board which uses AT commands, I would like to save some battery during the time I perform my AT command...