Download grbl latest zip file from the github link https://github.com/gnea/grbl. Extract the zip file.
By admin, 7 April, 2022
SerialPortCL.cs
By admin, 19 March, 2022
Open terminal and run this command for display configure
sudo nano /boot/config.txt max_usb_current=1 hdmi_group=2 hdmi_mode=87 hdmi_cvt 800 480 60 6 0 0 0 hdmi_drive=1
sudo nano /etc/lightdm/lightdm.conf
# for no sleep screen
[Seat:*]
xserver-command=X -s 0 dpms
 1. Editing the /boot/config.txt with the following changes:
By admin, 14 February, 2022
┌──(rnjn㉿kali)-[~/PycharmProjects/DigiRasp]
└─$ sudo ssh pi@192.168.1.40 255 ⨯
The authenticity of host '192.168.1.40 (192.168.1.40)' can't be established.
ED25519 key fingerprint is SHA256:KeTgtMvFfOQTH2nzpkOIb07kKYAorBLlCXM94MYGpC0.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])?
By admin, 9 February, 2022
At first open terminal and update the system using the following command:
By admin, 5 February, 2022
Create ~/.Xsession
with whatever you want to start. You might want to throw in a few lines to avoid screen blanking and screen savers:
sudo nano .Xsession
By admin, 8 December, 2021
To solve this issue ,In visual Studio go to project menu and click on project properties under Platform target
and uncheck the Prefer-32-bit.

After that rebuild the project and run the application.
By admin, 1 December, 2021
public void CreateGraph(ZedGraphControl zg1, SQLiteConnection mbConnection)
{
zg1.GraphPane.CurveList.Clear();
Console.WriteLine("Just Click on Humidity");
GraphData sd = new GraphData();
sd.getGraphData(mbConnection);
// List<Double> valueList = new List<Double>(sd.dateHumidity.Values);
// List<string> keyList = new List<string>(sd.dateHumidity.Keys);
/* for (int i = 0; i < sd.x.Count; i++)
{
pList.Add(sd.x[i], sd.y[i]);
By admin, 28 August, 2021
package com.infant.warmer.mpchart;
import android.Manifest;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.MotionEvent;
import android.view.View;
import android.widget.Toast;
import androidx.annotation.RequiresApi;
import androidx.appcompat.widget.Toolbar;
import androidx.core.content.ContextCompat;
import com.github.mikephil.charting.charts.LineChart;
import com.github.mikephil.charting.components.Axis
By admin, 18 August, 2021
Â
C:\Users\DIGILINE RANJAN>python -m pip install pyqt5

Â
Now run the pyqt5 example using python command