@Chris_Gammell Lesson One. Forget anything you have learned about any other scripting language. Speaking from the perspective of someone trying to use terraform with no introduction 😕
Reprogrammed my NEO Pixel driver board that uses a @MicrochipMakes ATTiny1614 normally used for Christmas lights to now be a text display driving 8 RGBW LED NEO Pixel strips. Hanging now at ZAM @betreiberver1.
This on par if not better than the Olympic James Bond scene.
The Queen having tea with Paddington - incredible that at 96 and after 70 years on the throne she still has the power to surprise #platinumpartyatthepalace
@Chris_Gammell Same here. I just don't use it often enough to get the practice. What should take 15 mins ends up an hour mostly watching videos. When I achieve the result I want, I usually forget the pain until next time.
also omg the boards for the ring thing came in and THEY ARE SO TINY. This is a 6-layer board that sports a microcontroller, accelerometer, light sensor, RGB+W LED's, OH AND IT'S 9.8 MILLIMETERS ACROSS! Now who @ Microchip do I gotta slide $20 to get some WLCSP SAM D10 samples? 😛
A laser cut Christmas tree with candle light LEDs. Sometimes what seems to be a simple idea is not so simple in the end. With a prototype, there is always room for improvement. smayze.wordpress.com/2021/12/03/get…
@hjwp@XBeeWireless The tricky part was getting to that stage with unit tests that made sense. It felt odd to be unit testing against the fake version. I had to view this as establishing the contract between the domain and services.
@hjwp@XBeeWireless There won't be enough space in a tweet to answer in full. Basically, once I understood the use of the adapter and how to apply it in my case, then everything seemed to just fall into place.