deadprogram · @deadprogram
642 followers · 337 posts · Server social.tinygo.org

Only 3 weeks until the Gophercon US Hardware Hack Session!

Make your travel plans to arrive in San Diego by 10AM Tuesday, Sept. 26 and you could receive one of 200 GoBadge programmable badges we will be giving away. We will also fly drones, control robots, and much more all using Go and TinyGo.

Your regular conference ticket gets you in, no extra charge for this amazing community event. Do not miss it!

gophercon.com/agenda/session/1

#gophercon #golang #tinygo #hardware #drones #robots #gobadge

Last updated 1 year ago

Bull Finch · @bullfinch
20 followers · 11 posts · Server ioc.exchange

Thank you Mastadon! I did not know existed until now!

#tinygo

Last updated 1 year ago

sago35 · @sago35
69 followers · 21 posts · Server social.tinygo.org

Version 0.2.0 of sago35/tinygo-keyboard, the USB HID Keyboard firmware from TinyGo, is now available. Since Vial is now supported, the keymap can be changed from the browser. Please try it.

github.com/sago35/tinygo-keybo

#tinygo

Last updated 1 year ago

Tony Smith · @smittytone
6 followers · 45 posts · Server hachyderm.io

I like and I like the . Can I use the one to program the other? It turns out, thanks to the project, I can.

blog.smittytone.net/2023/08/19

#go #raspberrypi #rp2040 #tinygo

Last updated 1 year ago

gram · @orsinium
105 followers · 448 posts · Server fosstodon.org

@attie

1. The easiest way to get into microcontrollers for you is to buy @adafruit or and program it on , a limited version of .

adafruit.com/product/4200

2. will let you program anything and smartly utilize limited resources. Entry level is high.

3. strikes the balance. It's easy to learn and with you can program any microcontrollers, including abovementioned pybadge.

tinygo.org/

#circuitpython #pybadge #pygamer #python #rust #golang #tinygo

Last updated 1 year ago

gram · @orsinium
93 followers · 329 posts · Server fosstodon.org

@palash Goroutines certainly work on , I use them a lot. They are just single threaded, but "concurrency is not parallelism", so it shouldn't affect how you write code.

Plus, if you have troubles with the scheduler, you can always try .

#wasm #golang #tinygo

Last updated 1 year ago

conejo :bun_lurk:🐰:tinyGo: · @conejo
239 followers · 692 posts · Server social.tinygo.org

@tomgrau "machine" is a package from tinygo (each board has its own), there's a tinygo plugin for goland (it lets you download tinygo and config which board are you using) which solve the issue, I think there's one for VSCode too, better ask in gophers.slack.com channel

#tinygo

Last updated 1 year ago

mafe · @mafe
87 followers · 274 posts · Server layer8.space

After Daily Business Follows Serious Business. meets

#tinygo #picobricks

Last updated 1 year ago

deadprogram · @deadprogram
623 followers · 317 posts · Server social.tinygo.org

My slides for "A Small Update About TinyGo - GopherconEU 2023 Edition" are available here:
deadprogram.github.io/gopherco

#gopherconeu #golang #wasi #webassembly #embedded #tinygo

Last updated 1 year ago

conejo :bun_lurk:🐰:tinyGo: · @conejo
237 followers · 649 posts · Server social.tinygo.org

RT deadprogram: About to give my lightning talk "A Small Update About TinyGo" here at

#gopherconeu2023 #tinygo

Last updated 1 year ago

conejo :bun_lurk:🐰:tinyGo: · @conejo
238 followers · 640 posts · Server social.tinygo.org

RT doniacld: @\TinyGolang in the place with @\deadprogram A small update with the latest news! 🔥🔥🔥@gopherconeu

Encoding/json YES

And shoutout to the community @\_CONEJO @\whittileaks @\sago35tk @\k33g_org 😍

#gopherconeu #golang #tinygo

Last updated 1 year ago

deadprogram · @deadprogram
614 followers · 304 posts · Server social.tinygo.org

About to give my lightning talk "A Small Update About TinyGo" here at

#gopherconeu2023 #tinygo

Last updated 1 year ago

mafe · @mafe
84 followers · 230 posts · Server layer8.space

After peeking into the Code I found the issues:

- no automount in my setup, so no RPI-RP2 in /run/media
- neither /run/media nor /media on NixOS
- root required to copy .uf2 over 'cuz dunno

I kinda changed the uf2 flashing routine to work on my machine, but this obviously breaks all the other machines it's working on.

Maybe some `mount -v | grep RPI-RP2 | cut -d " " -f 3` might work in the long term.

#tinygo

Last updated 1 year ago

deadprogram · @deadprogram
614 followers · 304 posts · Server social.tinygo.org
Ladislav Prskavec :go: · @abtris
50 followers · 78 posts · Server hachyderm.io

Thanks @conejo for great new toy for playing.

#GopherconEU #tinygo

Last updated 1 year ago

mafe · @mafe
84 followers · 216 posts · Server layer8.space

@derek @joeycastillo Will there be support? 😁
The RP2040 and Pico (without W) are supported right now, so it would be an interesing quest to write some reader firmware for this.

#tinygo

Last updated 1 year ago

gram · @orsinium
34 followers · 129 posts · Server fosstodon.org

@RenewedRebecca I personally used for programming adafruit and for programming a DJI Tello drone. In both cases, the experience was great.

#tinygo #pybadge #Gobot

Last updated 1 year ago

gram · @orsinium
34 followers · 129 posts · Server fosstodon.org

@RenewedRebecca Then is a good choice. There is Go compiler for all kinds of microcontrollers, and it also includes SDKs for all kinds of peripherals:

tinygo.org/

And is a collection of SDKs for robots, watches, and other tech:

gobot.io/documentation/

#golang #tinygo #Gobot

Last updated 1 year ago

gram · @orsinium
34 followers · 129 posts · Server fosstodon.org

@PlumpCat Good luck with your journey! Programming is fun, and is very versatile. I use it to generate art, produce assets for my board game, power lots of websites, notify me about things, analyze and visualize data. Oh, and it pays my bills.

I've got last week. However, I use instead of Python to program it, which seems to me like a better fit for small places.

#python #pybadge #tinygo

Last updated 1 year ago