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...
I successfully compiled and loaded the UART/Serial Port Emulation over BLE example on an AdaFruit Feather board.
I can connect to the Nordic UART Service, then send data...
I have built my application on ble_app_uart in keil in SDK 14, so I just did the same and copy-pasted my code into the latest ble_app_uart example built with ses in SDK 16...
So far i've failed to find a single source that contains comprehensive information on where errata items have been addressed. I do have multiple unrelated sources for information...
Hello, I want to try the secure bootloader + softdevice 7.0.1 + ble app buttonless dfu example from SDK16 I want to test all that in our custom board NRF52832-QFAB (256k flash...
Hello, I modified the ble_app_blinky example to work on our board (removed leds and buttons) and modified the board pca10040.h the new application worked on the devkit but...
Hello, I am completely new to embedded software development (so far I have been using development boards such as Teensy, Feather and Arduino) and I recently acquired the BLYST...
Hi
I'm currently look into the noise floor of the SAADC samples on a custom PCB with a nRF52
I'm running the ADC at maximum sensitivity (4x gain, Vref=0.6V) differential...
Hello
I have a power constraint device. Limit is not the total charge of a battery or so. Limit is the peak current.
Available (peak) current is around 4mA (@1.8V), current...
Hi,all. i face a problem that i used lightblue on iphone6(ios8.3 12F70) to connect my device(nRF51822),after sometime,disconnected automatic.
lightblue says:The connection...
Hello Community,
does an opened timeslot session affect my power consumption?
I need a cyclic timeslot for my application and I'm wondering wether it generates an incrased...
Dear team:
I have a question with nRF52832 XATL 32.768K. When I used 13 GPIO to be a interruption,the internal clock delay was more slow than before。what was wrong with...
I am not able to send ble_nus_string_send 8th time when I am calling it for 8th time. That is it is sending 140 characters. I am sending data from nRF51822 using ble_nus_string_send...
Try as I might all searches for anything related to sd_rpc_* give 'no results'. Admittedly the search engine for the online and offline documentation is poor/difficult to...
Hello,
On our current hardware there are no IO pins left to add any dedicated U(S)ART connectivity. Therefor is there a way to perform any kind of serial monitoring via...