Philippe CharrièreforPhilippe Charrière's Blogk33g.hashnode.net·Apr 16, 2023FeaturedWASI, first stepsThis blog post is an introduction to WASI, the WebAssembly System Interface. But first, let's talk a little bit about WASM. This blog post is the first of a long series dedicated to WASI. Quick reminder: WASM? WebAssembly (nickname: WASM) is a low-...Discuss·54 likes·682 readsWASI and Node.jswasm
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 1, 2022Set up your Pico with TinyGo and VSCodeIn this article, I will show you how I set up my development environment for TinyGo on the Pico using VSCode as my IDE. The TinyGo web site has a detailed installation guide for various operating systems. So, the steps below are just for your quick r...DiscussTinyGopico
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 10, 2022Concurrency with GoroutinesLet us modify the simple blink program from our earlier tutorial to run multiple tasks simultaneously. This is what we call concurrency. Go has a number of primitives to help make programmers' lives easier when they create concurrent programs. In ...DiscussTinyGotinygo
Philippe CharrièreforPhilippe Charrière's Blogk33g.hashnode.net·Apr 16, 2023FeaturedWASI, first stepsThis blog post is an introduction to WASI, the WebAssembly System Interface. But first, let's talk a little bit about WASM. This blog post is the first of a long series dedicated to WASI. Quick reminder: WASM? WebAssembly (nickname: WASM) is a low-...Discuss·54 likes·682 readsWASI and Node.jswasm
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 31, 2022TinyGo Channels on the PicoIn this tutorial, we look at how goroutines can communicate with one another using what are called "channels". https://youtu.be/NmEMwFQ0MI0 Objective One of our earlier tutorials covered GoRoutines, which are one of the most common concurrency primit...Discuss·50 readsTinyGotinygo
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 13, 2022GPIO and Interrupts on the PicoIn this tutorial, we explore how to connect external devices such as LEDs and push buttons to the Pico, and how to use an "interrupt" to handle an input. https://youtu.be/I5uVHBgOZQo Objective We need to create a program which continuously blinks an...DiscussTinyGotinygo
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 10, 2022Concurrency with GoroutinesLet us modify the simple blink program from our earlier tutorial to run multiple tasks simultaneously. This is what we call concurrency. Go has a number of primitives to help make programmers' lives easier when they create concurrent programs. In ...DiscussTinyGotinygo
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 4, 2022Your first program: Blinking an LEDIn this tutorial, we look at what it takes to create the simplest program of all - one that blinks the onboard LED on the Raspberry Pi Pico. https://youtu.be/B-6GsoEg0Lw The Program The program itself is simple - about 15 lines of code. // blink.go ...DiscussTinyGotinygo
Charath RanganathanforPragmatik.techpragmatiktech.hashnode.net·Jul 1, 2022Set up your Pico with TinyGo and VSCodeIn this article, I will show you how I set up my development environment for TinyGo on the Pico using VSCode as my IDE. The TinyGo web site has a detailed installation guide for various operating systems. So, the steps below are just for your quick r...DiscussTinyGopico