EN / USD
2 Items
 Home
Blog
Introduction to Atoms
what is atom, types of atom, basics of atom, atoms intro, atoms basics, atoms structure, atoms construction, atoms bonding
Hello, friends today we will discuss the basic concept of chemistry it is our first tutorial series in which we will discuss: Atom Molecule Ion Molecular ion Now in this article, we will discuss atoms. Its definitions, examples, properties, its evolutionary history, and also some important facts in the form of questions. Atom Definitions A tiny particle that cannot be seen with a naked eye so-called atom. Or Atom is the lowest unit of matter and is often divided without the discharge of electrically charged particles. Or Atom is the introductory structure block of chemistry. Examples From molecule; Hydrogen (H2) It has two atoms. Nitrogen (N3) It has three atoms From elements; Helium(He) It has two electron Properties We discuss different properties of atoms ...
Blog
Raspberry Pi Pico Dual Core Programming with MicroPython
Raspberry Pi Pico Dual Core Programming with MicroPython, raspberry pi pico dual core programming, dual core rpi4, rpi4 dual core, dual core in raspberry pi pico, raspberry pi pico dual core, dual core mode in rpi pico
Hello readers, I hope your all are doing great. We know that a Raspberry Pi Pico module comes with multiple inbuilt features for example onboard memory, processing units, GPIOs or General Purpose Input Outputs (used to control and receive inputs from various electronic peripherals) etc. In our previous tutorials, we discussed how to access GPIO pins of the Raspberry Pi Pico module for both input as well as output operations. In this tutorial, we are going to discuss another important feature of the Raspberry Pi Pico module (RP2040) which is Dual Core Processor. The Pico board features with 133MHz ARM Cortex-M0+, Dual Core Processor. This dual-core feature makes the Pico module capable of multiple thread execution or multithreading. Now before writing the MicroPython program let’s first un ...