So, further to the previous post earlier. I made a quick video showing the motor and code in action. Paper is on just to make it easier to see the motor moving.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
Code Club Electronics 16
Just been looking at the Arduino Motor shield. First off I found some example code along with the all important motor shield library which can be found here
The library is compressed, so once downloaded, I used the Arduino IDE tool to prepare the library software so it can be used.
The video below just shows how to do this. You still need to include the library in your sketch code with:-
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
Code Club 6/1/2024 reminder
The next Paignton Library code club will be on the 6th Jan 2024. We will carry on with what we were doing in previous sessions. This is mostly fixing laptops and also looking at building some electronics projects.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
LaTeX : Course takeaway – Page Orientation
I am still undertaking the EdX LaTeX Course, however one of the useful takeaways so far for me is to use the pdflscape package rather than the lscape package.
I have made a video which illustrates the difference between the two.
Video
This is just basic usage but it should be enough to get started.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
Taking Back the Web
Taking Back the Web with Decentralization: 2023 in Review
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
LxTerminal on LinuxMint 21.2
While the terminal application on LinuxMint is nice. I prefer to use LxTerminal (which I think is the default in Debian). I have made this video to illustrate how to install a different terminal within LinuxMint.
Once done, you can unpin the terminal application from the panel.
This can also be done from the software centre, but it makes sense to do this from the terminal as it is a terminal application being used.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
Code Club Electronics 15
I just found this, a way to connect the DC Motors we have at STEM group to some Lego, to make cases.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
Code Club Electronics 14
I want to build something for the science kit to make it easier to stir liquids. I have found a project for a DC motor controlled by a potentiometer. that also uses an Arduino microcontroller. This should be easy enough to build and attach a stirrer to. This can be soldered up, battery attached, power switch may also be needed.
Should then be easier to stir liquids for science experiments.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.
Linux and disk images
From time to time there is a need to take files on a device and convert these to something else.
First example, if you have installed media for a Linux OS on a flash disk, and you want to re-create an ISO file from this, the following may be useful.
Similarly, you may have a SD card or flash disk with a set of files, that you want to back up, you could copy the files to another device OR create a disk image that can be stored and later copied back on to an SD card for example.
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.