Trending

#TinyGo

Latest posts tagged with #TinyGo on Bluesky

Latest Top
Trending

Posts tagged #TinyGo

Post image

Looks like Gopherbot made a new friend at the @officialarduino.bsky.social booth at Embedded World!
#golang #tinygo #ew26

7 3 0 0
Post image

Talking about running @tinygo.org on MIPS with James Prior at Embedded World.
#golang #tinygo #ew26

6 2 0 0
Post image

Embedded World Day 2 begins, let's Go! #ew26 #golang #tinygo

9 3 0 0
Post image

Here chatting about @tinygo.org with Espressif at Embedded World. #tinygo #golang #ew26 #esp32

5 4 0 0
Preview
M5stack Japan Tour 2026 Spring Osaka 今年も開催!M5Stack Japan Tour 2026 Osaka!! 【イベント概要】 例年大盛況!「M5Stack Japan Tour 2026 Osaka」を開催し...

ってことで 2026/04/25 の M5stack Japan Tour 2026 Spring Osaka に展示も含めて申し込んでみた。展示は先着みたいなので展示できるかは分からないけど、展示できるなら koebiten を M5Stack Basic で動かすやつを展示予定。
#tinygo
peatix.com/event/4889367/

1 0 0 0
Post image

Hanging at the @seeedstudio.com booth talking @tinygo.org here at #ew26 #golang #tinygo

7 4 0 0

Pre-dawn patrol to Embedded World is about to embark. Let's talk about Go on all the things this week. See you there!
#ew2026 #ew26 #golang #tinygo

10 4 0 0
Post image

Using tinygo to control my coffee roaster. I haven’t started programming it to automatically “replay” previous roasts, but I’ll get to it someday. I’ll add a UI screenshot later for the companion app that uses Fyne UI and uploads profiles to my charting server

#golang #tinygo

4 1 1 0
Preview
GitHub - tinygo-org/espflasher: Go CLI and library for flashing firmware to Espressif ESP8266 and ESP32-family microcontrollers Go CLI and library for flashing firmware to Espressif ESP8266 and ESP32-family microcontrollers - tinygo-org/espflasher

To avoid any confusion we just had a small renaming.

Our new @golang.org CLI/library for flashing ESP32xx/ESP8266 is now called "espflasher"

Still pure Go, no Python, macOS/Linux/Windows, & many other features.

github.com/tinygo-org/e...

#golang #esp32 #esp32s3 #esp32c3 #espressif #tinygo

5 2 0 0

いつからか分からんけど、ロータリーエンコーダーが上手く動いてないな。素早く動かした時にチャタると言うか、割込を取りこぼしてる感がある。要調査。
#tinygo

1 0 1 0
Gopherbot blinking

Gopherbot blinking

Less than 2 weeks until Embedded World & I will be at large on the expo floor! Let's chat about all things Go with microcontrollers, computer vision, & machine learning. Just look for Gopherbot.

#golang #tinygo #ew26 #embedded #computerVision #ml #openCV #llamacpp #yzma

13 11 0 0

I have submitted a proposal for GopherCon Singapore 2026.
#tinygo #tinygo_keeb

2 1 0 0
Post image Post image Post image Post image

WAVESHARE RP2040-GEEK working with tinygo !
RP2040-GEEK LCD drawing test
RP2040-GEEKの液晶への描画テスト
ssci.to/9447
#WAVESHARE
#RP2040GEEK
#tinygo

1 1 0 0
Post image

#SendaiGo
#tinygo
いぇーい

4 2 0 0
Post image

#tinygo
#SendaiGo
わーい

0 0 0 0
Post image

#tinygo
#SendaiGo
わーい

0 0 0 0

#tinygo is awesome! I can re-use parts of my server code now in a tiny stm32 LoRa controller. Impressive.

2 1 0 0
Video

4bitCPU TD4 エミュレータ(td4emu) を Maker Pi RP2040 に移植し、LEDが左右に流れるように点灯するナイトライダーができました。コードは以下の通り
loop: OUT 1
OUT 1
OUT 2
OUT 2
OUT 4
OUT 4
OUT 8
OUT 8
OUT 4
OUT 4
OUT 2
JMP loop
github.com/triring/td4-...
#TinyGo #Cytron #MakerPi

2 1 0 0
Video

#3byteでLチカ できました。
1. #Go で4bitCPU TD4用のアセンブラ(td4asm)とエミュレータ(td4emu)を作成。
2. td4emuを #TinyGo で書換えて #RaspiPico 用に移植。
3. RaspiPico上のtd4emuで以下のコードを実行
START: OUT 1
OUT 0
JMP START
続く...
#RasPico
github.com/triring/td4-...

3 1 1 0
Preview
Go Around The World Without Wires In this next edition of the "Go Wireless" saga, we will take Go to new heights... Speakers Ron Evans

"Go Around The World Without Wires" - @deadprogram.com

Video from @fosdem.org @gophers.love

cuddly.tube/w/wwP1Hs5SCH...

#golang #tinygo #fosdem #wireless #wspr #tasa

3 3 0 0
Preview
Go Lightning talks @ FOSDEM 2026 Talks: Kronk: hardware accelerated local inference by William Kennedy Re-imagining the Tamagotchi with Go by Andy Williams A Go app on mobile, the easy way by Tanguy ⧓ Herrmann Write a microservice...

"Go Lightning talks @ FOSDEM 2026" - featuring talks from @goinggo.net @evacchi.dev @andydotxyz.bsky.social more!

Video from @fosdem.org @gophers.love

cuddly.tube/w/mBtDbXQLde...

#golang #tinygo #fosdem

8 6 0 0
Preview
My old trains have a second life, with TinyGo! In the 1970s, model trains were a popular hobby. Thanks to low production costs, anyone could afford a small HO gauge layout. The system was simple: a train, a motor, 12V DC in the track, and off y...

"My old trains have a second life, with TinyGo!" - @florian.forestier.re

Video from @fosdem.org @gophers.love

cuddly.tube/w/j6t8ALrYH9...

#golang #tinygo #fosdem

6 5 0 0
Preview
Systems Programming: Lessons from Building a Networking Stack for Microcontrollers Developing Go for micocontrollers with 32kB of RAM requires a big shift in thinking, moreso if you are trying to get a complete networking stack with Ethernet, TCP/IP, HTTP to run on said device. O...

#golang #tinygo
>Systems Programming: Lessons from Building a Networking Stack for Microcontrollers - CuddlyTube cuddly.tube/w/4dqznedAvqySM...

0 0 0 0
Preview
Systems Programming: Lessons from Building a Networking Stack for Microcontrollers Developing Go for micocontrollers with 32kB of RAM requires a big shift in thinking, moreso if you are trying to get a complete networking stack with Ethernet, TCP/IP, HTTP to run on said device. O...

"Systems Programming: Lessons from Building a Networking Stack for Microcontrollers" - Patricio Whittingslow

Video from @fosdem.org @gophers.love

cuddly.tube/w/4dqznedAvq...

#golang #tinygo #fosdem

5 3 0 0
Post image Post image Post image

Go Around The World Without Wires
With a lot of wires? What's that about?
Let's go with #tinygo

#golang #FOSDEM2026

4 1 0 0
Post image

Now "My old trains have a second life, with TinyGo!" from Florian Forestier at @fosdem.org @gophers.love

#tinygo #golang #fosdem

8 2 0 0
Post image

Yay #tinygo on stage at #fosdem

4 1 0 0
Post image

"mechanical sympathy regarding heap allocations" :)

#tinygo #golang #fosdem

6 1 0 0
Post image

Next up my brilliant friend Patricio WHITTINGSLOW with "Systems Programming: Lessons from Building a Networking Stack for Microcontrollers" at @fosdem.org @go
#golang #tinygo #fosdem

3 0 0 0
Post image

Next up my brilliant friend Patricio WHITTINGSLOW with "Systems Programming: Lessons from Building a Networking Stack for Microcontrollers" at @gophers.love @fosdem.org
#golang #tinygo #fosdem

6 3 0 0