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...
Hi,
We're using nRF51288 on our product and we're interested to move to nRF52.
We bought the DK (PCA10036) EV board and migrated the code.
We've noticed that the...
Hi.
I am on compiling business now. Last days i tried to do GCC compiling and quite go well. But as always on last part i find an error.
My process:
Wrote code...
hi, I want to use BLUETOOTH for Position Service,
Did nrf52840 or nrf52832 support new feature in BLUETOOTH5?
like (1)LE Extend ADV?(2)LE Periodic Advertising Create sync...
Hi
I would like to write some data to flash directly before powering off. I have a few questions:
What is the best way to know if my write operation has finished...
Hi,
The followings are more like an observation rather than a question..
We just upgraded to SDK 14, and realized that some of the RTT logs were mysteriously disappeared...
Our application is running as a peripheral on a nrf52823 with SD132.
It starts running with slower connection interval (95-100ms) which is what we initialize the stack to...
I write the code without BLE part first, all the function works good but after I add the BLE part, it cause the chip reset. it seems like a random reset. why?
Hello, we would like to release our product to the market.
Our device is a (BLE) beacon based on nrf52 which is advertising some data encoded as manufacturing specific...
Hi everyone!
I have probelem with receice data over UART. In the other MCU use core ARM as : STM32, NXP... when a byte is recieved, MCU has flag to notify. That is "interrupt...
My code is in the link attached:
github.com/.../master
With that code we have a current measurement of 1.1mA. As you can see in the code, we have tried to disable all...
Hello guys, i am Dani.
Actually i am new in hardware communication and i have problem with BLE - Android Pairing.
The details are as follows:
I was trying to perform...
Hello,
As per my requirement I want to develop a device that would be capable of sending & receiving data to & from a web server & at any point of time multiple devices...
Hi everyone,
I am using board PCA10040 v1.1.0, softdevice 13.0.0, Eclipse Oxygen. I am trying to connect my board with a device call Daydream controller .
There is also...