Category Archives: Uncategorized

How to remove LED flickering in webcam

LED flickering in webcams can be a pesky issue, especially when you’re in the middle of an important video call or recording a video. The flickering is often caused by the mismatch between the frequency of the LED lights and … Continue reading

Posted in Uncategorized | Leave a comment

Electronic symbols

Symbol Name Battery (one cell). Negative on the left. Battery. Negative on the left. Earth ground Chassis ground Signal ground Switch (Single Pole, Single Throw – SPST). Normally Open (NO). Switch (Single Pole, Single Throw – SPST). Normally Closed (NC). … Continue reading

Posted in Uncategorized | Leave a comment

[LINUX]How to mount NAS network drive or folder in Raspberry pi

we could mount network share or folder or drive, on linux  Follow step to install  required software and mount NAS share Open a Terminal and install   CIFS utility as mentioned below, sudo apt-get install cifs-utils or sudo apt-get install … Continue reading

Posted in How to?, Linux, RaspberryPI, Uncategorized | Tagged , , , , , , , , | Leave a comment

How to add new layer in Yocto i.mx6

It is suggested to create a layer when creating or modifying any metadata file (recipe, configuration file or class). The main reason is simple: modularity. Follow these steps 1. To have access to Yocto scripts, setup the environment from the … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

How to Watch Live Interrupts

Watch Command useful to check timely update from shell. Here is example to check in interrupts every one second $ watch -d -n1 “cat /proc/interrupts”     It shows interrupt count updated in highlighted 🙂 

Posted in Uncategorized | Tagged , , , | Leave a comment

[BBB] How to connect 1TB external USB HDD with NTFS on Beaglebone Black

BBB Linux doesn’t recognise NTFS File System by default it throws error. if you check by using following command $df -h most of time you may see /dev/sda1 is not available. it needs additional package to understand NTFS filesystem. install … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment

[Qt] How to cast objects in Qt

Qt has many advantages and sometimes C++ developer finds it difficult position to choose between standard C++ and Qt native calls. Here is good way to do casting between Qt objects and widget Use of qobject_cast() for casting objects  instead … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

[BBB]Bluetooth on Beaglebone black & white

I had purchased cheap BT dongle on ebay and luckly my beaglebone black recognized it.my happiness short lived. Since BT transfer file or any device was not able to discover. to fix this issue i had to go through following … Continue reading

Posted in Uncategorized | Tagged , , , | 14 Comments

[Raspberrypi] How to install lighttpd and PHP on RaspberryPI

This is a how-to to on installing and setting up lighttpd and PHP on raspberrypi. Lighttpd or “lighty” is a webserver with a very low use of resources. Install the packages we need: (this may not be all, but these two will … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment