Electrical Resistance, Resistivity and Ohm’s Law

Resistance: Electrical resistance or simply resistance is the property of materiel which opposes flow of electrons. The unit of resistance is Ohms “Ω” and Resistance is denoted by ‘R”. Resistance between two ends or two point of material depends upon its length, its cross sectional area and type of material. Resistance is directly proportional to […]

React Native ScrollView and FlatList

React Native components ScrollView and FlatList are utilized in React Native applications to render multiple items. The dynamic display of components is a common requirement in mobile applications. ScrollView is suitable when the content exceeds the available space within a single view and necessitates scrollbar options. However, one disadvantage of ScrollView occurs when multiple components […]

ESP32: Simple web server using micropython.

Setup Micropython for ESP32: ESP32 is a low cost microcontroller that comes with Wi-Fi and Bluetooth connectivity interfaces. We can develop programs for ESP32 using Arduino and ESP-IDF frameworks. We have explained how to develop a simple LED blink program using ESP-IDF in our previous blog https://c2plabs.com/blog/2021/12/31/esp32-led-blink-tutorial-using-esp-idf-freertos-framework/. In addition to these frameworks ESP32 also supports […]

PlatformIO installation with Visual Studio Code and Hello world program.

PlatformIO is the complete IDE for embedded development, this is currently supporting different platforms and multiple boards in each platform. In this blog we will see how to install PlatformIO with Visual Studio code editor for developing embedded applications. We can get the details of different platforms supported by this IDE at https://docs.platformio.org/en/latest/platforms/index.html. PlatformIO also […]

Data science key definitions

When someone starts learning data science they come across lot of technical terms related to data science domain. I wanted to keep all the important data science terms and their definitions at one place for reference. Data Warehouse: Data warehouse is a system where a structed data related particular business process, or organization is stored. […]