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 am now implementing a nordic52832 project On this
nRF5_SDK_14.0.0_3bcc1f7\examples\proprietary_rf\esb_ptx
nRF5_SDK_14.0.0_3bcc1f7\examples\proprietary_rf\esb_prx...
Hi,
I am currently implementing an application which uses PPI to control SPI transaction when a HIGH-LOW transition is detected on a GPIO pin.
I first set up the transaction...
The *_DEF macros in SDK14 define service structures as static. This means that the application level functions for a service must all be called from the same c file where...
I am using Eclipse for developing nRF52 software with SDK 13. Eclipse works great in indexing the SDK files and lets me move around quickly in the codebase. But I am searching...
Hi,
I want to mesure the current consumption for BLE advertising with my nRF52 DK kit. I did the right thing as in the document(section "Using an ampere-meter for current...
Hello,
I just had a look at the gcc_startup_nrf52.S file and now I wonder, what the reason might be for the huge amount of reserved interrupt slots? According to my math...
I'm trying to test nRF SDK for mesh, "nrf5_SDK_for_Mesh_v0.9.2-Alpha".
Testing on "light_control" example.
I'v succeeded to build the example sources and flashing to nRF52DK...
Will the Bluetooth Mesh SDK be incorporated as a part of the ordinary SDK in the future or will it continue as its own SDK?
And are there any news regarding when the next...
Hi all.
On a competitors module (Simblee) it has a feature where it could pass a user interface back to the smartphone
This is a link that explains how it is done
evothings...
Hi,
according to the documentation, sd_ble_gap_adv_stop can return NRF_ERROR_INVALID_STATE which means that I am most probably not in the advertising state. So what exactly...
Hi! I am working with ATT_MTU_Throughtput example, It works correctly. But I don't understand how it is can receive data ( " Type 'run' when you are ready to run the test...
I want to scan the packet coming from phone and then advertise the characteristic data.How do I do it. Can you suggest the code that implements this functionality. In multirole...