技術書典18 向けに TinyGo 本を作りました。 TinyGo Keeb 関係者での共著です。盛り上がってまいりました。
#tinygo
https://x.com/tinygo_keeb/status/1925528994948292995
技術書典18 向けに TinyGo 本を作りました。 TinyGo Keeb 関係者での共著です。盛り上がってまいりました。
#tinygo
https://x.com/tinygo_keeb/status/1925528994948292995
#golang #tinygo
>TinyGo-Keeb | キーボード作りを楽しむコミュニティ
tinygo-keeb.org
TinyGo-Keeb | キーボード作りを楽しむコミュニテ...
#golang #tinygo
>TinyGo-Keeb | キーボード作りを楽しむコミュニティ
https://tinygo-keeb.org/
世界初のTinyGo単独カンファレンスであるTinyGo Conference 2025 in Japanを開催します。TinyGoに関するセッション、ワークショップ、展示などを中心としたイベントです。詳細は随時更新していきますのでご期待ください。
開催日: 2025/10/12 (日)
場所: AP秋葉原 (東京)
6 new colors now available for your own custom keyboard ( #keeb ) that runs #tinyGo :tinyGo: . Order them at : https://shop.gopherbadge.com/product/tinygo-keeb-zero-kb02/
Which one is your favorite? I personally can't decide between green & orange
技術書典18 に TinyGo Keebook 製作委員会 (TinyGo Keeb Tour 関係者) 名義の共著で本を出します。主に TinyGo の組込関連のこと、全国ツアーのことなどです。お楽しみに!
#tinygo #tinygo_keeb
Past weekend we did a #TinyGo workshop at the IES Universidad Laboral de Toledo, so student and teachers could know an alternative to their already #industrial robotics and #automation solutions. It was amazing! I wrote about it here (in Spanish) >> https://madriguera.me/explorando-nuevas-fronteras-con-tinygo-en-el-ies-universidad-laboral-de-toledo/
Videodrone flight with face detector using WebAssembly on @wasmvision at GoMAD last night in Madrid.
#golang #tinygo #computerVision #wasm
Cool, we're in the latest Golang Weekly!
Worked on an interactive TinyGo tour segment to explain PWM. It includes blinking LEDs (using PWM hardware, not by toggling GPIO ports!), controlling the brightness of LEDs, and controlling servo motors using PWM directly and using a driver. All using simulated hardware. Quite happy with the end result!
You can see a preview here, before it is merged: https://deploy-preview-454--tinygo.netlify.app/tour/pwm/blink/
Comments, questions? Things that aren't explained well? Please let me know, so I can improve the tour!
(Yes I know that PWM works quite differently in TinyGo than it does on other platforms. This is intentional, it lets you do more advanced stuff! I hope that becomes clear once you look at how servos are controlled).
In exactly one week from today I will be at GoMAD in Madrid, giving the first ever talk in Spanish about
@wasmvision ¡Vamos!
Ven a GoMad en Madrid el 7 de mayo porque voy a dar la primera charla en español sobre @wasmvision
https://www.meetup.com/go-mad/events/307495616/
#golang #madrid #tinygo #computerVision #openCV #visionModel #dnn #lvm
wasmVision 0.4 is out & our biggest release yet!
- 21 vision models - face detection+object tracking+more
- Save to data stores BoltDB/Redis/NATS
- New website w/ docs+tutorial to get started
Go take a look right now!
#computerVision #openCV #webassembly #wasm #golang #tinygo #rust #clang #vision #dnn
@dolanor I have ordered a new Pebble watch though (the new one, "Core 2 Duo") and plan on making an SDK for #TinyGo.
It has all the features I want from a watch, such as an e-paper display and the ability to write apps and watchfaces for it. I have some thoughts on what my preferred watchface is, so definitely going to look into that.
I wonder if there is a way to do camera capture with #TinyGo... I saw a thermal camera driver, but no camera one :c
A pair of doves made a nest on an exterior AC unit in my balcony and it would be fun to place a little camera to see how the birds are doing:D
Maybe I have to write a driver myself... Hmmm......
Managed to get TinyGo programs to run on Windows XP!
Why? For curiosity mostly, I hope nobody is still seriously running Windows XP in production (though I probably should know better).
PR: https://github.com/tinygo-org/tinygo/pull/4629
Some APIs we were using are only available starting with Windows 7, so I had to fall back to older APIs for GOOS=386. It can be used using GOOS=windows GOARCH=386.