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,
I'm using nrf52840 DK to connect and receive usbhid message with the message size > 64 bytes (examples 343 bytes), so the message is divided to multi packages. I modified...
I am trying to build the nrf9160 from segger studio. I have installed and expoerted path of zypher and gnuarm toolchain gcc-arm-none-eabi-8-2019-q3-update-linux
I am getting...
I'm trying to run SDK examples on BL652 module from Laird (which is basically nRF52832) by means of debugger from nRF52 Dev Kit
Strange thing is that all examples (even...
However, I don’t know which SDK we currently use:
“ The new device version is software compatible with the current version if using SDK14.2/15.0/15.2 and Softdevices...
Dear Nordic Community We are about to develop a module for the nRF5340. Unfortunately we are using EAGLE CAD and not Altium Desinger. Would you mind adding the nRF5340 reference...
Hi,
In our app we would like the USB to change role. For example depending on Scenario and Command over BLE we would like to change the USB Device class or even turn it...
I am having a strange issue while using pc-ble-driver-py to perform tests with a BLE peripheral:
In these tests, the Peripheral sends a lot of data as fast as possible using...
Hi
I am using nRF9160 DK board ,below is my code, I want to create two threads in main() function for LED 1 and LED 2 to turn on led alternatively.
For some reason threads...
Hello,
I am currently developing a small Star network for the nRF52840 dongle using plain 802.15.4 protcol with the IEEE802.15.4 Library provided by the nRF5 SDK.
I use...
I can compile and run the beacon example in long range mode but advertising packets are not being received by any app on my mobile phone. Is there an app that's written for...
I was previously working on nRF51822 ble beacon, in which codes flash of hex 20006.
But i wanted to flash a code nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\experimental_ble_app_blinky...
Hello,
I want to put my nRF to sleep mode if I dont receive anything on UART/no activity on NUS for more than 10 mins.
Is there any example to achieve that?
Thanks...
Hello All,
We are working on a medical device that requires BLE connectivity. We could either use the nRF52 series SOC to run the application and the BLE communications...
I am using TWI 0 to communicate with an external EEPROM. 99% of the time this is going succesfully. For reasons best known to itself, my eeprom will sometimes fail to acknowledge...