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 have created a new button events for our application in which it will record total time/ticks that the button is presses.
When you press button for 3-4 sec BLE...
Hellow,
I am trying to add different UUID bases for every characteristic.
I add the service like this:
uint32_t ble_service_init(ble_t * p, ble_write_handler_t write_handler...
I see at infocenter.nordicsemi.com/index.jsp a note how:
Missing feature: Serialization of the latest S132 SoftDevice v3.0.0 API (work in progress)
My questions...
Hi All,
It seems that my question may be repeated but I went over almost all similar posts and followed the suggested resolution, however no luck :(
I downloaded the...
Hi,
I have used a modified ble_uart example. I have added 14 extra characteristics in that example. When I have the device name to be 'devic NM' the number of attempts to...
Hi,
I would like to use nrf51822 chip with 128kB flash. My application was made based on the template version which is attached in SDK v11.0.0. Only blank template version...
I'm using the nRF52. I started off with SDK11.0.0 and noticed that SDK12.0.0 is available. It seems that the GPIOTE IRQ priority has gone from 2 to 6. Any reason for this...
Not a question, reporting a typo. InfoCenter "nRF52832.Product Specification.RADIO.Packet configuration" about the sixth paragraph "The S0INCL field in PCNF0 determines if...
Hello,
When I use the .hex of the tutorial, works ok. But when I compile the tutorial works Ok until when it suppost to sleep (after the timeout time), then gives an error...
I'm working on my owm dfu service and until recently I used pstorage_raw for handling memory. Now as I wanted to implement bonding, I added the peer manager, because I'm not...
What are the expected wait states when reading data from RAM and FLASH on the nRF52? This is stuff on the DCODE bus.
What I'm seeing whilst profiling is a load instruction...
Hello,
I had this compiler error issue .
I know this dirty laundry shall be cleaned by Keil and Microsoft Windows. But you still can help if you add to your SDK project...
I have clone nRF51 mesh project(nRF51-ble-bcast-mesh-master.zip), and I can find BLE_gateway sample project in the zip file, but I can't find a led_mesh project. Does anybody...