#show-and-tell

1 messages Β· Page 7 of 1

spiral mist
hallow wedge
spiral mist
# hallow wedge It works! How could I make my own games for it?

check any of the games in source\cglpfruitjam\src\games how they do it. Create a new c game there (can start from source\not_included_games\game_Template.c) then in source\cglpfruitjam\src\lib\menuGameList.c add your game's init function, you may have to increase MAX_GAMES_COUNT here if you reach the limit

hallow wedge
spiral mist
#

GitHub - joyrider3774/crisp-game-lib-por...

hoary compass
#

Am I allowed to share vibecoded projects that I got working here?

languid sinew
#

I made a Distributed Display Protocol receiver library for CircuitPython! Distributed Display Protocol is a way to control LED strips over the network. Right now one ESP32-C3 runs WLED, and the second ESP32-C6, which can't run WLED but can run CircuitPython, receives messages from the first. It behaves as if the end of the LED strip that is soldered to the sending device continues on the receiver.

GitHub

Distributed Display Protocol client for CircuitPython - dholth/ddp-circuitpython

hoary compass
#

I vibecoded a few things onto my Neotrellis 8x8; a version of chess, an 8-bit demake of the game Clair Obscur, an equalizer, and the music video Bad Apple. Attached is a video of the chess game.

lapis jasper
#

Vibe coding details

gusty shard
#

Still a work in progress though.

clever stone
#

The 2026 eChallengeCoins are Available!!
I wrapped development and am making them available for acquisition (given as thanks for "choose your own charity").

Check out the webpage and the section on "Philanthropy".

The text adventure game, "Sara and the Missing Artifacts" has some great challenges πŸ’ͺπŸΌπŸ€“

https://aosc.cc/eccn2026

The 2026 eChallengeCoin is a gift for those participating in the

#

One of the things I love about Adafruit is how much they open source. The Coin_M0 hardware was inspired by the ItsyBitsy M0. This made it easy for the eChallengeCoin to support CircuitPython! πŸ‘πŸΌ

exotic sierra
#

Making a little USB PD + RGB controller

hallow wedge
#

I got my micro:bit v2 to run CircuitPython! It is running the CircuitPython Essentials Neopixel example.

gusty shard
#

Front Panel of the Bodge Industrial Flip-Chip Trainer (dark mode)

#

Card cage, partial, desert khaki.

worldly surge
languid sinew
#

When I checked they didn't have good enough open SDK support for the C6 to port WLED.

sharp comet
#

Working on the Bluefruit connect Android app. I've created a new circuitpython image receiver example and beamed a CPB a photo of itself.

digital shale
sharp comet
# digital shale Very cool. Any timeline when the Bluefruit Connect app will be back in the Googl...

I don't have a specific timeline, but that is what I am working towards. First step was getting the app building and working with the newer SDK v35 because it is required now for play store. PR with those changes is in. If you'd like to test it, and know how to sideload an APK on your device, there is a downloadable build linked in the artifacts at the bottom of this page: https://github.com/adafruit/Bluefruit_LE_Connect_Android_V2/actions/runs/21725672827

sand grotto
sharp comet
hallow wedge
gusty shard
spiral mist
#

I've ported 2 of my games to the Adafruit Fruitjam.

The first game is a little fake formula 1 game & watch style game which is available here
The Second game is Rubido a chinese checkers board game with 4 difficulties which is availble here

Both games have audio and volume can be controled,
support keyboard and the adafruit snes joypad through usbhost.
The formula 1 game can also be completely played with the buttons on the fruitjams

On the github pages there is a uf2 available but if you like to compile yourself make sure your arduino-pico board library is latest version as it seemed to fix usbhost disconnects.

spiral mist
hoary compass
cloud crystal
#

Managed to get BadApple running at full res (400x240px) and 30fps ^^
-# (I am using a pi zero 2w, so nothing too crazy going on though, still nice however)

raven shale
#

Just wanted to share a progress snapshot of my build of the Ruiz Bros' + Liz Clark 2 axis camera slider project. The physical build has been nice and simple so far. I modified the limit switch plates for switches from my own stash, and I just 3D printed the axial stepper gear rather than buy one. Now I'm working on the electronics and I am deviating quite a bit from the BOM build since I already have a bunch of stepper drivers, a screen, and am using a Pi Pico since I'm not willing to sacrifice my pink KB2040s πŸ˜‚ . Ultimately if/once the electronics work, my plan is to solder my own perfboard to slap on a custom PCB tray and power the whole thing with a USB-PD battery pack. Considering the complexity of the circuitry I may or may be in over my head. We'll see, I might have to go back to the BOM build if things start going wrong.

hoary compass
#

Idle virtual pet that you can customize

clever stone
errant pasture
twilit basin
grave nacelle
#

MicroPython running on Baochip Dabao Bao1x eval board. This is using a board support sdk that I wrote in Rust, but it builds to a C FFI library that MicroPython's makefile can link to.

#

At this point, none of the hardware support is implemented in MicroPython except for the UART driver. But, one thing at a time.

clever stone
jade path
clever stone
jade path
sly rampart
jade path
#

I was offering documentation on what a CYD is, to help disambiguate

gusty shard
#

DG Nova 1210 predicts phase of the moon:

dusky - Data General Nova 1210 emulator
Type 'help' for command summary. Numbers default to octal; use 0x/0o/0b, # decimal, $ hex.
dusky> asm sd/moon.asm
Assembled 299 word(s). PC=000000 MD5=338ff2cb6e9feb87d2318031624230f5
dusky> go start
Moon phase: 345.49
Moonrise: 2026-02-16T06:35-07:00
Moonset: 2026-02-16T16:58-07:00
UTC 21:01:23
Stopped after 1497 step(s). PC=000222 HALT=True (HALT instruction)

https://github.com/rsbohn/dusky-petrel/blob/main/sd/moon.asm

wide ember
#

FamiCommodore 10th Anniversary https://youtu.be/lUB8qjirZ5U

It's one of the demo songs for a MIDI FM synth IC (intended for people like Arduino users) I have made the firmware for but can't afford to get it made at present.

Description is WIP

This is a fixed abd Tenth Anniversary version of my Jummbox SF2 FamiCommodore cover, but it now has DAW waves. It uses my Jummbox Soundfont with my SC-88Pro MIDI of the song derived from wackypack/ledinred with some patch inspiration from a friend of theirs and mine. To make this 4096x2304p56 oscview, I used OpenMPT and nyanp...

β–Ά Play video
hoary compass
#

Coded with Claude AI an artstation program onto a cheap yellow display

lapis jasper
hoary compass
lapis jasper
#

πŸ‘ did it have a way to grab the screen bitmap to know how it was doing?

hoary compass
#

It uses its own filetype which can only be read on CYDs, but I also prompted Claude to code a viewer for those files. I'll add that to the github when I get home.

gusty shard
sand grotto
sharp comet
#

Oooh, that is cool. I have tossed around ideas similar to that in my head a few times but never built anything. Super cool to see it come to into reality.

#

I think this could be great for prototyping UIs quickly or in the absense of a microcontroller.

#

Perhaps even the basis for some kind of dashboard builder that gives users a sort of wizard/form for generating the code that will draw a dashboard ready to have live data populated.

hallow wedge
glad roost
hallow wedge
hallow wedge
lucid bloom
#

I got my Mentra Live smart glasses today and deployed my first app.

HindSight listens to conversations through your Mentra Live glasses in real time. Every time someone finishes a sentence, it silently sends that utterance to Claude in the background. If Claude detects a logical fallacy β€” like an ad hominem attack, a false dichotomy, or a slippery slope argument β€” the glasses speaker whispers just the fallacy name in your ear, so you know what's happening without interrupting the conversation. Everything gets logged: the full transcript plus Claude's reasoning for each flagged fallacy, saved to a file you can review later. Short press the button to hear a spoken count of how many fallacies have been caught so far; long press to save the transcript to disk.

Unboxing to app deployment was under 2 hours because it is very easy to work with. I plan on making a bunch of apps

clever stone
lucid bloom
#

Yea these are open source ones so they won't be scanning your face like meta wants to do.

clever stone
lucid bloom
clever stone
lucid bloom
clever stone
#

Perhaps I misread the post. It said "sends that utterance to Claude".

lucid bloom
#

I am not recording audio

#

I am going to share the code soon, it's pretty basic and that's why it's so great because it's a truly open source platform that took me no time at all to be able to create things with. I could make it do things people would have problems with but that is not my goal
https://mentraglass.com/

Smart glasses that live stream, capture photos + videos, utilize AI note-taking, and upgrade your life with AI. Open-source with a miniapp store.

clever stone
#

Thanks for the link. It clarifies that Mentra Transcription Manager is a Cloud service.

lucid bloom
#

It's not like I cant self host or process on my phone

clever stone
#

And it's not like I want my voice sent out into the cloud without my consent.

2-party consent states include: California, Delaware, Florida, Illinois, Maryland, Massachusetts, Michigan, Montana, New Hampshire, Pennsylvania, and Washington

lucid bloom
#

It is generally legal to record or film a face-to-face interview when your recording device or camera is in plain view, or to record any type of conversation when the parties are warned of the recording and continue with the conversation.

clever stone
#

"when the parties are warned" is exactly what I would expect. So long as you announce your intention prior to conversation, you are being proactive an respectful of the other person.

lucid bloom
#

There is an or there I could be listening to something or not have any apps active. How would you know?

clever stone
#

Precisely my point.

lucid bloom
#

The whole meta thing seems far worse where they would just constantly scan and log faces

clever stone
#

Neither seems to put personal privacy first.

lucid bloom
#

Welp having a smartphone is far worse for privacy, same with going online. Unless you are specifically trying to maintain privacy, you have none.

clever stone
#

A person's use of a smartphone is their choice. The smart glasses put the control in someone else's hands. I don't consider these the same.

lucid bloom
#

So what do I have to control to do with these glasses? What bothers you most?

clever stone
#

As long as the other party is informed prior to engaging in the conversation, then they have the choice to participate or not.

lucid bloom
#

So only if I'm actively running an app that uses the mic? Make sure to tell them, point out the glasses and then keep talking? I could be live streaming video without audio and that's legal.

clever stone
lucid bloom
#

Mine are they are transparent but not all of them are

lucid bloom
sly rampart
# lucid bloom It's not recording it's transcription there is no audio saved

Legally the instant you digitize from the microphone? You're recording.

Even if you delete it after processing it or convert it to text, you recorded.

Many states in the US and countries elsewhere are two-party-consent states for audio even if visual/video is allowed in public. Audio recordings especially of peoples speech are often held to a higher standard.

lucid bloom
#

I guess I will try and do something 100% legal everywhere that makes people uncomfortable like "NameTag" that whispers your name in my ear. I'll make sure to mention metas plans when they try to take issue with my silly little app. There are millions of metas Ray-Bans, there are only 1000 Mentra Live glasses out in the world currently. I'll probably have it done and tested before end of business day, API will cost thirty cents per face.

lucid bloom
#

It works, I identified myself in under 10 seconds. It's very obvious it says "Capturing" then camera sound and led flash, it is not stealthy. I'm gonna make sure to get permission before I launch any of my apps with other people around.

untold sable
lucid bloom
#

Personally I designed them for listening to politicians

untold sable
lucid bloom
#

Lol I could but where would the fun in that be

#

Hmm... Maybe I could do something more useful. I'll have to think of another app. So far they each take about 2 hours

#

Basically I'm showing what happens when you add apis and ai to a pair of glasses on your head. I will attempt every bad idea I get just to see if they work.

sharp comet
#

anti-aliased font examples with displayio & lvfont files.

clever stone
sharp comet
#

That screenshot came from a Fruit Jam with output captured by HDMI capture device. I didn't measure time or memory. Here are the sizes of the font files from the screenshot. I would assume they correlate to memory usage. This font was ASCII range only though.

I'm not positive but I suspect the only additional time is during the font loading. After it's loaded I think the rendering in a BitmapLabel will be the same speed because internally it's just bliting from the glyph to the Label's Bitmap and I don't think the blit action of the same size takes longer even when more colors in play.

sharp comet
untold sable
sharp comet
# untold sable For those of us not as, ahem, aheam, wicked sm'aht as some others, can you expla...

This page: https://lvgl.io/tools/fontconverter can convert .ttf or .otf font files into an lvgl font binary format. If you select a bpp value >1 it will buildin antialiasing to the converted font using the number of colors allowed by bpp. Once converted the font can now be loaded with adafruit_bitmap_font and shown on a BitmapLabel from adafruit_display_text with an appropriate custom palette sized for the bitdepth of that font.

And yep it allows some shapes especially diagonals and curves to be drawn in a way that typically appears smoother to the human eye.

untold sable
clever stone
sly rampart
#

To be fair at 180dpi anti-aliasing is less of a concern.

gusty shard
lucid bloom
#

I can now control almost everything in my house with Mentra Live smart glasses, was pretty trivial to implement assist functionality and is working quite well, user can set their own "wake word", app runs in the background

lucid bloom
untold sable
lucid bloom
#

its on the list, I got these glasses last sunday and have 7 apps now. I will do IO integration same concept as homeassistant. say publish... for default feed or publish... to feedname. I also want to make something as a companion device but dont have a purpose in mind yet.

lucid bloom
#

IO Bridge app can publish by saying publish...
Shares location, uploads camera images and keeps track of button presses. Not done but I am for now

sand grotto
lucid bloom
inner terrace
#

PI Web Dashboard: Trying to figure out some memory, cpu, and other stats on the Hailo 10H+2 Hat on Raspberry Pi 5, made a little web dashboard that showed *some interesting stuff. But not everything, I wanted yet as the HAILO folks are still working on exposing some memory consumtion stats in their API -- THEN is Made it GENERIC as a RaspberryPi dashboard -- no hat needed.

Shared both on GitHub for those who are interested...

https://github.com/kristoffersingleton/RPI-Hailo-10H-Web-Dashboard
https://github.com/kristoffersingleton/raspi-dash

GitHub

Real-time web dashboard for the Raspberry Pi 5 + Hailo-10H AI accelerator. PCIe link, firmware health, loaded networks, CPU/fan/memory at a glance. Flask dashboard for Raspberry Pi 5 + Hailo AI H...

GitHub

Raspberry Pi Monitoring Dashboard: Real-time single-pane monitoring dashboard for Raspberry Pi 5 -- system, CPU, memory, disk, network, GPIO, services, and more. Flask backend, zero frontend depend...

inner terrace
rugged minnow
#

Cool!

static surge
#

Hi everyone, tscircuit is my open-source framework for making circuits with React. I know Adafruit is doing a bunch of stuff with AI and electronics generation, we are also trying really hard to make it work!!! Our biggest issue right now is placement

[docs] https://docs.tscircuit.com/
[github] https://github.com/tscircuit/tscircuit

GitHub

Create real electronics with Typescript and React. Contribute to tscircuit/tscircuit development by creating an account on GitHub.

bitter topaz
#

Hey folks! πŸ‘‹

I've been really wanting to build ultra-low-power BLE projects with the new Nordic nRF54 chips, but the official SDK has no gentle on-ramp β€” it's built for enterprise engineers.

So I spent the last two years building IOcomposer to fix that. It's a free IDE and C++ library designed to make nRF54 development as frictionless as possible.

To help skip the datasheet reading, I integrated an AI that's indexed directly on the hardware framework β€” because it actually knows the SDK, it doesn't hallucinate generic C++.

In the video: the AI takes a single prompt, generates a compiling nRF54 BLE project, maps the pins, builds it, and launches a real hardware JTAG debugger in under 3 minutes.

Still in early beta and definitely has some rough edges! But if anyone here likes messing with Nordic chips and wants to try breaking my AI or roasting my UI, grab the free download here: πŸ‘‰ https://iocomposer.io

Would love to hear what you all think!

IOcomposer

AI-powered bare-metal embedded IDE. Today: Nordic nRF52/nRF54L15. Preview: STM32/Renesas/Microchip. In progress: NXP + RISC-V. Managed builds, flash & SWD debug.

bitter topaz
#

You can select anthropic or OpenAI. It will select the model to use based on complexity of the prompt. Gen chat is fast, code assist is codex

gusty cliff
#

Finishing up a new project using the PropMaker (still have some code features to add but basic functionality all in). Just a clock but unique. Uses a STEMMA RTC, neopixel strand, speaker, and 3d printing. Makes tick-tock sounds, plays chimes. Ready for green beer. 😁

bitter topaz
gusty shard
#

Vibe-coding the pocket PDP-8

lucid bloom
#

VoxRecon β€” Hands-free pentesting app for Mentra Live glasses
Voice-controlled AI agent that lets you run Kali Linux tools without touching a keyboard. 5 devices are involved, Mentra Live, m1 macbook, smartphone, cm5 argon one up laptop and VPS

LLM picks the right tool: nmap, nikto, sqlmap, gobuster, and more

Executes on a remote Kali box (Argon One Up) over Tailscale

Results spoken back through the glasses speaker

Confirmation required before any tool executes

Swap between Claude and Ollama mid-session

Webview dashboard for monitoring and manual control```
Still under development/being tested but it is fully functional
Built on MentraOS. Intended for authorized penetration testing and CTF competitions only.
GitHub: https://github.com/matt-desmarais/VoxRecon
GitHub

Mentra Live + M1 Ollama + Kali MCP Server. Contribute to matt-desmarais/VoxRecon development by creating an account on GitHub.

clever coyote
#

When you solder the headers on the wrong side of your Adafruit NeoPixel Driver BFF.

hallow wedge
dense notch
#

Hello everyone my name is Mason! We engineered a wearable BCI using a Raspberry Pi 5 and PiEEG-16 to capture 16-channel brainwave data in real-time. During a live jazz performance, the Pi 5 buffered and sent neural data via TCP to a Raspberry Pi 4B, which mapped the signal amplitudes to the brightness of Adafruit NeoPixel strips integrated into the singer's dress. This dual-Pi setup ensured the performer remained electrically isolated and safe while turning brainwaves into a live light show. Our organzation is called Decoded Brain.

raven shale
# raven shale Just wanted to share a progress snapshot of my build of the Ruiz Bros' + Liz Cla...

It's been basically a month since this update, but it took some weekends to adapt the code to my hardware, then get it working on a breadboard, then to get it on a perma-board. I am somewhat surprised it worked, and the code changes were somewhat straightforward actually. I will say that if you're thinking of doing this project, don't already have parts on hand, and are able to (since certain components are pricey and others are perpetually out of stock), getting the parts from the Adafruit website and ordering custom PCBs will save you a ton of time and effort if you just wanted something up and running right away (This project is making a case for me to learn how to design or at least modify PCBs for my parts). Final step is to do some CAD work for a PCB mount/cover and cable management.

north valve
#

Planting seeds this season and just finished setting up the sensing side of things. Currently a QTPY RP2040, Capacitive Moisture and Temp soil sensor, DHT22 Air humity and temp, and UV sensor SI1145. Running Circuitpython Asyncio.
Tempted to swap out for either logging or IOT. Might remain offline, not sure.
The actuation side likely another MCU will control a seed mat heater, grow lights, fans, and watering.

clever stone
zenith frost
#

Hi everyone,

built this tool that makes it simple to build any project (single command) using docker, it works by analyzing the workspace and map toolchains to a predefined docker image, you don't need any config/buildtools/toolchain to use it, but just running the build command.

Here is an example of building a project for rp pico without having any toolchain installed (other than docker), curious to see wyt
https://github.com/TareqRafed/fork

GitHub

image generator for firmware development. Contribute to TareqRafed/fork development by creating an account on GitHub.

fiery shuttle
glad ruin
#

This Gundam has been a work in progress for almost 6 months... But he's almost done. Finishing up his head. Now with a QT PY RP2040, NeoPixel BFF, I2S BFF, and LiPo BFF and together. Due to space constraints the lipo and battery are buried into the back of his head, but the other three sit in the top.

warm bolt
#

I've been using it for a number of years, I finally wrote an article on making an infrared remote for my Sony NEX camera using the Circuit Playground Express board: https://www.instructables.com/Sony-IR-Remote-Control-Shutter-Adafruit-CPX/

Instructables

Sony Infrared Remote Control Shutter Using Circuit Playground Express (CPX): The shutter for cameras sometimes needs to be fired remotely or without a physical press to avoid jogging the camera risking blur on long exposures or changing the position of the camera. In the past mechanical shutter releases with a physical push …

clever stone
# raven shale I think some additional tuning is required, but it works!

Do you use encoders for the slide positions or use limit switches and always travel the entire distance?

I'm curious because I do a 3-axis camera slider and had to do something similar to 3D printers where I "home" all the axis and then have to use motor controls to position. Your method of just pushing the slider is much easier.

raven shale
# clever stone Do you use encoders for the slide positions or use limit switches and always tra...

This is actually Adafruit's project found here: https://learn.adafruit.com/motorized-camera-slider-2-axis/overview The code basically just counts steps based on the stepper settings (microsteps and rail length). There is a limit switch at the front for initial homing and then a limit switch at the end that acts as an emergency stop. This setup is meant to pan from end to end. The one issue I'm having right now that I'm trying to fix in #help-with-projects is that while this setup works, the steppers are extremely weak despite me adjusting things like run_current and microsteps. So have to figure that out.

Pan and slide your way to great camera shots!

clever stone
raven shale
#

12V. I have conversations ongoing in that channel so I'll continue working on the problem there.

real bobcat
#

My current project is a wrist watch that has a metronome. Hardware used is a QTpyRP2040, IoT button BFF, EYESPI BFF and the 1.28" tft display. Using Circuitpython 10 libraries. This is a demo of the prototype showing some functionality. The button BFF and the boot button on the QTpy are the controls at the moment.

#

The start is showing setting the clock functionality. Then moves onto switching to the metronome. Cycling through through BPMs. Then back to the clock.

#

I have additional features planned but I might need custom board to connect it all. The current board that comes with the display seems build for other uses. I put in a request with Adafruit to see if they can release an alternate build of the current product.

stone wren
#

I made a configurable midi lfo device using pygamer that makes use of all the peripherals on the device. It offers sine, triangle, square, random, light sensor, imu x, imu y, off, and if the cc’s are on the same channel they get summed into a more complex shape. You can clock it externally or internally and the joystick makes it fun to use. If you hold down button B it goes into emergent paint mode and you can paint different lfo values onto the squares. https://youtu.be/NJfJKkbMPoc?si=hbBZNpBBUI6_1vp_ and the repo is here https://github.com/machinehistories/hidi_lfo

1/f

#electraonemidicontroller #adafruit #midi #synth #circuitpython HIDI LFO is a 16 lfo midi device that makes use of all the peripherals on the device. It offers sine, triangle, square, random, light sensor, imu x, imu y, off, and if the cc’s are on the same channel they get summed into a more complex shape. You can clock it externally or intern...

β–Ά Play video
GitHub

grid of 16 lfos running in circuit python. Contribute to machinehistories/hidi_lfo development by creating an account on GitHub.

uncut dagger
#

This is my diy UnioNet LoRa Mesh node. The hardware is an esp32 wired to the Adafruit m0 RFM9x LoRa radio module via UART. The esp32 serves as the UART bridge and is connected to this old phone via OTG cable. Im running a serial app and can control the Feather with my phone via the bridge. This does not use MESHTASTIC or MESHCORE firmware. It uses UnioNet LoRa Mesh built on the Radiohead library.

sharp comet
trim talon
#

Maybe of interest to others working at the intersection of embedded systems and AI-assistent development.

https://github.com/ccattuto/esp-agentic-dev

An ESP32 development framework for agentic coding assistants. Designed to give LLM coding agents like Claude Code full autonomous control over the develop / flash / inspect / edit loop. For ESP32 devices with built-in JTAG support (e.g., ESP32-C3), no additional debug hardware is needed.

GitHub

A development framework for ESP32 designed for agentic coding assistants. - ccattuto/esp-agentic-dev

real bobcat
#

Was able to successfully integrate a vibration circuit into my watch project. It's set to a 3/4 time signature and you can hear it vibrate in time with the set BMP.

strange temple
#

Nothing crazy but super useful. A quick HUD that I can see across the room that gets the MQTT feed from my vivarium. Parameters go red if they are not within desired bounds

woeful citrus
signal kraken
#

================================================================================
webb-clock v1.24
Spencer Webb | webb@antennasys.com

A precision NTP-synchronized clock for the Adafruit ESP32-S3 Reverse TFT
Feather, running CircuitPython. Time is obtained from the internet via NTP
and displayed as large 7-segment digits on the built-in 240x135 TFT display.

https://github.com/KineticPrecision/webb-clock

sly obsidian
signal kraken
sly obsidian
#

Oh cool. I think you’ll hit that no problem

untold sable
sly obsidian
stark latch
inner socket
sly obsidian
#

You mean an impulse clock?
I’ve never actually seen one in person

stark latch
toxic garden
sharp comet
gusty shard
slate torrent
silent cypress
#

Good start to a project "This project was not designed with mains voltage safety as the top priority." How many kids on here are going to get hurt or worse?

strange temple
#

Quite possibly the most over engineered reading light ever.

It is a Qt Py ESP32-S3 with a neo pixel BFF at 0.4 brightness

Cloud dashboard with light control overrides
60 minute enforced bed time timer that dims out over the last 60 seconds
Custom 3D printed snap enclosure

coarse edge
#

My navigation,volume,mouse wiggler. Time will tell if an IKEA phone holder and hot glue make a good chassis. 😁

raven stump
#

I just "released" version 3 of my assistive communication devices, one variation can be built runs on circuit python and I have a variation that I'm finishing that plugs into the Fruit Jam board. https://youtube.com/shorts/IgDdvN3KbV0?feature=share

We are proud to announce the 3rd version of our multi-system release.
More details can be found:
Github : https://github.com/mkadie/NeedsBoard/
Website : https://tssfaa.com/

β–Ά Play video
clever stone
#

Have you ever created a "thing" and year after year you still find it amazing ... that describes my PortaProg and PortaProgXL 🀩

My PortaProgXL is based on the TesterBrains created by LadyAda for the manufacturing floor at Adafruit. I would not have been able to create my PortaProgXL without their open source content.

river isle
#

Hello!
I finished this project recently and wanted to thank you guys here at the Adafruit Discord. It's a project I spent about a year on and got a lot of help in the beginning from all you fine folks here! This is model rocket flight computer using a Feather RP2040, Qt-Py RP2040, Adafruit GPS, and many other Adafruit products. Here's some pics and a YouTube video I made talking about it.

I talk about my journey to design a two stage model rocket and custom flight computer.

β–Ά Play video
untold sable
river isle
#

Yes! Exactly. It always hurts, but you have to just take the lesson when it doesn't work out. Then, when it does - it is so much more sweet!

clever stone
umbral plinth
#

Hey everyone! πŸ‘‹ I wanted to share a project we’ve been working on called bUniProbe!

It's an open-source wireless hardware debugging tool that is now in pre-launch on Crowd Supply. If you've ever struggled to test a new IΒ²C sensor or debug a SPI display, we built this to make it easier. Instead of juggling USB adapters and wires on your desk, it packs SPI, IΒ²C, UART, CAN, GPIO, ADC, and **DAC **into a single Wi-Fi connected platform.

A few features I think the maker community here will appreciate:
- Browser-Based (No Drivers): It hosts its own Web UI. You can read/write to sensors or toggle GPIOs directly from your phone or laptop browser without installing any software.
- Built-in Level Shifting: You can dynamically switch between 3.3V and 5V logic right from the UI (no external level shifters needed!).
**- Waveform Viewer: **Monitor analog/digital signals on the fly to see what your hardware is actually doing.
**- REST API: **Control and monitor interfaces programmatically (perfect for scripting with Python!).

It's going to be fully open-source hardware and firmware. We'd love for you to check it out!

πŸ‘‰ Check out the specs here: https://www.crowdsupply.com/bitmerse/buniprobe

Crowd Supply

An open source wireless, multi-protocol, multi-voltage tool for hardware debugging

toxic garden
# toxic garden New BorB! Here's a break out board for a small low cost, low power LCD module I'...

I've added an APX803S to the reset circuit so I don't have to use a precious IO line from that QTPy. With /CS tied low (only 1 SPI device), I2C is available again, yeah! This video (https://www.youtube.com/watch?v=LgYVcFWEDaU) was very helpful even though these Jelly Beans are readily available again.

https://www.digikey.com/short/r07ph903

Much like the post-recession months after 2008, we're in the midst of a bit of a component squeeze. Chances are you've been warned by your suppliers that many parts are in short supply, and lead times have stretched into the many-months or even a year! Here at The Great Search we feel ya, we've seen many c...

β–Ά Play video
glad roost
#

Thanks!

sand grotto
clever stone
sand grotto
#

Ah, i wondered if it was a slip of the wandπŸͺ„ the danger of being a live circuit wizard I suppose 😁

turbid prism
# untold sable This represent what I often tell younger engineers. You don't learn much when yo...

Especially edge cases. I once made a PH adjuster for my pond because the makeup water was PH 9.5 and nothing wanted to live much above PH 8. ESP-32 and some pumps and tanks and acid allowed me to fix that. But a weird sequence of events caused the acid pump to discharge all of the acid into the pond, killing everything. The fish jumped out trying to survive. The plants failed. I felt horrible for weeks. Still do, actually, but one must continue.

Moral of this story? You can’t always check the edge cases because you don’t know where they appear, so design conservatively. For me personally, don’t do anything life-safety related.

jade trail
unreal sedge
#

I built micropidash. real-time web dashboard in under 20 lines of MicroPython. No cloud, no framework.

Just shipped v2.0.0 with live sensor graphs β€” tested with DHT11 on Pico 2W, temp + humidity updating in the browser over WiFi.

pip install micropidash

https://github.com/kritishmohapatra/micropidash

Would love feedback if you try it!

GitHub

micropidash: A non-blocking web interface library for MicroPython microcontrollers. Featuring real-time sync, independent dark mode, and easy hardware integration via uasyncio. - kritishmohapatra/m...

remote sigil
#

Just finiished this mini cyberddeck project. It has two microcontrollers, an ESP32-S3 running the screen etc, and an RP2040 running the custom split keyboard. Both are running CircuitPython with the keyboard running a modified version of KMK that allows the user to switch between UART comms for the cyberdeck and HID when plugged into a computer.

rugged yacht
sly obsidian
#

I think a lot of people struggle with this, that an unsuccessful project is a failure. I would say that the majority of my projects either I didn’t complete, they didn’t work, or they broke soon after working. My record has improved since my metrics changed from learning to completion, but I still lean towards projects that are at the edge of my abilities.

grave nacelle
remote sigil
proven ruin
#

Thanks! The decals are made using laser

sharp comet
#

Working on implementing audiobusio.I2SIn for CircuitPython. Initial tests successful! πŸŽ™οΈ. Gotta get different hardware to facilitate longer recordings. This is with the built-in mic on the sparkle motion, but it has little RAM for a buffer and writing to flash while recording doesn't work.

sharp comet
hollow lichen
#

example original device

woeful depot
#

Hi all,

I built a new type of capacitive touchboard using only the RP2040 IC and running Circuitpython and its' native touchio library. It's a tool to help people make touch-based projects super simple and as both an introduction to electronics but also powerful enough to run fully fledged installations. I took my 15+ years worth of teaching/workshop/creative technologing experience into making this as best as it can be.

It's now available through Pimoroni here https://shop.pimoroni.com/products/spoke-capacitive-touch-controller-board?variant=56217676382587

Turn almost any conductive material or object into a computer input.

hollow lichen
hollow lichen
smoky patrol
marble hemlock
#

UXB-300 Codeless GUI w/ KB2040-based I2C Bridge

Hi everyone!

I wanted to share a tool I've been working with called the UXB-300 by Labs16. It’s a browser-based GUI builder that lets you wire up register-level control of a target IC without writing any code.

Instead of writing a custom script just to read a register or MCU parameter, I used the UXB-300 to build a graphical interface in just a few minutes. While off-the-shelf dongles like i2cDriver and MCP2221A are supported, almost any MCU can be configured to work with the tool.

I created a Note in the Playground where I used an Adafruit KB2040 to act as the USB-to-I2C bridge, and then used the UXB-300 to control the LPS22HB sensor. I’ve documented the full setup, including the RP2040 code and the GUI logic, over on the Adafruit Playground:

πŸ‘‰ KB2040 as I2C Bridge with GUI Control

Highlights:

  • Uses common, off-the-shelf Adafruit products
  • Uses the on-board STEMMA QT connector for plug-and-play I2C.
  • Provides a simple browser interface to send/receive data.
  • Great for rapid prototyping before committing logic to a standalone project.

Happy to answer questions, and curious what other examples folks would find useful.

ocean osprey
untold sable
#

πŸ˜† It looks like you ended the recording when she went to call the cops on you. πŸ˜‰

hollow lichen
#

Lol gotta love the bodycam videos always entertaining

hollow lichen
hollow lichen
hollow lichen
hollow lichen
hollow lichen
hollow lichen
sly rampart
#

...just saying but this channel isn't meant to be used as a development blog, it's for like "announcing" a project you did. And it's heckin' nice work, but it's kinda flooding out the channel at this point. XD

hollow lichen
#

@sly rampart Not my fault im active ✨️ but note taken πŸ˜‚

near storm
#

I played hide and seek (find the LED) with my LLM on a Jumperless breadboard. @lapis jasper thought this might be up your alley

minor snow
#

Doing some final quality checks

ocean osprey
ocean osprey
marble tapir
mystic ruin
#

That looks great @marble tapir the animations are awesome, I'd be very interested in borrowing them for the led matrix I'm making!

vernal ferry
#

watches

prime widget
#

@mystic ruin I still love that project. Thank you again for letting me proofread the Instructible you wrote!

mystic ruin
#

No need to thank me @prime widget, thank you so much for the detailed review! Incredibly helpful feedback for the learn write up

prime widget
#

@mystic ruin Still, it was cool to help out. Any time, just ask!

plucky otter
lofty latch
#

If your conduit is not iron, I would suggest keeping them at least 1 foot apart to eliminate EMI between them.

#

This is especially true if you are going to be pulling the amount of amperage that you mentioned on show and tell.

plucky otter
#

That's the plan. I am at 20 inches for the ac, so I am going to place the Ethernet at 8. When I get to the wall, keeping clearance will be a bit harder, but I think I can manage 8-10 inches, and that is just as the ac comes out of the ground, I won't be doing a parallel run an a distance of less than 12 inches.

marble tapir
#

@plucky otter What's your project?

plucky otter
#

@@marble tapir Getting power to my shop for my Scanning Electron Microscope.

marble tapir
#

...

#

looks at his blinky lights project

#

Oh, yeah, I guess that's kinda cool.

#

πŸ˜„

mystic ruin
#

πŸ˜‚

marble tapir
#

Also, @mystic ruin I'm cleaning up the code for my project, but I think it'll work for any project that wants to just make patterns. Most of my patterns are focused on cirlces, but it works in both radial and Cartesian coordinates.

clever pebble
#

damn conduit i think remnant conduit from Mass effect andromeda

plucky otter
#

@marble tapir I have been covering the project in recent show and tells if you are interested in it. I will have a post on my site about it soon.

mystic ruin
#

I have no artistic talent whatsoever, I have no idea how to program the neopixels into a decent looking pattern

#

The issue is not the technical aspect

#

Like even in sudo code

marble tapir
#

Haha, me either. All that fancy stuff? Literally time % some_number + pixel_position

#

Except with the correct order of operations.

mystic ruin
#

Ha, teach me your ways πŸ˜‹

marble tapir
#

Once I get it uploaded to github I'll mention it in here

mystic ruin
#

I designed a similar project to the map one for someone and they asked could the "leds sparkle" and I was like.....

#

When using the network part of the esp8266 you need to be conscious about your animations

marble tapir
#

But seriously, overview, I have a palette, 0-255 are all assigned to a color. Then, for each pixel I pick a number between 0-255 given its position and the current time.

#

Yeah

mystic ruin
#

Like every couple of minutes you need to hog the processor for a few seconds

marble tapir
#

Use dotstars. πŸ˜„

mystic ruin
#

Just a second Microcontroller

marble tapir
#

Haha

mystic ruin
#

πŸ˜€

marble tapir
#

Porbably cheaper

#

probably*

mystic ruin
#

I actually want to do a video on that

#

"Dual coring " a project

marble tapir
#

I always joke about doing that, but it would make for a simple solution

#

Oof, trinket 5v (non-pro) only has 512 bytes of RAM

#

For my project it could buffer the neopixels writes and not much else

solar yew
#

I think if you map parameters to rotary encoder(s) you can make up the artistic part as you go along, much as you would setup a voice patch for an old school, monotonic music synthesizer.

#

Then just hard-code the coefficients when you know what values to plug in, from live experimentation.

#

I have four parameters in the function that does most of the interesting work in that program (see link). If they were mapped to rotary encoders, that'd be a lot of fun to play with in realtime.

#
48:  # ------------------- pseudo-ADSR -------------------
56:  def pulse(t, decay, sustain, fade, halla):

I called it pseudo-ADSR because it reminds me of an analog synth's ADSR envelope-generator (attack, decay, sustain, release) which is used to shape individual notes played on (for example) a piano keyboard. Usually it shapes the volume (sound loudness) profile.

#

So I think the real creative LED-art is coming from a composition tool (a project in itself) - probably with knobs and sliders and such, very much like an analog synth.

mystic ruin
#

My map project finished "second" on the instructables iot competition (second somehow means between 8th and 15th or something!). Another project that was shown on show and tell won a grand prize

#

The raspberry_pi cloud weather project

#

I think the guys name was @rare frigate , congrats if it's you!

vernal ferry
#

wow! congrats @mystic ruin !

mystic ruin
#

Thanks @vernal ferry !

solar yew
#

@mystic ruin There's a ham radio gadget (MFJ 890 = Atomic DX Beacon Monitor) that works something like what I saw in the still photo of your project. I think it has LEDs embedded on a world map; the LEDs light up when band propagation conditions /from/ that location (to your own) are favorable.

marble tapir
#

@mystic ruin Congrats!

#

@solar yew ADSR is a great idea for making good looking light patterns. At one point in this project I was trying to implement it, however I wasn't happy with the performance I was getting out of my version.

solar yew
#

@marble tapir I'm calling what I did pseudo-ADSR as it's basically a sine wave function with .. um ..stretches.

#

Sustain is when the keyboard player holds the key down for a duration (and is generally arbitrary in length). Attack, Decay and Release are what shapes the note (presumably a fancy keyboard can sense a fast attack and present that signal electronically).

#

timbre is primarily an admixture of harmonics.

#

The difference between a reed and a flute and a plucked string and a horn all at the same pitch is timbre.

#

Square wave has an exact mathematical relation to a sine wave at the same fundamental frequency.

#

Probably defined as specific harmonics present along with the fundamental.

#

Triangle and sawtooth waveforms, same idea.

marble tapir
#

Yep, I love that kind of stuff. I'm actually a music major (hence the reason my project is music based).

vernal ferry
solar yew
#

I'm not saying another word. πŸ˜‰

mystic ruin
#

Anyone showing and telling this evening?

vernal ferry
#

you should @mystic ruin

#

!

prime widget
#

I'm going to try to jump in tonight. I'll talk about the CircuitPython robot I've built.

vernal ferry
#

cool @prime widget looking forward to seeing it in action!

prime widget
#

Well, it's not really in action yet, but the hazard avoidance sensors work! πŸ˜›

lapis jasper
#

@prime widget thats worth showing!

mystic ruin
#

@vernal ferry I think I'd prefer if it was a bit more finished

lunar trout
#

Or here?

vernal ferry
#

\o/

#

Roll Call!

#

my favourite table is Tales of the Arabian Nights

#

played that heaps on my ipad

#

yeey! ^_^

solar yew
#

SWTP rox

vernal ferry
#

@prime widget cool! I wanna get me a M0 express nao..

prime widget
#

They're back in stock now, @vernal ferry ... πŸ˜ƒ

solar yew
#

that's led zeppelin

mystic ruin
#

It was back in black by ACDC

vernal ferry
#
  • \o/ * bye folks!
mystic ruin
#

unless they sound the exact same?

vernal ferry
#

@prime widget OOOOHH

solar yew
#

The Ocean

#

I think

mystic ruin
vernal ferry
#

good ear @mystic ruin !

prime widget
#

She was great!!!

mystic ruin
#

it does sound similar, but I'm sticking to my guess πŸ˜ƒ

#

@plucky otter content of your talk is very good

plucky otter
#

@mystic ruin Bit fast though?

mystic ruin
#

you were told to go fast πŸ˜›

plucky otter
#

@mystic ruin I found it was the only way to do it in 2 minutes...

mystic ruin
#

yeah

#

Do you practise out loud?

#

You knew the material inside out

plucky otter
#

Only once.

#

I was a bit rused this morning...

mystic ruin
#

I did a 20 minute talk on IoT with Arduino and I must have read it allowed about 40 times

#

my dogs must have thought I was crazy

plucky otter
#

I still dont have my show power online, so I had to get an extension cord out in a hurry...

mystic ruin
#

I wonder what was up with the mic?

#

is your wireless mike low on battery?

#

mic#

plucky otter
#

No, just cheap... I think that there is a second gain in my recier that I did not adjust...

marble tapir
#

Haha, glad you guys liked the Back in Black. She's super proud of that one.

#

Also, the Electron Microscope stuff was cool to see. Don't electrocute yourself, please. πŸ˜„

plucky otter
#

@marble tapir Oh yeah. That is my plan to:)

marble tapir
#

@solar yew She knows some Led Zepplin too. Stairway to Heaven...but like Back in Black, it's just the intro.

vernal ferry
#

that's great! @marble tapir , nostalgic tunes

#

was surprised during the live stream, i thought she'd be playing some more contemporary stuff

marble tapir
#

Haha, that the stuff she normally plays, but she breaks out the classic rock tunes to show off

solar yew
#

@plucky otter extension cords have a finite resistance (in Ohms) per foot. A longish cord (100') can seriously damage modern motors, due to undervoltage.

Old motors have enough thermal mass to tolerate the higher current draw:

Current = Voltage / Resistance    I = E / R

Power =   Voltage * Current       P = E * I

Since the motor has to do the same work, no matter what the voltage, it draws more current to make up for the undervoltage -- and that heats the motor (more).

plucky otter
#

@@solar yew Yeah, this is why I just spent more than i paid for the microscope on getting 80 amps of power to my shop. I will have plenty of power once I get everything tied into main panel.

grave wedge
#

I thought "Back in Black" last night was awesome! Sort of attribute to Phil whose favorite color is black πŸ˜ƒ

#

Here is a link to that open source joystick mouse I talked about last night. https://hackaday.io/project/13424-lipsync

Touchscreen devices have become a staple piece of technology in this day and age. Most people cannot get through the day without using their smartphone. It keeps us connected. It keeps us organized. It is an integral part of our social lives. For people in wheelchairs whom experience difficulties with fine upper body motor control, the usage of mobile devices can be very challenging. Statistics show there are over 1 million people in the United States and Canada that have very limited or no use of their hands, making touchscreen devices very difficult or impossible to use.

The "LipSync" is an assistive technology device which is being developed to allow quadriplegics and other people with limited hand use the ability to use touchscreen mobile devices by manipulation of a mouth-operated joystick with integrated sip and puff controls. We are releasing all of our work open-source, to make the Lipsync a solution that can be made at the community level for less than $300.

marble tapir
#

@grave wedge I'll let her know you liked it!

rare frigate
vernal ferry
#

@rare frigate looks like the amazon dash!

rare frigate
#

@vernal ferry It is an amazon wand. I like it because the batteries are replaceable. It does most the alexa stuff I need for home automation. It can control my lights, harmony remote hub. It also answers questions

vernal ferry
#

@rare frigate cool, the dash one just scans a barcode and adds it to your amazon cart

rare frigate
#

@vernal ferry that is this one, i just remove the barcode part since I didnt use it

vernal ferry
#

@rare frigate yeah cool! makes me want to dig it out of storage πŸ˜„

rare frigate
#

@vernal ferry yeah I was suprised how much stuff it does

vernal ferry
#

@rare frigate would be fun to tear/tinker with , also nice case choice -- timeless

mystic ruin
#

@rare frigate congratulations on the instructables win!

rare frigate
#

@mystic ruin thanks!

solar yew
#

@rare frigate is this project on instructables? I'd love to read more

rare frigate
#

@solar yew the telecom one isnt, I just finished it this weekend and have to build a 2nd one to get some good pictures

solar yew
#

We're you on show and tell with it? I couldn't watch

#

@rare frigate

rare frigate
#

@solar yew yeah it was

solar yew
#

I'll watch it later :)

midnight turtle
#

what is that?

tame fog
#

Poor man's tape used since no mounting tack

#

It's my Adabox 4 project, music maker is activated by the ir remote and the circuit playground gives the special light effects

#

CP classic measures the vuMeter it hears

lapis jasper
#

looks awesome @tame fog

solar yew
#

@tame fog what is used as a diffuser?

tame fog
#

Thank you
Sorry I've been on and off the chat room. I'm in baby duty mode, putting the little guy to sleep.
@solar yew , I'm just using a wax paper to diffuse lighting.

solar yew
#

I figured it was some sort of paper

#

I still have yet to do something with my last 2 adaboxes

tame fog
#

Cool, this is my first Adabox subscription so I figured to make use of the adabox instead.

#

Show us what you come up with when you can.

solar yew
#

I definitely will

#

I've gotten all of them but the first, so I'm hoping to combine some of them

tame fog
#

That would be 😎

#

I originally intended to use the feather neopixel but I couldn't get the code to run smoothly. The neopixel is messing up the ir receiver. I couldn't make it work together. So ended with a circuit playground instead.

vernal ferry
#

how was the neopixel messing the ir reciever? @tame fog

tame fog
#

I think it's using the interrupts that the ir is using so it won't receive codes from the remote.

#

The music just stops abruptly and won't run.

solar yew
#

Yeah, this is why the new NoDMA neopixel stuff will be useful.

solar yew
#

Note taken

lapis jasper
#

@solar yew the new neopixel code makes use of DMA. the current code doesn't

#

DMA is direct memory access which means peripherals besides the processor can access memory

solar yew
#

Oh, ZeroDMA, no NoDMA, oops ;)

lapis jasper
#

πŸ˜ƒ

solar yew
#

Top row: Metro M0 Express, Feather M0 Express and Ultimate GPS w/graphic LCD.
Bottom row: Circuit Playground Express, Feather M0 Express, Gemma M0.

Yes, that elbow of the microB USB extension on the Metro sticks outside the box!
product/3258, product/903, product/905, product/2670, product/377, product/250, product/3133, product/3505, product/3403, product/3333, product/3501 shown.

solar yew
#

The Feather M0 Express (bottom centre) is unusual in that there's a physical means to operate the RESET switch without opening the small plastic enclosure housing the target board. I utilized the (considerable) travel the transparent lid makes, to seal the super-thick, pliant rubber gasket -- there's a boatload of travel, so that travel is leveraged as my (gasket-rubbber-powered) spring-return, for a column of 2.5mm nylon standoffs passing through a hole in the lid of the enclosure, directly over the reset button of the target board, acting as a button actuator.

I adjust the tension on the cover screws for the correct 'feel' to the reset switch. Instead of drilling the lids for all these enclosures, for the various reset switch positions in their respective cases, I plan to remove the hardware of the one I have now, and re-drill for all other needed locations -- and swap lids depending on which box I'm working with that day. So that any of them can be reset with the lid closed.

#

Parallax worked remarkably well, for centring the reset switch actuator hole in the lid of its enclosure. The reflection of my eyeball in the lid was my alignment point for the drill bit tip.

robust fiber
#

Oh my. The cases alone look really good. There is this steampunk vibe going on that I really like. Good job @solar yew

solar yew
#

This got released today:
https://github.com/wa1tnr/ainsuForth-Gemma_M0It's a working Forth (an interpreter, connect via USB 19200 bps) for the SAMD21E18A (Gemma M0).

marble tapir
#

@solar yew That's pretty cool looking!

vernal ferry
mystic ruin
#

Oh awesome! What a nice start to a Monday morning πŸ˜€

#

Thanks @vernal ferry for the heads up

bitter valley
#

How do I get on the show?

mystic ruin
#

You need to follow adafruit on Google plus

#

The post for it normally goes up later

#

And then much later the hangouts link is added to the post

#

I do recommend jumping into a hangout by yourself to test your webcam and mic too, just to make sure everything is working OK

#

I might see if I can finish the soldering on my led matrix and jump on this evening

bitter valley
#

I will be at work until about 5:30/6:00, then going to the makerspace afterward and probably be streaming from there. Tonight is open hack night (even though I have a membership and can go in at any time).

plain stream
#

I was hoping to get on tonight but I'm leaving for camping tomorrow and haven't even finished my project, so it'll have to wait

mystic ruin
#

should be good to go for show and tell if I make it in

bitter valley
#

Am I in the show & tell circle?

mystic ruin
#
#

post here and ask to be added

#

just incase

#

I cant fully remeber how it works

#

I just remeber being added really close to the time!

bitter valley
#

Posted.

lapis jasper
#

I try to post the hangouts link here too

marble tapir
#

We'll be showing off Uke progress. πŸ˜„

mystic ruin
#

Taking requests @marble tapir ? πŸ˜„

#

looks like its going to be a full house

bitter valley
#

Link?

mystic ruin
#

Hasnt been posted yet

marble tapir
#

Hrmm, there's two posts

#

Which were we supposed to comment on?

mystic ruin
#

I think you should be fine as you are already added to the circles once you click the link

#

I never know either

#

One is to the Adafruit company page and the other is to the Adafruit Group or something

marble tapir
#

Yeah

#

Lots of folks want to join today for sure

lapis jasper
#

and you don't actually need to be in the circle, just click the link

#

if it fills up I'll drop out after I talk too

mystic ruin
#

nice colour shirt @lapis jasper πŸ˜›

lapis jasper
#

thanks!

#

now I'm a screen

#

πŸ˜›

mystic ruin
#

it was more that mine is the same πŸ˜›

lapis jasper
#

I just dropped

#

@bitter valley is on now!

clever pebble
#

did you show something? @lapis jasper

lapis jasper
#

yup, the guides and docs I've been doing

clever pebble
#

i missed the start

lapis jasper
#

I was first πŸ˜ƒ

regal dagger
#

hi y'all

lapis jasper
#

hi @regal dagger

bitter thorn
#

Adam You Rock!

regal dagger
#

i missed last week, but i got my mini race car built and running

lapis jasper
#

@plucky otter is the owner of the SEM

lunar trout
#

Good job all!

lapis jasper
#

you too @lunar trout

lunar trout
regal dagger
lapis jasper
#

looks kinda like a segway @regal dagger

mystic ruin
#

Just watching the show and tell back, my upload is awful 😐

#

It settles down after the first few seconds thankfully

regal dagger
#

@lapis jasper i would think it basically is with the accelometer (sp?), right? except it has a third (rolling ball or freewheel type) balancing wheel on the back so maybe not. the balancing would be in the coding if it was like a segway, right?

lapis jasper
#

yup yup, still looks like it could be though

regal dagger
#

it does look like it indeed

#

if i had time i'd make it look and act more like a segway, dress gregor appropriately and take him out to burning man. haha that would be so funny.

lapis jasper
#

πŸ˜ƒ

lean arch
#

i had a strange idea for tackling a difficult concept

#

you guys remember google's project ara

#

phones

#

modular phones

modern cypress
#

lets set up some modular i2c stuff? πŸ˜›

bitter valley
#

Hey guys, so I'm not planning on sharing any updates to my helmet and costume project today on the show since I need to actually work on it to have it done in time for the convention this weekend, but I could definitely do a quick summary of the past week of chaos here if anyone is interested (and if it's alright with the mods).

lapis jasper
#

go for it @bitter valley

bitter valley
#

Sweet! So after I made the helmet that I showed last time, I made a second one of the same design, only cleaner. Then I decided against that design entirely because the faceplate that I wanted to do would have looked very ugly, and it would have been stifling and suffocating.

So then I decided to redesign and came up with this second version of the helmet. This redesign was cleaner and allowed the full face covering, however if I were to use plexiglass as a visor, it would have fogged like nobody's business.

#

Then I decided to bite the bullet and buy a pattern off of Evil Ted's website that I had my eye on, and I think this one is a winner. It's a face mask as opposed to a full helmet, but the nice thing about this one is that I get the "anonymizing" aspect I was looking for, and if I were to cut eye holes instead of leaving it the eye area open, I could install some screen door material and that would be enough for visibility. I would need to make a strap that would hold the mask in place, but that could be easily done and the foam pad I plan on making could serve as a space for a gemma or a trinket. Tonight I have a lot of work to do to get it ready for the convention this weekend.

Oh, and the metal encasing is out of the question. Too cumbersome, and my metalworking skills are not up to snuff yet.

lunar trout
#

Haven't seen the link...

plain stream
#

That looks awesome @bitter valley !

quiet quartz
#

So i've finished my first year of GCSE and soon to start my second year. And for GCSE DT, I'm designing a wireless rechargeable lamp! It has four LEDs, a powerboost 1000c board and a 5v inductive charging set. I 3D printed the front and back plate on an Ultimaker 2.

misty heron
#

These are of one of my RetroPie projects, built into an old Mega Drive/Genesis game cartridge.

umbral fog
#

@misty heron is the usb port just a breakout? or is there something else on that board?

misty heron
#

@terse totem There you go. ^_^

#

@umbral fog Just a breakout yeah, power in.

umbral fog
#

K

#

that's actually really effin cool

misty heron
#

Oh thanks πŸ˜„

#

Was pretty stoked to have found that USB hub in exactly the right size, three ports facing outward, one on the side, so I put a BT dongle in the side one so it's hidden inside. (This was like a month before the Zero W came out, damn it.)

umbral fog
#

@misty heron oh I know that "DANGIT whydidn't I wait" feel

bitter valley
#

Roast me. Everyone, please roast me. I need to get all the negativity out because I feel like it looks like garbage.

#

But it's what I've got.

vernal ferry
#

Kinda looks like REAPER

lapis jasper
#

@bitter valley I think it looks awesome! I can't wait to see it lit up

bitter valley
#

Ok, plans for the next version... I'm not doing the whole damn face again. Just the mouth.

terse totem
#

That cart looks great, @misty heron

bitter valley
#

@lapis jasper Everyone keeps saying it looks awesome, but for some reason, I hate it.

#

I don't know why though!!!

#

I could possibly be exhausted. I don't know.

robust fiber
#

@bitter valley Has a very iron-man vibe to it.

rare frigate
#

@bitter valley nice kylo ren mask 😬

plain stream
#

you're always your toughest critic

#

is it supposed to "be" something specific, or just a cool mask? either way I like it... and like tannewt said, it doesn't even light up yet!

clever pebble
#

@Stuff With Kirby#8486 more like reaper from overwatch

bitter valley
#

@plain stream That's the thing. I have a vague idea of the aesthetic I am trying to go for, but I don't really have the skills or material to pull it off so I'm trying to make do with what I can use, floor mat foam and Plastidip.

warm sage
#

@bitter valley have you sketched the shape you've envisioned? The heart of engineering is truly making what you need with what you have, but having a really clear target makes the most difference early on

#

or is it more the texture than it is the shape that you're working on?

bitter valley
#

@warm sage If I had any semblance of art skills, I'd be sketching the hell out of concepts.

warm sage
#

@bitter valley they can't be as bad as mine, I struggle drawing stick figures

#

I wonder if maybe using 3D drawing tools would help you capture what you are seeing

plain stream
#

also, iteration is fine. so you do this, and say "actually this would be better if it had/didn't have X", and then do it again (within reason, of course). it seems like you already have. since you talk about facemasks fogging up and so on

warm sage
#

Agreed with @plain stream , conquer by successive approximation

plain stream
#

for me it's also more "oh I didn't know X when I started, and now that I do I can do it better"

warm sage
#

the process of refinement can be very satisfying, sometimes frustrating

eternal maple
#

Sometimes conceptual drawing is just practice, practice, practice laced with lots of do-overs. It certainly was for me, but now it's one of my primary skills.

lapis jasper
#

Yeah, just keep refining it @bitter valley . Making wouldn't be any fun if things were just immediately done

bitter valley
#

Well, I now get the feeling that a full head covering helmet may not be the best design for the character, however something like Soldier 76's Tactical Visor might be pretty cool if I were to somehow make it more original.

clever pebble
#

have you get those visors get show stuff?

bitter valley
#

Not anywhere close to doing that yet. I can't even settle on a design for the visor. I'm thinking that for Mk. IV, I'm just going to cover the mouth and eyes, basically creating a mask that covers the negative space of the helmet I showed last week and then somehow figuring out how to mount neopixels onto it.

clever pebble
#

you could think small projector to project data to visor

bitter valley
#

On the inside of a mask? I don't think they make projectors that small.

plain stream
#

eventually you could do something like the picam from recent show and tells

bitter valley
#

Picam?

plain stream
#

I don't know if there are links. but a google glass type thing

eternal maple
#

I'm tempted to try one of these for a scrolling alphanumeric heads-up display. Since you can send raw segment data to it, it should be possible to program it to display a mirror image that reflects correctly on the back surface of the visor.

bitter valley
#

At least that's what I was going for, and now I'm not so sure if I should set a goal that lofty.

eternal maple
#

Update to earlier post: just tried the alpha display and a run-of-the-mill piece of 1/16" plexi. Worked very nicely. Display brightness was sufficient for a clear image. Without optics, placed the display close to my ear to get some distance from the back of the plexi. Projected the image about 6 inches in front of the visor. Hmmm.

bitter valley
feral acorn
#

It looks good @bitter valley

bitter valley
#

And the good part is that I agree. :)

bitter valley
#

https://m.facebook.com/B34T.S.UD - If anyone wishes to follow her shenanigans (there's also ARG stuff that goes on sometimes within the Utopia Descending community).

robust lily
#

would only be a little scary to run into you on a dark street...

bitter valley
#

The first five lights are always on and a pattern on my arm glows in the dark, so I'm not that stealthy.

eager pine
#

Nice work @bitter valley !

bitter valley
#

Uploaded video of it working yo the characters Facebook page.

#

Now there's a show & tell for ya!

umbral fog
#

So, I'm working on making my credvault pretty (bcuz everything should be pretty in some form or fashion) and I've got bootup to where I'm actually pretty happy with it

#

plz ignore laptop desperately in need of a bath...

sterile zephyr
clever pebble
#

@bitter valley check how google glass have done visor if that helps

vernal ferry
#

@umbral fog ooh nice! Which libraries did you use for the display UI?

umbral fog
#

Just the standard adafruit gfx lib

#

the fade effect is actually PWMing the backlight on the panel

#

and the really cool little animation for drawing the lock was COMPLETELY BY ACCIDENT because using the native drawing primitives, that's how it comes out

vernal ferry
#

@umbral fog great use of the backlight! looks smooth!

#

@umbral fog is it complete?

umbral fog
#

nope, I still need to work on the encryption bit, and load from SD

#

but it is functional

clever pebble
#

@bitter valley also check Johnsons systems thermostat what have acrylic with touch

umbral fog
#

@vernal ferry i've been using it at work for a month-ish

vernal ferry
#

@umbral fog awesome, practical too πŸ˜ƒ

umbral fog
#

Yup... now if only I could find a way to put an RTC in here that didn't require er-designing the world, or making a new case.....

bitter valley
#

Got an awesome idea for my next piece. A common name for Amalgams in Utopia Descending is "golemborn," so I want to laser etch אמΧͺ and מΧͺ ("emet" or "truth" and "met" meaning "death") and incorporate it into my costume somehow.

ionic spire
#

that sounds really cool

bitter valley
#

Yeah, I'm totally going to work the mythology of the golems into the costume.

main tinsel
#

Here are a few of my creations. Sharing tutorials I've written to make them.

plain stream
#

I remember looking at that pi badge!

woven frost
#

I like the garage door alerter. A nice, simple design.

main tinsel
#

Thank you guys!

umbral fog
#

Oh, hey, @main tinsel, yer THAT guy...... Nice to finally cyber-meet ya

main tinsel
#

Yup! ....wait, is that a bad thing? πŸ˜ƒ

umbral fog
#

Nope, issa good thing

main tinsel
#

woot! Have you made some of my stuff?

umbral fog
#

@main tinsel I have been staring at the PiE-ink badge longingly for some time, but it's sadly a few things down in my list of things to build

main tinsel
#

You can do it!!!

umbral fog
#

I... I promised someone a driver for STMPE610 on python first?

ionic ginkgo
#

question, how do I know if I am selected for Show and Tell tonight as I think I commented on the correct Google+ post?

woven dagger
#

I think if you joined in you should be able to see that you are in the circle

#

So what exactly is this chat for?

ionic ginkgo
#

I followed Adafruit on Google+ and commented on the post as the instructions said but I haven't been notified if I've been added to the Show and Tell circle, so that is why I was asking. Thanks for any help you can provide.

woven dagger
#

Here ill check the post

#

I think you were added in as you were the first to comment as far as i can see

#

Maybe you didn't just get the notification

#

You're Andrew Breiner, right?

ionic ginkgo
#

correct

lunar trout
#

The notifications come out right as it is starting...

woven dagger
#

I don't think there is anything you can do except wait until the message gets sent out

#

Can't wait to see your projects everyone!

#

oh, I think I see you

solar yew
umbral fog
#

See Also: my post from saturday

ionic ginkgo
#

@woven dagger didn't realize the notification came so late my daughter was getting worried that we did something wrong in signing up

sterile zephyr
mystic ruin
sterile zephyr
#

okay, im editing it a bit right now, so it restarts unless you actually get all 10 right then you have to manually reset it, so you can show it off

rare frigate
clever pebble
#

you hack it?

rare frigate
#

Here's something ive been working on this weekend. Takes an old xbox controller and adds a feather Bluefruit. Now it works as a Bluetooth keyboard. Also has a status light if battery is low

#

All buttons can be set to whatever you want

#

The big red has 4 directions and center press

#

I was going to use an old Directv remote but that one is a matrix and haven't got to mapping the matrix out yet

clever pebble
#

think if you have poll so you could even use it for that hehe

lucid bloom
#

Hey all

clever pebble
#

my weekend plan is to put this https://store.docker.com/images/nanoserver to my Raspberry Pi 2 or 3 or both as those have windows 10 iot core and it support in the version i have so trying python to that nanoserver as well so i can put rosie to it

lucid bloom
#

πŸ‘

#

Verizon gave me a jetpack 4g hotspot so PiGlass is now portable

#

And I got the mic working

mystic ruin
#

Hi @lucid bloom you could nearly join the show tell and from the PiGlass πŸ˜ƒ

calm sparrow
lucid bloom
#

I'm gonna live stream during show with PiGlass you will like it

#

I have to screen share to do it

mystic ruin
#

you seem to suffer from the same condition as me @calm sparrow , SSH, shakey solder hand πŸ˜ƒ

calm sparrow
#

Haha so true @mystic ruin !

mystic ruin
#

actually you are getting more comfortable with each pin by the looks of things

calm sparrow
#

Yeah, it steadied eventually.

lucid bloom
#

I can watch YouTube on PiGlass too ;)

calm sparrow
#

This was the first time I've recorded myself soldering, so I was also nervous

lucid bloom
#

Always is tough the first time

calm sparrow
#

I have to solder the headers on my Pi Zero W in a sec too

#

I didn't have any live views the last time. Maybe I should switch to Twitter, twitch, or YouTube

#

Or even periscope

mystic ruin
#

Just a note, its hard to tell but it looks like some of your pins are a little light on solder

#

that the solder joint is only on one side , maybe the second and third pin you did for example

#

I might be seeing that wrong though

#

Shoot in Landscape if you can πŸ˜ƒ

calm sparrow
#

Thanks for the tips @mystic ruin !

mystic ruin
calm sparrow
#

You're probably right, I have a tendency to go. Light

#

I couldn't tell what orientation it was filming in.

mystic ruin
#

haha, that dyno

calm sparrow
#

Lol I was like wait, what?

feral acorn
#

Why does dyno do a quick public warning?

#

I don't get the purpose of that

mystic ruin
#

i guess to clean up the chat afterwards

feral acorn
#

Not like we need public shaming etc

mystic ruin
#

true

feral acorn
#

Dyno is ultra conservative πŸ˜ƒ

calm sparrow
#

Was it the accident space followed by the word light?

#

I dunno what triggered it

mystic ruin
#

I guess it was the verb you used for recording the video

#

its the same as using a weapon

#

@rustic stag is there somewhere to add suggestions for words that don't belong in the swear filter?

calm sparrow
#

Oh it deleted my comment about Instagram live video not being good

mystic ruin
#

I didnt even see that one!

calm sparrow
#

I said s u c k s

lucid bloom
#

Lol

calm sparrow
#

How is that even bad?

#

Lol

mystic ruin
#

ha

feral acorn
#

yeah, I got censored for using c_appy

lucid bloom
#

Vacumms do it

mystic ruin
#

I said I was a s ucker for something and it got me

feral acorn
#

I think Phil said he planned to tune it up after awhile

mystic ruin
#

it's kind of dissorientating when it gets you

#

you nearly need to take out the thesaurus

feral acorn
#

yeah, but I'm all in favor of keeping this a very kid-safe place

mystic ruin
#

as I can never think of another way of saying stuff

feral acorn
#

yes, it is like a game at times

mystic ruin
#

I'm all for that too, but some just dont belong

feral acorn
#

y

lucid bloom
#

Start saying Pokemon names instead

calm sparrow
#

Oh well, lol.

mystic ruin
#

But I dont even want to curse πŸ˜ƒ

#

(not here i mean)

calm sparrow
#

I added solder to the lacking pins @mystic ruin

#

Now I'm going to solder the headers on my Pi Zero W

lucid bloom
calm sparrow
#

Looks delicious @lucid bloom

lucid bloom
#

Thanks

#

Adafruit is supposed to publish my how to soon

#

Then I can do the upgrade guide

#

I have bluetooth music, music via mpsyt and YouTube streaming

#

I ditched the keyboard for my phone to control it

#

This is a pic taken with the PiGlass camera

lapis jasper
#

@calm sparrow @mystic ruin @feral acorn pm me anything you think shouldn't be on the list

lucid bloom
#

PiGlass is 3 weeks old today! I hope it takes off and people start making their own

calm sparrow
mystic ruin
#

I see your in an area with low network coverage @calm sparrow πŸ˜ƒ I thought it was only me that got impacted by the repeat bug!

#

I'll take a look shortly @calm sparrow

calm sparrow
#

@mystic ruin you must have sprint! Haha.

lunar trout
#

Howdy

mystic ruin
#

Just live in the county side!

#

When I was in NYC (10 years ago) I was with AT&T, and they were awful

#

They had billboards all over the place saying fewest dropped calls, but the calls would stop transmitting but the call wouldnt drop πŸ˜ƒ

#

Its also crazy weird to me that you get charged for recieivng calls and texts

lapis jasper
lucid bloom
#

Ready for PiGlass update,

fickle epoch
#

Just went through that. Have all my buttons working on the trinket now

#

We should put photos in here? Well, in that case...

lapis jasper
#

yes, to photos @fickle epoch

fickle epoch
#

Hrm... upload (via web client) isn't working. Don't have app on this machine

#

Sun Eater eclipse goggles

lucid bloom
#

I love being on show and tell, I've made 6 things in the last month but have only shown 2

calm sparrow
#

Your glasses were awesome @lucid bloom

#

Are awesome haha

lucid bloom
#

Thanks!

#

I plan on adding navigation

#

For walking not driving lol

calm sparrow
#

Haha right right

lucid bloom
#

If I wear it out of the house I get stared at...

mystic ruin
#

they are just envious @matt8588#6996

feral acorn
#

Steampunk crowd would go nuts for those glasses @lucid bloom

lucid bloom
#

I could make then look more steampunk with different frames @feral acorn

#

I just got notifications from PiGlass to my phone with simplepush

lucid bloom
#

@rustic stag I got a new toy for free, it's a 7bot so expect to see it some time soon

rare frigate
#

the code was super simple, next on the list is an enclosure to hold the feather and a cylinder battery. Not sure on the range yet, if needed i got a feather M0 wifi also with u.fl connector. Could probably easily be done in circuit python also

#

Thinking of putting this in my bag for at makerfaire and see if anyone notices and have a secret meet location

mystic ruin
#

Thats super neat. The orginal was also done on an ESP8266 too

#

Cool idea

mystic ruin
#

I'm messing around with table center ideas for the wedding and I saw this pretty cool frosted white lamp in ikea for €5 last week. I added a 16 neopixel ring to the bottom and I think it looks really nice for how simple it is

#

The lamp insides doesn't even come attached so there is nothing to remove

#

It has a hole down the bottom for wires and everything!

#

The glow is a bit brighter in person

lapis jasper
#

looks good @mystic ruin !

bright hull
#

philb has a good guide on creating candle effects

#

that might look neat in there

mystic ruin
#

Thanks @bright hull !i was wondering if I could achieve it with something flat like the pixel ring

#

Thankfully smarter people than me have already figured it out πŸ˜‚

bright hull
#

well, it's not flame shaped. just produces changing light intensity like a flame does.

#

if you want something that looks like a flame shape, then, yeah, might be tough with just the flat ring

#

but with a charlieplexed matrix...

mystic ruin
#

No the light intensity would be perfect

#

Also thanks @lapis jasper

lapis jasper
#

np πŸ˜ƒ

solar yew
#

@mystic ruin I've been doing a lot with candle animations lately. Including with Neopixel rings.

#

16 is almost overkill... in fact, I'm building a fire effect using just 10 on the playground....

#

Someone just pointed me to a nice 4 pixel effect:

#

I also ported one of the candle flicker routines from c to circuit python (classed animation, so each pixel is independent light)

#

I'll share that, still exploring what I can do with it...

mystic ruin
#

That's great thank you @solar yew

calm sparrow
#

Nice job @solar yew!

shut sigil
#

Went to my Family Reunion las weekend in the Upper Peninsula of Michigan. I 3D printed the UP and placed an LED and coin-cell in the back of it.

lucid bloom
#

It's alive and moving now

shut sigil
#

@lucid bloom Nice arm. What kind is it? I have a uArm Swift Pro. These things are a blast.

lucid bloom
#

7bot

shut sigil
#

Oh right. Very nice product. Almost went that route.

robust fiber
#

Oh hey @mystic ruin thanks for the frosted lamp post I was just looking for something like that!

clever pebble
#

piglass?

mystic ruin
#

Grono in white

wet mulch
#

grΓΆnΓΆ or green island in swedish πŸ˜›

mystic ruin
#

I didn't know how to put the characters on my o's πŸ˜‚

wet mulch
#

haha dont worry just funny seeing ikea pushing weird swedish words around

robust fiber
#

Thanks!

mystic ruin
#

@wet mulch does kalax (maybe two L) have any meaning

#

Cause I think my girlfriend loves them more than me

wet mulch
#

its a village in northern sweden

#

Kallax (Finnish: Kalalaksi) is a locality situated in LuleΓ₯ Municipality, Norrbotten County, Sweden with 321 inhabitants in 2010. LuleΓ₯ Airport is situated near Kallax.

#

basically white walker area

#

321 inhabitants

mystic ruin
#

I knew she was the army of the dead

wet mulch
#

haha

#

these are actually quite nice

#

ikea is actually quite good at selling their products, always looks so nice and clean

mystic ruin
#

This is what mine look like

#

I don't think they would sell aswell!

wet mulch
#

haha

#

thats true for the most cases

#

it looks really nice on display

glad roost
#

In the US, KALLAX seems to be being discontinued. It's marked down "While supplies last in participating US stores.". I bought a small EKET unit a few weeks ago. Not sure if it's supposed to be the replacement -- it's sized differently.

mystic ruin
#

Oh no!

#

I think my girlfriend would be devastated

robust fiber
#

I love the table system of ikea. The white tops are perfect for taking photographs of boards

feral acorn
#

Yeah, we bought one of their tables for the kids’ project room

#

The thing is rock-solid. I think a couple of full sized adults could jump up and down on it and it wouldn’t even flinch

#

The small ikea desk we bought for the kids is a different story. Kinda flimsy and the top delaminated pretty easily.

robust fiber
#

@mystic ruin I see your GRΓ–NΓ– and raise you my TVΓ„RS.

#

There is a little disassembly required though, Had to pop out the lampholder by unclipping it.

#

It is quite gorgeous when run with a fading Neopixel animation. Add a IR phototransistor and you got an automatic night light.

mystic ruin
#

Looks great @robust fiber

#

Nice UK extension lead too πŸ˜‚

robust fiber
#

Haha thanks.

lucid bloom
#

I setup remote access to my 7bot for the person that gave it to me

#

That's a video feed

#

There is a serious lack of APIs for 7bot, had to use node and I didn't know node lol

lucid bloom
#

Still don't know it but I'm going to be trying

rustic stag
buoyant breach
#

ooooo

rustic stag
#

ok minimal dock kit, works good, and testing a 3rd party controller and playing with a knit amiibo

#

there was candy in the mushroom thing, but we ate it

#

mosfet the cat will get the amiibo later

buoyant breach
#

That's awesome!

rustic stag
#

we're trying to see what/if nintendo mod stuff we might do

#

glowly neopixel docks, 3d printing, custom controllers, etc

buoyant breach
#

That would be so cool! I would love to make a glowy dock/controllers

rustic stag
#

yah, it has USB and all that

#

so easy fun mods anyone can do

#

add a trinket, etc

#

circuit python

#

@lapis jasper the aiimbos that are knit make ok cat toys

#

and you get a suit in mario kart

#

the blue and pink ones work (we only have the pink one) http://www.nintendo.com/amiibo/games/detail/mario-kart-8-wii-u

lapis jasper
#

I'll have to look into it @rustic stag

rustic stag
#

@here ok folks! if you happen to make a wonderful mistake, just tag it #sparky and we might send you out a sparky pin πŸ˜ƒ https://blog.adafruit.com/2017/08/29/celebrate-mistakes-together-with-sparky-the-blue-smoke-monster-adafruit-discordapp-adafruit/

Celebrate mistakes together with Sparky the Blue Smoke Monster :) (video). We’re giving away some Sparky The Blue Smoke Monster pins in our Discord chat in the #showandtell channel. CLICK HER…

#

MISTAKES WERE MADE, IT IS OK πŸ˜ƒ

stable plover
#

I've got a backlog of mistakes, where shall we start? πŸ˜„

#

Granted it wasn't an electronics mistake but just this morning I tried to edit a file with "vlc filename.c"

clever pebble
#

Zoidful mistakes?

vernal ferry
#

where there's smoke there's sparky !

clever pebble
#

by mistakes we learn?

stable plover
#

Oh I put a prototype Button SHIM on backwards a couple of weeks ago - for the second or third time - and this time instead of burning myself savagely I let out the remainder of the blue smoke from the tiny APA102

#

It was extra funny because I put it on with the Pi turned off for a change

#

(the prototype was revised to make this particular explodey fun impossible)

#

Oh and the Tingbot guys sent me one of their few prototype Tingbots to try out, I tried to fit it with a speaker and accidentally left it loaded so it melted itself into the plastic casing... I had to pry it off, put a little sad face sticker on, and admit to them that I stuffed up on their precious prototype πŸ˜„

bright hull
#

it's not a mistake. it's invaluable experience.

gray inlet
versed bridge
#

looks like corn

#

i found out my 3d printer has a selector switch for the localised voltage. turns out that when set to 110v my 230-240v supply popped the board!

outer moon
rare frigate
#

When using the snap block connectors remember that all pins are connected. You cannot put the two positive wires together in one opening and two negative wires together in another. You will ruin your fona board the day before project due date. #sparky https://www.adafruit.com/product/874

normal zealot
#

One of my more epic print fails (started fine and overnight came back to see this) #sparky

vernal ferry
#

@normal zealot did you figure out what caused the failure?

normal zealot
#

@vernal ferry Yep. The model was this: https://www.thingiverse.com/thing:1791235 printing for a friend who bought 1.75mm filament even though my Lulzbot TAZ6 officially should only run 2.85mm filament. The bottom printed fine but part way up the very thin shield a layer didn't glass/bond well and it blew up as you saw. So the fix was some further refinements to the printing profile when we run 1.75mm filament through the machine

printed at 0.2mm layer height with 10% infill. object orientated on its back to be support free

vernal ferry
#

which slicer did you use? @normal zealot

normal zealot
#

Cura Lulzbot Edition @vernal ferry

ember jungle
#

Yep, looks fine, but day one when I received it at work and forgot that the static in the office was crazy bad, I plugged it into my computer. It worked great for a couple hours until the end of the day when I went to unplug it....zap....dead....#ESDisNoJoke #sparky

rustic stag
#

wow the #show-and-tell with the #sparky stuff is working out great, thanks everyone

rare frigate
#

I got the led lantern a while but didnt like that it used 8 d size batteries

#

Took it apart tonight and found that it makes two 6v supplies and makes them parallel

#

The brightness nob then sends the voltage through the resistors in series. And depending where its turned is the resistance

#

Now to determine the current and see if an alternative power method is possible

rare frigate
#

Looks like theres also two 1ohm resistors on wires to leds. Parallel too

plain stream
#

More to come on that tomorrow...

#

Definitely bringing a condensor mic and phantom power adapter for my phone into work tomorrow

vernal ferry
#

My most recent #sparky with a sensor that had poor contacts and went smokey..

robust fiber
#

#sparky I flipped the positions of a capacitor and a 0 ohm resistor for my first smd board because I was reading it upside down, resulting in a short from 5V to GND. Took us an hour to figure out why the voltage along the power rail was 0.6V. Sparky made an appearance early on, but I thought it was just a trick of the light.

clever pebble
#

soldering wrong the pins to board can cause it too I could have seen it as i didnt have breakout board with me

plain stream
#

mess?

#

weird. oh-

#

the link to the show and tell discussion on google+ has three letters in the hash that Dyno considers impolite

#

I was asking if posting there was all I needed to do, assuming I was chosen to participate

lapis jasper
#

lol

#

I think I can post it

#
plain stream
#

now we see the violence inherent in the system! help, help, I'm being repressed!

lapis jasper
#

@plain stream I'll try to ping you the link here when we have it

#

πŸ˜›

#

@rustic stag should invite you through hangouts as well

whole birch
#

I just submitted my request to be on the Show-and-Tell today as well.

lapis jasper
#

ok awesome @whole birch !

ember frost
#

Here a video from my channel it the project im working on and if u would pls subscribed and feel free to leave comments in the video below

mystic ruin
#

@ember frost good luck with your channel!

lucid bloom
#

I got some new features and a design improvement for PiGlass

ember frost
#

I would like to how where u get the veiw finder

lucid bloom
#

Vufine

#

The vufine +

ember frost
#

I try getting but they cost alot

#

I wanted to find a cheaper version of it

lucid bloom
#

It takes HDMI input and battery last about 1 hour

#

So I have mine wired to battery pack

ember frost
#

Cool

lucid bloom
#

I can run my project all day basically

#

I'm watching YouTube on it now

ember frost
#

How much dose it cost to make it

#

I already the Pi zero and Pi zerow

lucid bloom
#

Vufine $200 plus parts $100ish so $300ish

ember frost
#

Omg that alot

lucid bloom
#

It uses pi zero w

ember frost
#

Lol that what my power armor is using

lucid bloom
#

I have the build instructions if you would like to see them

ember frost
#

Sure

lucid bloom
#
ember frost
#

Thx

plain stream
#

aw great, @plucky otter is here to show us all up 😁

plucky otter
#

Sorry... Its MEMS this week!

lucid bloom
#

What about mems?

#

I'm trying to get voice recognition on pi zero with Adafruit mems mic

plucky otter
#

Sorry, I though you said memes for a sec

ember frost
#

Check what I made with a raspberrypi zero W so far

plain stream
#

dank MEMS

ember frost
#

Feel free to subscribe it would help

lucid bloom
#

I will

ember frost
#

Thx matt

plucky otter
ember frost
#

Lol

lucid bloom
#

πŸ‘

lapis jasper
plain stream
#

Two dannnnnnns!

#

"Wait me? But Noe and Pedro haven't gone, and they usually do Adafruit people first..."

#

In the background: my daughter putting on a seltzer box as a hat

lapis jasper
#

πŸ˜„

robust lily
#

does the microbit use the temp sensor on the chip? I haven't found where an external one is..

lucid bloom
#

So I'll share next week, I got pictures and videos 6 times better from .5mp to 3.1mp I also have push notifications from pi to my phone, I'll have more features for next week as well

lapis jasper
#

sounds awesome @lucid bloom

lucid bloom
#

I took a picture of the eclipse with it

#

You can zoom in a bit

whole birch
#

Just how bad was my connection? Watching on my phone while waiting was painful.

lapis jasper
#

@whole birch we saw the awesome fez but it was a bit choppy

whole birch
#

Setting up for the hangout, found my camera wasn't working on my laptop. So I had to be on the phone. {sigh}

lapis jasper
#

still looked good!

lofty latch
#

I met Sparky the Smoke monster when I misread the spcs on a 9W RBG LED, and instead of the 2v forward voltage on the led, I applied 5v. OOPS! ANd poof, there it went. It was already glued in place on my project, and I had to wait a week for a replacement. 😦 Yep. It happens to all of us!!

shrewd warren
junior agate
#

@shrewd warren I had the same issue last year! I left a similar system I did alone and went to cook, came back and my poor plants were flooded. Used sand instead of actual plants after that 😦

shrewd warren
#

@junior agate LOL mine was an issue with scheduling through Cayenne's service

junior agate
#

@shrewd warren oh! I did a control loop, nothing fancy except I did it in avr-c with custom pcb...

shrewd warren
#

@junior agate They changed the timing from a choice of 1 minute intervals to 5 minute intervals and it glitched my project up hard

#

@junior agate LOL My Ace is a 1/2 mile walk πŸ˜ƒ they know me now too hahaha

junior agate
#

Ace is soo friendly! they gave me free building scraps for it, super useful if you're on a student budget.

stark hazel
#

Reversed a set of battery leads on an opamp when I was generating signals for a sound card oscilloscope I was making. Saw plenty of #sparky and even cracked the IC...

bright hull
#

Fun game. I want to play.

My first attempt at a PCB - a simple LM386 based amp. OSH Park made exactly what I sent them, including a short to ground I somehow managed to route. #sparky

clever pebble
plain stream
#

Mess with Russ is in place

#

quieter than I'd like so I had to put it out in the open

#

originally tied it on the back of his whiteboard

mystic ruin
#

Those ducks look amazing

plain stream
#

my project manager got them for us!

#

so we triggered the error that happened on show and tell last night, but he didn't even notice. I think russ is too oblivious to be messed with.

plain stream
#

there may be a bug in the speaker library changing the volume back to "quiet" so I made a field hack and set it to 1 manually before each play. it's much louder and he's definitely noticing now

#

"I keep thinking someone's trying to get my attention"

plain stream
#

update: he found it. we laughed a lot

mystic ruin
#

πŸ˜ƒ

plain stream
#

he was impressed by the amount of work and coordination his team put into it. there was some "hey look over there" type stuff while I snuck it back in

lapis jasper
#

πŸ˜ƒ

ionic spade
#

Hey all - wanted to share that my CP + Adafruit004 setup worked today ... failed during 8/30 Show & Tell (and that was my first one too ... sad). Anyhow, for #adafruitextracredit and #circuitplayground I posted a video on my FB page showing what it was supposed to do and wanted to share:
https://www.facebook.com/UncleMoki/videos/1490841077630395/

ionic spade
#

Like Sigafoo's prank ... we used to hide french-fry timers in the ceiling tiles when I worked in fastfood. We'd set them to go off AFTER we left and then watch the closing manager try to find it. Ah, the good 'ol days.

calm sparrow
feral acorn
#

I’ve done exactly that 😎. I got practical experience in the effectiveness of my glass windows

frosty tusk
#

@rustic stag #sparky Made a stand for this awesome little soldering iron.

vernal ferry
#

@ionic spade cool πŸ˜„ what fixed it?

ionic spade
#

@vernal ferry To get it to work for that video, I powered the CP and Feather separately, each over USB. I really want the setup to run off of a single LiPo or LiIon plugged into the Feather so the Feather can act as a charger when needed. I had success powering the CP from the Feather's 3.3v pin to the CP's JST. The problems started happening when I added code to light the NeoPixels. I integrated the mic_fft example which normally flashes brighter with louder/higher frequencies. The crashes happen most often with loud and/or high-frequency sounds that make the CP light very bright so I suspect the NeoPixels are causing a power fluctuation or something and that's causing the CP to thrash. I wish I had an O-scope (and a friend who knew how to use one πŸ˜‰ ) so I could see what's going on. Right now I just have my multimeter. I have a few ideas on what to try next ... write my own NeoPixel show with less intense/active lights ... TRY checking for current and/or voltage fluctuations with the multimeter and if confirmed, add a capacitor somewhere (just wich I knew where and what size) . I hate to admit it but I feel I'm close to the limit of my current skills/abilities πŸ˜– ... I'm just not quite ready to give-up.

vernal ferry
ionic spade
#

@vernal ferry Thanks. I actually did try to read through those because initially I was going to just add a small NeoPixel jewel, until I realized I'd run out of GPIO pins on the Feather+MusicMaker setup. I don't think I'm having the types of issues that the DMA driven solution solves because my CP is literally just running the mic_fft example from the Arduino Circuit Playground library ... and only a few additional lines of code to simply set the CP's GPIO high or low based on the buttons and switch status . That mic_fft example never gave me problems. And it works in the video I posted. It's only when I try to power everything off of a single power source that things get weird. Although it also works when powered from a single power source IF ... I remove the mic_fft example too. Hmmm ...

vernal ferry
#

@ionic spade do you know how much power all of everything is drawing?

ionic spade
mystic ruin
#

@ionic spade do you have a level shifter? You could use the 5v pin (assuming there is on on a cp, could be called vin)

rustic stag
#

MORE SOON πŸ˜ƒ

glad roost
#

@mystic ruin

#

@ionic spade The VBATT pin on Circuit Playground is USB or battery voltage, whichever is higher, minus a Schottky diode voltage drop (0.3V or so). On Circuit Playground Express it's labeled VOUT.

normal zealot
#

I've been thinking about making an outdoor weather station powered by a small solar cell like what @calm sparrow shows up and that lipo charger but I live in NH where it gets cold in the winter and AFAIK once we get below freezing it is not good for the lipo. I bet other folks on this forum have already solved that sort of thing for this sort of climate? Any suggestions? Simplest might be remembering to take the lipo out around the time of the first freeze and jsut deal with station only running during the day or looking into using a super cap instead.

glad roost
#

This would be a good question to ask in the forums.

mystic ruin
#

You'd be surprised how much warmer something like a feather huzzah would be in an airtight container like a lunch box, maybe you can see if that would keep the temp up enough

solar yew
#

@normal zealot hey, we should do a NH meetup

calm sparrow
#

@normal zealot I've seen some pretty creative solutions for cold weather and batteries. If you do house the circuit in an enclosure, the heat from your circuit might be just enough depending on the project.

#

@normal zealot here's the @rustic stag product ids for the LiPo and solar panel:
1 x USB / DC / Solar Lithium Ion/Polymer charger (v2) [ID:390] = $17.50
1 x Large 6V 3.5W Solar panel (3.5 Watt) [ID:500] = $39.00

normal zealot
#

@calm sparrow yep, thank you. My project is a microbit + climate kit/weatherbit (from sparkfun) which whould be fairly low draw and I don't think will generate enough heat for the subzero months up here. I want to see if I can rig the BLE on it to bream the results to something back in the house etc so there might be a periodic higher power consumption but not that much. The front-runner is just taking out the lipo after the first frosty night and just letting it run during the days, going the super-cap route (need to read more up on that) or maybe both

#

my complaint with that board is it has the humidity/pressure/alt sensor in the middle of the daughter board and the folks at sparkfun suggested simply drilling holes into the enclosure but I don't like that idea as I think too much moisture in the air will eventually corrode the electronics

#

so either I have to 3d print something to give a rain resistant tunnel of air to that sensor and keep the rest in air/weather tight parts of case or forgo the accurate use of that sensor

#

@glad roost Thank you for the link, I'll check it out. (I hadn't been to that particular forum before)

#

@mystic ruin yea for other projects I've found that to be true. For the microbit it doesn't generate much in this usage. 😦

glad roost
normal zealot
#

@solar yew yeah that would be fun. I'm in southern NH (greater Nashua area) are you in the same part of the state?

solar yew
#

@normal zealot I'm central, near Concord.

#

So pressure is a maybe but if you seal the device against moisture, you won't get humidity reading, of course, ice would be a factor too.

#

I agree, a energizer lithium rated to -40 is probably good. Make device alert you if temp drops close to that.

#

Humidity at zero temp is kinda pointless anyway, I'd think.

clever pebble
#

actually it's not

solar yew
#

Condensation is raised as concern too.

#

@clever pebble in a device spec'd to handle it, yes... in this case?

clever pebble
#

in cold if it operate with battery you need to capsulate it well but also remember it dont heat too much

#

if you consern condensations then those connection points you could protect so the condensation water dont do damage like shortcircuit stuff

#

there is a material what can protect from heat and cold

#

the material is gel like but can keep the outside heat out

steel niche
#

My first ever weather project:

#

Check it out!

mystic ruin
#

The new Hampshire meet up where the main thing that is talked about is how great it is to have no sales tax πŸ˜‚

normal zealot
#

@mystic ruin are you in the New England area as well?

normal zealot
#

@solar yew @clever pebble thx for the links. The kit I was given is this: https://www.sparkfun.com/products/14217 which I was really excited about but to me it seems like the folks who made it never deployed one into the real world or at least not for a long time. It looked like a great /fun set of sensors and is described as needing to be mounted 12 +ft in the air for proper wind readings. But the ground temp and moisture gauge cables are a couple of feet long (That eas easy enough to fix). On the weather:bit board (right in the middle 😦 ) has the temp/humidity/pressure/light sensor in the middle of the board so to me the only way to expose it would be a small rain shielded tube with gaskets to try and protect the rest of the electronics in a water proof case and figuring out a way to 3d print some water tight cable glands etc. AFAIK it was designed and built out in Colorado which I assume has at least as harsh a winter as I do. And if I am mounting this thing up on a tall pole I don't want to replace AAs often as I assume the BLE transmitting of data back to the house will require a level 6 or 7 setting for the BLE power and presumably draw a lot more power than a system just logging data to SD (again which would be hard to retreive). To me the value in this sort of rig would be in transmitting data back to me in the house so it can be uploaded to wunderground or similar. That's why I've been looking at a solar panel + lipo or similar as a way to keep this thing powered indefinietely but as we've all discussed the temperature range presents some interesting challenges. The SF tech support answer was to just drill air holes in the bottom of a case but to me that would let too much moisture into the electronics and prematurely degrade the system .