Skip to content
  • Email
  • LinkedIn
  • GitHub

Jump Start into Programming

How-To start …

Tag: C

Python and C meet Boost

July 15, 2021July 15, 2021 Andrew KirikGeneral

In the previous post we created C library and used it in Python code. And you noticed how much time we spend on memory management. Is there a way to make our life easier? Yes,[…]

Continue reading …

Python meets C

May 5, 2021July 13, 2021 Andrew KirikProgramming

Python becomes more and more popular. It has lots of libraries one can use. But if you need to do complex calculations it’s not very effective. Better approach would be create CPU consuming part in[…]

Continue reading …

WebAssembly, part II

October 30, 2020October 30, 2020 Andrew KirikWeb Development

In the previous post we setup a tool chain to build WebAssembly code and created our first Hello World application. In this step we will learn how to call WebAssembly from JavaScript and how call[…]

Continue reading …

WebAssembly 101

October 22, 2020October 26, 2020 Andrew KirikWeb Development

WebAssembly is a low level code (similar to assembly), which could be written in C/C++ or Rust, compiled (to .wasm file), and run in a browser together with JavaScript. To create WebAssembly binaries we will[…]

Continue reading …

.NET Core (or “No Hands” programming part 2)

November 24, 2018March 20, 2019 Andrew KirikUnix Programming

Today we are going to create Hello World application without writing single line of code. And we are going to create Hello World application on Windows but we will test in on Linux. Java again[…]

Continue reading …

Alcohol Click and Curiosity Board

October 9, 2018March 20, 2019 Andrew KirikEmbedded Programming

Let’s continue with Mikroelektronika Clicks. This time we will be using Alcohol click. Plug Alcohol click into Curiosity board and connect it to you USB port. Open MPLAB X IDE, and go to File ->[…]

Continue reading …

LCD mini click and Curiosity board

September 7, 2018March 20, 2019 Andrew KirikEmbedded Programming

Now that we know how to use at Microchip Code Configurator let’s explore it full potential. Microchip Curiosity boards support mikroBUS socket. Let’s see how we can use it. As a first test we will[…]

Continue reading …

Microchip “No Hands” programming

August 28, 2018March 20, 2019 Andrew KirikEmbedded Programming

What to create microcontroller application without writing any code? Keep reading… Let’s create a project. It would be again Blinking LED demo. Open MPLAB X IDE, and go to File -> New Project. – Microchip[…]

Continue reading …

Calculator with PIC microcontroller (PIC16F690)

July 22, 2018March 20, 2019 Andrew KirikEmbedded Programming

Let’s create simple calculator using microcontroller. I will be using Microchip PIC16F690, LCD Display (1602A-1), and “4×4 Universal 16 Key Keypad For Arduino”. We will start with creating simulation with Proteus and then create real[…]

Continue reading …

PIC microcontroller, part III

June 19, 2018March 20, 2019 Andrew KirikEmbedded Programming

In Part I and Part II, and in PIC Curiosity we learned how to create a project, build it, test it and deploy on a PIC microcontroller. Now we need to learn how to do[…]

Continue reading …

Posts navigation

Older posts
  • Home
  • About
  • Contact
  • WinDbg
  • Links

Search

About This Site

Ever wanter to try something but didn’t know where to start? I might be able to help…

Recent Posts

  • Python and C meet Boost
  • Python meets C
  • Useful Links
  • Flutter
  • WebAssembly, part II

Categories

  • Android Programming
  • Arduino
  • Continuous integration
  • Cross-platform
  • Debugging
  • Embedded Programming
  • General
  • Microchip
  • Microcontrollers
  • Programming
  • Raspberry Pi
  • Source Control
  • Tools
  • Unit Test
  • Unix Programming
  • Web Development
  • Windows Programming

Tags

.Net .Net Core Android Ant Arduino AWS C C++ c-sharp C/C++ Click cloud CMake Curiosiry Curiosity Debugging git GUI HTML Java JavaScript Jenkins JUnit Linux make makefile MCC Microchip Microcontroller MikroElectronika MySQL Perl PHP PIC PIC16F Proteus Python Qt Tools Travis CI Web WebAssembly WinDBG Windows xUnit

Search

Categories

  • Android Programming
  • Arduino
  • Continuous integration
  • Cross-platform
  • Debugging
  • Embedded Programming
  • General
  • Microchip
  • Microcontrollers
  • Programming
  • Raspberry Pi
  • Source Control
  • Tools
  • Unit Test
  • Unix Programming
  • Web Development
  • Windows Programming
Proudly powered by WordPress | Theme: Oblique by Themeisle.