#general-tech
1 messages ยท Page 97 of 1
thank u very much, this works
awesome!
My friend challenged me to make tic tac toe
I made the drawing code really fast, I'm proud
(My first C++ project by the way, just wanted to have some fun)
I'm planning on building a drone. Is it better to use bluetooth to control it (I will have a raspberry pi on there) or should I buy a radio system instead?
@sharp spear bluetooth has a very short range. a radio system would be best budget wise turnigy and frsky are great options
Thanks I'll look those up
Although I saw online that Bluetooth can do 100m or so
Is that accurate?
Bluetooth 5
Or is it much less irl
@sharp spear people have tested the tunigy 9x to reach ranges of over 800m
hey, someone here has "Adafruint Fingerprint sensor" ?
You probably should just ask what you want to know about the fingerprint sensor.
I am looking for someone with this sensor for further questions
I'd say : don't ask to ask, just ask.
I need a bit of C++ help
I'm using ANSI, and I want to macro the CSI H command (goto pos)
#define GOTO(Y,X) "\033[Y;XH" is there a way I could do something like this?
I made a runtime solution, just a function that pieces it together with a std::string, but that's gross, since I call this function multiple times. Can't I have something for compile time that does this?
You're just trying to concat a string in a macro?
Yes, you could say that
Concatenation (The C Preprocessor)
Oh?
You might need this, too https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html#Stringizing
Stringizing (The C Preprocessor)
Is there a private leaderboard? I am participating in one for my office, happy to jump on an Adafruit one
I don't know of one for Adafruit, I'm afraid.
Happy to be helpful, @thick prawn
Does anyone know if the msa301 can't be used with a QT PY? Trying to import it results in a small int overflow
I had that happen with another library, I'd file a bug issue
So
I'm doing something that requires a call to the Windows API
And my friend had warned me that Windows is OLD old, and I'd see for myself when I messed with it
And the first thing I have to use is an ancient C-style function(handle, params) method. I was so confused for a while, like "Why can't I just...get an object...and call a method on it?"
I'm too young
you aren't too young. the problem is that the win32 is just bad @thick prawn
function(handle, params) is semantically the same as handle.function(params)
@thick prawn https://caseymuratori.com/blog_0025
using an nRF52 board if a short 5v to a GPIO with a 330 ohm resistor will that work for testing turning an input on?
Matt, I read up on it, I got that
It's honestly...kinda cool
How people managed making object oriented code back then
Also, Object, I can't be mad at Windows
It's old
linux api is less scuffed tho
Isn't Linux younger? And open source?
I don't think it was really a thing. The string library of c isn't even oo
yea but it's from 1990
Dont do that, the nrf52 is not 5v tolerant
they don't have a lot of type
That's a history problem, really.
oh you code in c? @inner linden name me every win32 types and preprocessor
If you whack yourself on the side of the head hard enough while reading source code, Windows kinda looks weirdly like the DEC minicomputer operating systems through a long chain of inspiration.
okay @oak cove Do you have a different suggestion for testing some IO . I have a large array of resistors, diodes, caps, pots. but sadly no leds.
And Linux looks really quite close to the early Unix variants that are a smidge younger than the DEC minicomputer operating systems
Im still not really understanding the issue, you want to test if the nrf52 gpio are working?
imagine how much the devs of the dot net framework suffered while making the dot net framework as they must been using win32 api mess ๐คช
Im just making some really basic testing programs to learn how the GPIO acutally works. So I just wanted to turn an input on and off and see it print something in my terminal. Or even have it turn on an output that would turn an input on on my raspberry PI
i have a full bread board as well
Im not really sure how you want syscalls to work with objects @thick prawn, a syscall is just input output anyways, make a object wrapper around it if you want
Could just read an input and print to console, short it to 3.3V or gnd for a result
oh okay
I'm not complaining, IoT
so I dont need to add a resistance to limit current. Sorry I did mean to say 3.3v. Its a habit for me to talk in 5v I realize now its a 3v board
can someone please answer at my question in #help-with-arduino ? thank you
Ah, got it, yep just use 3.3, lol.
for testing an output I can just check it with my meter.
You have a javascript question though, might need to wait for someone who still uses embedded JS to come along
i am trying some basic programming stuff and stuggling a bit so trying to keep it super simple ๐
thanks for the answering
I think my issue is more linux related tho
Im not super linux fimilar. Im trying to run a uart BLE sample library on a raspberry pi4 & nRF52 board. I think I am missing the dependencies possibly? but not sure how to correct it
Looks like a python problem, lol
I used to get infuriated with that exact issue with package management
yeah i think it is to a sense. Im trying to import the module service_identity and i believe i've done that. but i tihnk maybe its missing a dependency or something
is there a way to pull dependencies? reading online it seems there are some options but only for the apt-get stuff
i feel so dumb lol. I am much more used to machine automation with PLCs and stuff lol. Its crazy how different of a world the two are
pip, and no this happened to me all the time with python.
Are you sure your pip is linked to pip3?
could try pip3 install service_identity
im not even sure i know what that means
Lol, unless you set it or are using certain new OS installs, pip is for python 2, not python 3, but python now defaults to python3
So if you install it in python2, you cannot use it in python3
But your pip might be linked to pip3, idk
oh your the man
that error went away
it still doesnt work lol but noi error
i don't know if you remember the application exactly I was trying to do. But this guide really hits the nail on the head
so im trying to just run it. the pi side seems to be workign now.
oh i forgot to install librarys on the nRF board
its connected and working now
Can confirm ๐
Waiting on the documentation so I can dive into Adabox 017. When do those typically drop?
@oak cove Thanks again man! you rock this is really awesome.
i have the nRF and the Pi actually sending stuff back and forth over blue tooth
Glad to help
i have most of my project with the bluetooth load cell figured out now. I have a working library for the bluetooth coms between the two. Also a working library for using the load cell on the raspberry PI. Now I just need to get it to run on the nRF then send the data via bluetooth. This is the next hurdle. I've learned so much in the last week.
Anyone 3D print the matrix handle for the RGB Matrix Slot Machine? 5 attempts all failed after about 40mins into the print.
Hi All, just recieved my "5" TFT touchscreen" (PID:1596) and "HDMI/DVI Decoder to 40-Pin TTL Breakout" (TFP401, PID:2219) and I hook it all up and get the following:
RPi desktop shows barely on half the screen but the other half seems to be just backlight
Here it is hookup to the TTL breakout
Is this the right place for Adafruit hardware issues? It is hooked up to a RPi 3b+
Hi, has anyone sold a product and dealt with FCC regulations? I've sketched out an IOT system that includes raspberry pi with cellular HAT and wifi connectivity to zero w. FCC testing seems like it could be a showstopper for my hardware startup idea. Anyone have any experience with this?
Seems like all the components you are using are already FCC compliant. I am no expert but it seems like if you were actually inventing or building the boards to broadcast the cellular or wifi is were you'd get into the need for FCC approval.
That is why you don't see new technologies popping up every day in that space but instead using existing protocols and technologies. Like wifi.
Eeven if you were building the boards, the chips are what do the broadcasting and I doubt you are doing chip design.
Again, ot an expert, I only play one on TV
and on discord
hi @thick trout, thank you. I figured maybe someone here has sold commercially and might be able to offer a tip.
yeah all the parts are off the shelf and have FCC ID
Cool, good luck.
thanks!
Any chance you can share some details, or is it hush hush right now?
its kind of hush hush, but its basically a security camera system
Ah, nice. Affordably priced?
I think fairly priced, ha... it is going to be for business not consumers
Oh. OK.
@lost thorn probably Monday or so
Quick question, can uv-c also be detected with an light sensitive resistor?
Does anybody know where I can purchase these components. Trying to get an N20 motor running for a robotics project. appreciate any help! thanks! PM me.
@lament ocean No, UVC is far off the range of most if not all LDR. To view the specs of your specific one you should look at the datasheet for it.
Here's one from sparkfun https://cdn.sparkfun.com/datasheets/Sensors/LightImaging/SEN-09088.pdf
@quick bone
Top: DC Motor + Stepper FeatherWing https://www.adafruit.com/product/2927
Middle: Adafruit Feather M0 Basic Proto https://www.adafruit.com/product/2772
Bottom: Adafruit FeatherWing OLED https://www.adafruit.com/product/2900 Although I would recommend this one: https://www.adafruit.com/product/4650 you can get it at Pimoroni but they are in the UK so it'll take a bit: https://shop.pimoroni.com/products/adafruit-featherwing-oled-128x64-oled-add-on-for-feather-stemma-qt-qwiic
And finally, to put it all together: https://www.adafruit.com/product/3417
A Feather board without ambition is a Feather board without FeatherWings! This is theย DC Motor + Stepperย FeatherWing which will let you use 2 x bi-polar stepper motors or 4 x ...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller ...
A Feather board without ambition is a Feather board without FeatherWings! This is the FeatherWing OLED: it adds a 128x32 monochrome OLED plus 3 user buttons to any Feather main board. Using ...
A Feather board without ambition is a Feather board without FeatherWings! This is theย FeatherWing 128x64 OLED: it adds a gorgeous 128x64 monochrome OLED plus 3 user buttons ...
@signal swan I have successfully used a testing lab and gotten FCC certification for an intentional radiator.
The FCC code of regulations are publicly available and you probably need to start with Part 15 and Part 90. I can give the bad news that everyone tends to ignore: If it has a clock above 9kHz, it needs to be tested.
Well, that hertz.
Not if you do it occasionally. True if done with frequency.
These puns must stop, period.
hey @clever nexus! Thank you very much.
@signal swan yw
One of the suggestions I found online is to use pre-certified modules to reduce the FCC testing cost. At first I thought this would allow skipping the FCC test, but turns out I need to get a new test because I am combining as a new system. I'm looking at raspberry pi model 4 b and a cellular HAT to start, both of which are pre-certified with FCC ID. Hopefully the test will be closer to $500 than 5k ha
I think I'm going to order the most necessary parts to get a proof of concept and kind of use that as a sales tool for my prospects to keep them interested in what I'm working on...
@clever nexus mind if I DM you?
@signal swan Feel free.
I am very very confused right now
This function returns an empty string no matter what
I debugged it, and at cin >> in; it equals what I inputted, but then it outputs an empty string
You're returning a reference to something that just went out of scope
Your return type should just be string
Happens to all of us. C++ is filled with traps.
Like trying to use type string when itโs just easier to use char* stringname
Also that C++ doesnโt like casting
I seldom program C++ anymore, but when I do, I realize I still have a bunch of bizarre antisocial habits left over from the days when I was a pimply-faced young C++ programmer. Death will not release you from the days of C++, I guess.
I just started. I threw away everything I thought I knew from Java, since it seemed that's what it was going to take
Granted, I definitely had a knowledge head start, and I have a mentor, even
So I'm having fun
Though I notice I'm...really scared to use the heap for some reason. I don't know, it just feels "wrong", even though I provide perfectly valid destructors for the stuff
I'm not a big fan of C++ myself (although I've written plenty of it), I prefer C
I think the most nightmarish part of all my fun so far has been daring to touch the Windows API
That was just....god, no
It's all C. All of it
C everywhere. C there, C here, agh
Nice thing is most C/C++ is mostly interchangeable thanks to changes with GCC back a while
Not sure when exactly when though
Just reverberating what I was told by my operating systems instructor
does anyone know if you can run VS on raspberry pi4 or would it be too resource intensive
@mild prism yes you can
thanks skerr
does vs support circuit python? Or just MU
I've heard tell of plugins for it but also that it can be troublesome to get working
i was getting some errors when runing scripts on my nRF but not when checking the code with MU
i've never run into that with VS yet
Idk if it's just me but I found that Mu's code checking didn't always flag all the errors I make
the answer is obviously to write better code ๐
or maybe it just flagged them differently than I expected
i think its more likely i could find a better IDE then writting better code lol
I'm a shill for Spyder but IDK if it works on the pi. I know miniconda exists
i've been using vs right from the start (2 weeks ago lol) so im finally starting to figure out all the little features
it's very featured for sure
i just bought the python mega course on udemy. Very excited
nice!
Adafruit is now live! join us on https://youtube.com/adafruit/live
Happy Holidays everyone! This Sunday we peeled apart a prototype pcb panel we got on Friday and started assembling the boards. We'll show off what we ordered...
DESK OF LADYADA - Stemma Sunday & Happy Hanukkah - Prototype PCB Panel unwrapping https://youtu.be/xvFxzsEOUH8
Happy Holidays everyone! This Sunday we peeled apart a prototype pcb panel we got on Friday and started assembling the boards. We'll show off what we ordered and the two Stemma PCBs (SCD-30 and HTU-31D). We also got the sturdier prototypes of our Cobbler 400's and tossed on some Stemma connectors there...plus, is it possible to get a custom 45-d...
Is anyone aware of any tools that can accurately measure AC frequency between 20 Hz to 1 kHz?
Is there any reason an oscilloscope wouldn't work?
Yes, only one thing, mainly it's size. I'm currently looking for if I could build an oscilloscope with something like an Rpi or Arduino, with it's only objective being to count AC frequency
Lots of handheld multimeters can measure frequency
Alright, I will take a look at look at those
I think even the really cheap one I started with had that.
My fluke definitely can
Fluke makes really nice ones, you definitely get what you pay for
My fluke isn't even my most expensive meter. ๐๐
Yup, looks like my multimeter can measure the frequency, but I think the AC frequency is changing too fast for my multimeter, lol
What exactly are you measuring?
1kHz definitely might be too high for your meter.
My Fluke 115 can apparently measure up to 50kHz
But probably only refreshes the display once per second.
Ah, 4x/s
?
So there's a maximum frequency it can detect
But if the frequency itself is being modulated you won't really be able to measure that.
Ohhhhhh
a scope is a good tool to get if you can afford one and have the space
Yeah. Nothing beats a good scope.
(FYI if anyone is ever looking for equipment recs I list my stuff over at https://thea.codes/tools.html)
I've done testing and found that my multimeter works and does what I need it to, but the only issue is that it seems to refresh ever 2-6 seconds.
Hey
Does anyone know an app that can make my display orange tinted at a scheduled time every day?
I'd like to be easier on my eyes
check out f.lux
np
Yess burn the eyes with the orange fire
hello. does anyone knows how to solve a signals and spectra word problem?
guys
Arduino is making me wanna die
just nothing is working
like nothing
if you have experience with running esc, motor stuff on arduino please for the love of god dm me
Notging working is part of the process of project development. I have experienced it many times.
i LOVE visual programming like XOD IDE (it's ok but far from awsome)! what would be realy awsome would be to use the UE4 Blueprint Editor! now THAT would be an awsome visual IDE ๐
someone from isreal?
I need a very thin wire that won't break too easily - what kind of wire could I? (Tried those thin copper wires but they break too easily)
Needs to be less than 0.5 mm in diameter if possible
@sand tiger Something like: https://www.adafruit.com/product/4736 (even smaller are available)?
gets himself a MagTag for Christmas -- back in stock
T.T I clicked and it went out of stock while loading
Check both SKUs -- there's the one with extra stuff for $5 more
both are gone ๐ฆ
Now I feel bad. I shouldn't have gotten your hopes up. I actually ordered mine right after I got the email
No worries, I signed up for a notification
I feel like ada should order a lot more. It makes me said that places like digikey don't even have them
I also feel like the currebt stock might have been left over from the adabox
I noticed that the AdaBox edition of the Matrix Portal was "with help from DigiKey". I wonder if there will be more such teamwork efforts in the future.
Iโm pretty happy this morning.
Final grades for my last fall semester are in!
2 As
1 B+
1 B-
GPA: 3.5
Iโll make the deans list and I should still graduate with honors ๐ฅณ
and that does go on your permanent record! WTG!
@icy moth nice
@icy moth I just finished my first grad school semester with an A and a B. Makes my gpa 3.5 which isn't too bad for my first semester ๐
Very nice!
Thanks! You too!
There is no such thing as dean's list in grad school ๐ข
From my school's registrar: "Graduate students are not eligible for Deans List."
grades are much less important for grad school - at least for PhD programs
e.g., when our university is hiring postdocs, we do not ask "what was your GPA in grad school". We ask: what research have you done? what do you plan to work on? what papers have you published?
and, in fact, in higher level grad classes in math, anyone who stays in the class through the semester automatically gets an A - because no one cares about the grade
I dont think that's how it is with my upper level stats classes
My class next semester doesn't even have exams though. Sounds a bit odd for a class in the college of engineering
I have less experience with engineering schools - but in math, physics, and other sciences, what I describe is pretty common
So I have a FedEx Ground package and every day it spends a few hours in "Delivering today by 8 PM" and then goes back to "On truck, delivery pending" and I guess that's priority inversion except with boxes and not processes.
thats true, grad school gives mostly As and Bs. its no longer a punitive system to weed people out, its about real learning
I got a C in database design patterns, still a great learning experience but it was for computer science people not electrical engineers
do a lot of people work at adafruit? I thought it was just 1 person designing everything and filling all the orders
Adafruit Industries, Unique & fun DIY electronics and kits : - Tools Gift Certificates Arduino Cables Sensors LEDs Books Breakout Boards Power EL Wire/Tape/Panel Components & Parts LCDs & Displays Wearables Prototyping Raspberry Pi Wireless Young Engineers 3D printing NeoPixels Kits & Projects Robotics & CNC Accessories Cosplay/Costuming Hallow...
unrelated: TIL USB 3 can interfere with 2.4MHz Wi-Fi. Good to keep in mind when arranging hardware.
It appears as though the CAD files for the โMagTag Christmas Countdownโ only portrait orientation Fusion 360 files.
The solidworks files have both but fusion only has the portrait.
Adafruit is now live! join us on https://youtube.com/adafruit/live
Visit the Adafruit shop online - https://www.adafruit.com/products/4698-----------------------------------------LIVE CHAT IS HERE! http://adafru.it/discordAd...
Adafruit is now live! join us on https://youtube.com/adafruit/live
Visit the Adafruit shop online - https://www.adafruit.com/products/4698-----------------------------------------LIVE CHAT IS HERE! http://adafru.it/discordAd...
what on earth is with all the PIR sensors I ordered, from different sources.... why are they all "too sensitive" "not sensitive enough" with a mm movement
-_-
im wondering if I should change out the potentiates on them
if anyone knows any known good PIR sensor sources for quality sensors please let me know ๐ฆ
the 10 dollar ones are pretty good because they have a mcu in them doing fancy stuff you probably wonโt be doing with your own firmware
Words can't explain how angry I am
I've been ripping my hair off for multiple hours on this algorithm
you forgot to plug in the usb cable? ๐ฑ ๐
And it boiled down to making an integer unsigned when it shouldn't have been
2's-complement bites us yet again.
A "good" scenario is a 10, a "bad" one is a -10....it was seeing a bad scenario as 246
Sign, sign, everywhere a sign....
This is probably the stupidest thing I've done
And it's the second time I've been bitten by a sign
The last time was when I wrote for (uint8t i = 3; i > 0; i--)
I think that's what it was
I remember it making an infinite loop
Or maybe it was = 2; i >= 0
That for loop looks fine though :P
hemlob
There are a lot of examples in the learn guide
search for
https://learn.adafruit.com/search?q=magtag
check out this demo of the neopixel strip with the magtag
https://learn.adafruit.com/circuitpython-animated-holiday-wreath-lights
Try this one for the Christmas Countdown
out of stock of course heh
Thank you, ima give them a shot
Where can I get hep and get my question with arduuino?
I did once but it take much time to get answered. I once asked there and it took a lot of time to get a answer.
Is there a forum?
I am affraid to get my question deleted on stack overflow nocap
There are adafruit forums yeah ๐
!$?# it I am asking it on stack overflow
What's the link to the SO question? I would like to see it too ๐
it's in the arduino channel ๐
hi, does anyone know how these connectors work?
how does it attach to the board, and how do i attach things to it?
aren't these the usual male headers?
then do u just solder wires to the headers?
You have to solder the headers to the board first...
thanks
and once you soldered the headers, you use jumper wires to connect: https://www.adafruit.com/category/306
thanku
Hi guys sup
I need a dev board recommendation. Looking for something that can detect a tilting movement and then play a sound through a speaker. It will also need to be battery powered. Not sure if there is a board with those features included or if I need something like a Feather M0/M4 and the Prop wing. Any recommendations?
I'm thinking a Circuit Playground, but there are several boards that could do that.
Or maybe it was
= 2; i >= 0
I know for sure I caused an infinite loop somehow like that
And i was a uint, so it couldn't ever be < 0, aaaandd...yeah
I actually have a C/++ question about something a bit strange I still don't get
So, in my project, I defined a few headers here and there, and actually defined some properties in the headers themselves. And when I tried compiling, it failed because of multiple definitions. I was confused because I'd been doing it for a little bit, and it wasn't failing the same way
Adafruit is now live! join us on https://youtube.com/adafruit/live
This is the last show of 2020! This week we're taking a close look at the IoT NeoPixel LED sign. We'll walkthrough the learn guide and discuss the build. Dem...
My friend told me it's because #pragma onces/header guards only apply per each cpp file or something?
So the compiler passed through the definitions themselves more than once?
Can someone explain
It depends on whether it's preprocessor definitions, compile definitions, or linking definitions
Not sure which one of those I'm talking about
A class with definitions in it
Or, for this specific example, 2 globals
Which I included the header for in a couple different source files
That may be a linking problem, where there are two globals with the same name.
has anyone tried to use python to communicate to a PLC? Normally you need an OPC and special software. Im wondering if you could handle that inside python because OPC software is very expensive.
Normally globals go into source files (so they're only one definition) and extern declarations for them into header files, so other code can refer to them.
A PLC like a programmable logic controller? Like ladder logic? Most of the ones I've seen just accept logic levels. However, I haven't heard of OPC so perhaps you're referring to something else.
@hearty karma yes like a programmable logic controller. I have used software before that is a OPC called kepware. It would install on a regular PC then read in tags from a PLC on the same network. From there I used wonderware as a graphical display. I was curious if there was something available to replace this kepware using python for some small scale testing stuff. (running a home automation platform)
I don't know offhand, but it might be worth a little poking around: many of these schemes are legacy stuff from long ago, which can either be pretty simple packet-based protocol that's easy to reverse engineer, or strange tweaky bitstreams that are complicated and confusing.
Anyone knows the max8 creative programming ? I am using that and I need a bit of help
Hello lovely Adafruit people ! I'm working on a laser trigger project and I've already made a perfboard working prototype, but right now I've redesigned the thing a bit and this time around I'm ordering a PCB for it, but it's my first electronic project that got to this stage and I've never ordered a PCB. Anybody could take a look for rookie mistakes ? I'm only ordering 1 or 2 but waiting one week is long
@brittle flame check over in #help-with-hw-design ๐
Thank you ๐
@brittle flame right off, the fab house will turn your 90-degree paths into 45s because they prefer them with QC. Second, you might want to increase the width of the power lines to like the next mark.
That large of a ground plane is going to be a pain to solder.
Hello everyone. I just joined this channel ๐
Thatโs cool! How was you able to do that @icy moth
Bought a Govee LED strip and followed the instructions for setting it up
I meandered the strip back and forth carefully
Meandering carefully....๐ค
WE ARE LIVE! SHOW AND TELL! https://youtu.be/dH7C1DHDnNA
Visit the Adafruit shop online - http://www.adafruit.com
LIVE CHAT IS HERE! http://adafru.it/discord
Adafruit on Instagram: https://www.instagram.com/adafruit
Subscribe to Adafruit on YouTube: http://adafru.it/subscribe
New tutorials on the Adafruit Learning System: http://learn.adafruit.com/
-------...
If anyone is interested, I've got a running thread on twitter of my reflow oven build. https://twitter.com/theavalkyrie/status/1338298159601168385?s=19
Adafruit is now live! join us on https://youtube.com/adafruit/live
ASK AN ENGINEER 12/16/2020 LIVE! #askanengineer #adafruit #diyVisit the Adafruit shop online - http://www.adafruit.com---------------------------------------...
WE ARE LIVE! ASK AN ENGINEER! https://youtu.be/sTvOVuCc29w
ASK AN ENGINEER 12/16/2020 LIVE!
#askanengineer #adafruit #diy
Visit the Adafruit shop online - http://www.adafruit.com
LIVE CHAT IS HERE! http://adafru.it/discord
Adafruit on Instagram: https://www.instagram.com/adafruit
Subscribe to Adafruit on YouTube: http://adafru.it/subscribe
New tutorials o...
Thatโs so cool ! Can you talk to me about it
Sure! I'm modifying a toaster oven to be a reflow oven
So I can more easily assemble surface mount PCBs
The modifications are mostly adding a lot of insulation, an extra heating element, and a controller that monitors the temperature and turns the heat on and off as needed to make the solder reflow properly.
I love that ! How do you plan on modifying the code/making the toaster have another control panel that it usually have ? @harsh venture
You know I never thought of using twitter as a real time build log. Thats an interesting use ๐ค . I dont have a twitter handle but hmm
Thankfully someone else already did that for me. I'm using the Controleo3.
What is a controleo3? @harsh venture
@pine igloo https://www.whizoo.com/
Can you do your project with any toaster or it need to be specific @harsh venture
I reimprovised a pi zero timelapse rig to capture the snow storm from my back deck. I did it 5 years ago but I forgot to turn the picam led off ๐
https://youtu.be/R6MRPIgm08E
There's some specs you wanna look out for- it should be at least 1400w, it should be a simple oven with just knobs- no brains, it should be bug enough for you to fit your boards in, etc.
The project that you guys and gals are awesome. Thanks for sharing @mystic quest @harsh venture
Can you still tweak around the firmware of the controleo around to make add it cool feature like preptrogramming recipe like this microwave do? https://youtu.be/UiS27feX8o0 @harsh venture
Seriously. How is this so old and yet so advanced?
We need kitchen appliance reform. Vote YES on prop SRCT.
The second channel video is here now!
https://www.youtube.com/watch?v=tBD1NyabTt4
Technology Connections on Twitter:
https://twitter.com/TechConnectify
The TC Subreddit
https://www.reddit.com/r/technologyconnections
This channel is supp...
snow lapse is awesome
seeing stuff pile up lol
Yea same.
it nearly never snows that much here
That would be interesting to run the camera during a entire month to see the snow piling
The forecast is a little weird here I'm on the coast and we are supposed to get snow, rain, flash freeze and more snow
Which state do you live in ?
Ma
im at WA state, but far west, in anti-snow region
Massachusetts? Sorry Iโm not good with states abrรฉviation as Iโm Canadian
Yes
How do you get your idea for your projects @mystic quest
I make things I want to play with, sometimes I make things out of necessity. I like to combine making with my other interests which makes it more fun
Can you show me something you made out of necessity
What is the best os for a raspberry pi zero w for use with a wearable display
Iโm sorry, I donโt know.
You can write custom profiles for the Controleo3 using a simple little command language, so yeah, you could make it cook food.
But never mix things that deal with solder with things that deal with food. ๐
I already have a wearable display but I just need a better interface
Was conitering chromium but I have an aversion to google
https://xkcd.com/1319/ do you guys think this Xkcd apply to your some of your projects
and there terrible privacy polices
What is the purpose of your wearable?
Basic stuff like searching and maps
Is it clunky due to the pie
no
could you guys recomend me a 3D printer?
Can you show me a picture of it
the pi and a battery bank is in a case on my belt
currently on it
so I cant take pictures of it
it dosent have a camera
Iโm talking about a picture of the watch
I'm hoping for a new pi zero w, quad core 1gb of ram, I would be able to do so much more with some of my projects
Oh. What is hmd
?
a head mounted display
Hey, just saying, if you needed something smaller than a Pi, and the ability to go into a low power always on mode with a Cortex M co processor... https://www.solid-run.com/embedded-industrial-iot/nxp-i-mx8-family/imx8m-plus-som/
Do you wear iteveryday
i think so not
That look cool. Do you see able to receive text message from it
bassicly a google glass
oh
but you can always see it
dam
So I was thinking chromeos would be great
(Just running ubuntu now)
but I dont like google
it must be fatiguing having light constetly shown in your eye ball
really
Speaking of big corporate and privacy, what do you think of apple and how they are going on protecting your privacy.
not so badd
Do you trust apple with your privacy
kinda
Why
there divices are fine but not there services
Lol, the issue with their security, is they want to make exclusions for themselves and its hilarious.
i mean i downloded a unity game on my phone and got ads downloded on it
i got an android
but like icloud and stuff sucks
The fact it took 10 lines of JS I could send in a text message for root, oof. And Android isnt much better
I use linux
true
I want a pinephone, that is next on the list
If I could run Manjaro on my LG, that would be awesome this hardware is almost a desktop
And my hmd also runs linux
the most secure phone out there is....
a nokia
A plastic cup and string?
yeah
yes
acutally
At least the person tapping needs to be there
you could add a mic
there a a lot of hackers out ther with string to connecet to your string
To me my opinion on privacy is that itโs great for advertising as it allow you to target extremely well ur advertisements however I think on a consumer opinion itโs creepy to know that google and Facebook know a lot of thing about you.
yeah
you have to get string incription
You know what I mean, self spreading malware from the WiFI chipset in the iPhones isnt a recent issue, I saw a demo of it in HS, its all consumer garbage
I just have a pi that just blocks google advertising id
I use char * encryption
across my entire network
Dont even need to make it a conspiracy, its all shotty bad insecure software
i have ads hard coded into my phone
I have a vps that act as a vpn via pihole and pivpn
L
i got it from a unity game
strcmp go brrr ๐จโ๐ป
i was seing what was possible with the unity engen on a mobile divice and got ads downloded onto my phone (sry for my bad spelling)
Anyway
do you like chees?
Since I keep my internet presence light
I create a new email and accounts every couple of months
oh man i had mine for 5 years
i thout i was safe changing my password every 5 months
well
Do you
What do you like with chess
that was the whole joke that chees does not exist
Theres a discord channel and reddit. I have an ender 3. With some tuning its been a more than capable printer
But now theres the pro and plus for like $200 with a ton of extras so those are now worth getting
Then theres the CR-10 which is basically an ender 3 with a bigger bed
i dont really need the bigger bed
and now the ender 5 which is a ender 3 but cubed and then The ender 5 plus which is just giant (I just bought it and Im waiting for it)
Ender 3 and its variants then
i am thinking the ender 3 or 3v2
Im going to send you an invite to the 3d printer channel as Im just leaving for bed
There ya go
ender 3 is good
Dont buy used/refirb like I did. GEt a new one
If you have any questions you can pm me, its open. But I'll get back to you in the morn
Anyone know what happened to the NanoPi boards?
All of NEO variants except for the original are like double price
Is it because of COVID part scarcity?
Most things have gone up due to covid causing a lower supply with a higher demand
Lumber jumped in price to 7 times what it was pre covid due to demand
really??
Yeah
Itโs kind of crazy
Covid shut down a lot of lumber operations so in some areas, they are struggling to keep up with demand
And we were buying from canada for a bit too
Trying to hold off buying any lumber for now cuz i know demand will fall due to everyone completing projects and building slowing down
Thankfully most of the work I have left on my house is not lumber related
Any one want to join Engineers server
Like train engineers?
Not really, rail service in the United States is feeble.
Just saw this on another server https://cdn.discordapp.com/attachments/576964931094839336/789153106905792532/Trains.mp4
Blame CSX for the reason why trains are trash in America
Yeooo whaddup makers. Do you struggle with social awkwardness and ADD? Well cool, me too. Anyways, I started a TikTok last week and it's all Arduino, 3d printing and other nerd crap. Check me out at WhyNotBuildIt! I love having followers that actually know what I'm doing in these videos XD
Hey all! What would you suggest for portably powering a QtPy (without a USB/power brick)? Thanks!
@icy moth Your time to shine ๐
LiPo power pack ๐
We love the Adafruit Qt Py. It really is a cutie! And we love it so much we wanted to help you take the board and your projects on the go!
This little backpack not only brings LiPo Battery power to your Qt Py, but also battery charging so you can easily recharge your project.
kismet!
clicking the little circle with the lightning works for me
Oh whoops, I keep forgetting to remove the signup form in the LiPo power pack page
Itโs available
Iโve got like.. 29 left
Looking 4 info/reviews by the Ruiz Brothers on 3D printers ... Gonna' haf2 bite da bullet & dive in soon ... Tks
@pine igloo what's the budget?
I've got several Monoprice's, but my next printer is 100% going to be a Prusa
I think the Ruiz Bros use Ultimakers, which are great "prosumer" machines
Adafruit is now live! join us on https://youtube.com/adafruit/live
Visit the Adafruit shop online - http://www.adafruit.com-----------------------------------------LIVE CHAT IS HERE! http://adafru.it/discordAdafruit on Insta...
@pine igloo I bought a Prusa mk3s and it has been very reliable.
Adafruit is now live! join us on https://youtube.com/adafruit/live
Visit the Adafruit shop online - http://www.adafruit.com-----------------------------------------LIVE CHAT IS HERE! http://adafru.it/discordAdafruit on Insta...
Which is sad, for those of us who like trains
@trail forge look at the one on hackster
very cool that the format is being embraced
oh wow that does look like a fun feather!
I'm waiting for ada to make a tft feather like the one from lilygo
I'll buy that in an instant
I saw a ethernet feather on crowd-supply.. interesting
if there is anything positive to come out of this crazy year of covid.. it's people may have had more time to make crazy cool boards and stuff for us to play with ๐
Good thing the fab houses are open again
indeed
The best featherwing is the keyboard featherwing
Itโs Devoh!
The ground wire fell off while I was connecting my neopixels to power. Would that kill them?
Unlikely. Disconnecting ground is very similar to disconnecting power... with nowhere to go, the current flow just stops.
phew
Hey all :))
quick python question. In the python shell I can do stuff like dir(builtins) and stuff to get help on a command or to see a list of commands. But in VS i am unable to do this? Is there a way to add it in?
does VSCode have a console?
yes
maybe its just not possible. I am stillsuper new to programming
in a video im watching it appears he is doing it. It looks like VS but there all very similar looking.
did you mean dir(__builtins__)?
@mild prism it looks like that's a shell terminal, not an interactive python interpreter.
@barren plaza yes but somehow that autocorrected to underlined
No worries
__word__ becomes word in discord
Looks like VSCode supports jupyter notebooks for python?
this is the video of that i was talking about. I realize his actually says bash
this would be mine. I dont have that option
these are the times I wish i used the IDE everyone else uses
Try "DEBUG CONSOLE"?
wait maybe not
You have the Python extension installed, @mild prism?
im guessing i might not?
i can run my python programs in it
i haven't had any issues with that
I was just gonna ask that, yeah that's showing up as first steps for me to get started with python and VS
if you click the extensions icon on the left bar (it's the squares), you should see what you have installed:
great
okay
Click "View" in the top bar, then click "Command Palette"
and you should be able to type in "Python" to narrow things down
and you should see a "Start REPL" command
& that should start a little python interpreter in your terminal panel:
hey that happens to all of us
glad you got it working! ๐
is there a way to import CP libraries into VS?
Hrm, I don't think so - unless you're using Blinka libraries on a Raspberry Pi or other single-board computer.
thanks @harsh venture
of course! That's what I'm here for. ๐
ok, just wondered if i was missing something, thanks!
There are several options. You can use something like a Trellis for a bunch of buttons. Slide potentiometers are widely available, or you could get fancier and use touch panels like https://www.sparkfun.com/products/15344. Knobs can be rotary potentiometers (also widely available) or encoders.
Of course, you could buy a ready made controller with switches, knobs, and sliders, and graft on your own audio I/O, screen, and processor. https://www.akaipro.com/products/controllers
AKAI Professional controllers for live performance and studio production bring the music to your fingertips!
hi. im working in fusion360 and was wondering what a good practice is for building a 'thing' that has multiple components which are also made of components...
is there like a papa component i can make these into? component^2
hello. i have this 0 to 9 flipflop counter. but when i use the LED as outputs (required) it does not reset after 9. but when I add a 7 SEGMENT BCD, it reset at 9 and works as intended. how can I correct this circuit?
Anyone in need of Adafruit Gift Card, DM me.
does anyone know if the Pygamer Advance is still on the cards? as far as i understand it's the same board with the same buttons but it has a bigger screen
@coral flame a raspberry pi has gpio for that
@pine igloo That looks like it should work. If the simulator takes loading into account, then perhaps the LEDs are not allowing the outputs to swing enough.
Try increasing the value of the resistors by 10X or 100X and see if that helps. If so, then redesign for less loading.
hello, I want to use a load cell in a project. The 5kg load cell arrived but I don't have any mounting screws. How much space should there be or does it not matter?
Space between the weight platform and the load cell?
yes
You don't need much, the load cell only flexes a tiny distance. A millimeter would likely be plenty.
I see, thank you!
@forest solstice You can have several levels (component created of components created of components..) in one design file. However, I try to go max two levels in a single design file. and then, as needed insert one design as a component into another: https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-Insert-a-Component-into-the-Current-Design-in-Fusion-360.html
So I could have, e.g., one design file which would be "wheel with axle and sprocket", which I would then insert into design "Robot chassis", which in turn would be inserted in design "full robot".
This makes it much easier to edit.
At this price, should just spend $3K more for a nice automatic one
Thatโs more reasonable
If youโre curious about the second image: https://abacom-tech.com/product/manual-smt-pick-and-place-machine-ezpick/
Yeah, a few days ago ๐
@icy moth I looked at the manual PnP and decided I would much rather build my own for $150 than paying $500
there are quite a few tutorials, e.g. http://vpapanik.blogspot.com/2012/11/low-budget-manual-pick-place.html
or https://hackaday.com/2014/03/13/manual-pick-and-place/
and if we are getting into $5K range.... for this money, you can buy https://neodenusa.com/neoden-3v-pick-place-machine
I love that it runs windows xp
at least, not windows 3.1 ๐
Next time someone asks what my development boards are, this is what I'll respond with lol
They're my bundle of high quality components I use to craft items.
Craft..... like redstone
"craft" sounds so much better than "make" doesn't it?
It does just the word makes me think of Minecraft. Which to be fair is where alot of people learn to start coding
Haven't played minecraft before so I had to google that reference lol
Your from China correct?
Nope. Just have't gamed since 2008.
You could kinda say that lol. Back in 2007, I was 16 and had 256MB of RAM on a Pentium IV desktop running Windows XP. I switched from Counter-Strike to Urban Terror and discovered that the later also ran on "this thing called Linux that apparently runs faster". By mid-2008, I was directly launching it from runlevel 3 on ArchLinux. By late 2008, I wanted to be a developer because that seemed more fun than gaming ๐
So yes, it was technically hard economic times lol
I developed a server years ago on Minecraft and i have to say making the code is way more fun n creative than playing games
Yeah. And making hardware is more fun than making software. It's just that the more "real" the things you do seem, the more fun they are lol
My first blinky was epic. OMG! I CAN TOUCH THIS!
Blinky very important program - proves you are talking to the machine.
You can do something similar with a piezo buzzer, but that's a loop.
(or set PWM registers)
Yes. But it felt more than just that. It was something I could see, touch, and hold! This wasn't an experience I'd ever been privy to. At work, I only ever wrote complex backends for workflow-based apps and APIs. A piece of industrial JSON didn't exactly "talk" to me. But somehow, a rhythmically glowing LED did. And that was beautiful!
@verbal kiln this right here made me think of the animation show videos on YouTube. The 3d glasses one in particular
And now you make me remember the time I took a summertime class on Macromedia Flash ๐
I think the world lost a lot of epic games when miniclip.com stopped being relevant.
It gained alot when they started cross platforming with pc tho
Cuz then people could actually mod stuff and make better content
I wish I still had that game that would turn your mouse pointer into a small hammer and smash holes into your screen each time you click.
Oof, those restocked magtags sold out QUICK
Not at all surprised - it's a super cool product

Is a minor dimension error on an Adafruit PCB worth an Issue?
hey all, sorry if this is like against the rules but i am truly posting this for benefiting other people and the service is 10000% free! It is an app for coders to log how much time they spend coding! the website to the product is right here: https://masonhorder.github.io/Coding-Log/index.html, as of right now it is iOS only
Hey guys im trying to get a python device that runs a simple script and maybe has like a screen on there so I can display messages to show when something finished. Can anyone refer me to a not-sold-out device?
You could add this featherwing to the feather m4 express https://www.adafruit.com/product/2900
thats funny I was just refered to the same thing in the python discord
thanks!
Is the m4 express already put together @barren plaza ?
I don't believe it is, no. You would need to order stacking or female headers too
oh is there a put together one?
you might be able to find one from a reseller?
but you'd pay a premium most likely
I assume the issue is lack of soldering iron?
I have never worked with circutry so I feel like I would get lost easily so Im trying to find ones thats already made and will do what im hoping
@barren plaza
Its fine if it doesnt have a screen I just need a device that will run a script easily and its already made
Ah yeah I'm not aware of anywhere specific to buy pre assembled adafruit parts but it might be findable
Unfortunately I think your best bet, @pine igloo, is going to be buying a cheap soldering iron, stacking headers, a feather m4 and the screen. What's the script do that goes on the screen?
I was just gonna make it display text and such alongside the main script features but I think I might not get a screen
you could do something with the REPL if you need to
the featherwing screen isn't very big, I picked it because it fits into the feather and you don't have to use a breadboard/wires
The pyportal is a more expensive option that (should, I don't have one) work out of the box
it has more features than you are looking for but you could always use it for further projects
does the m4 connect to wifi?
The feather m4 does not, the pyportal does
so if I connect the pyportal to the m4 my scripts will work with wifi?
So the pyportal has the same chip as the m4 onboard
so you'd only need the pyportal
so theres no need for the m4?
Lots of folks in #help-with-circuitpython could help with either option but if you want wifi and a screen, the pyportal is a great choice, if you're willing to spend 60 bucks
Just make sure you have a usbc cable
actually htat's the titano. Here's the original https://www.adafruit.com/product/4116
whiiiich is out of stock
my b
Im gonig with the titano
The CLUE that was recommended is also a good choice, it really depends on your needs
Why am I not surprised to find @humble jetty name in the original TV-B-Gone authors ?
(i'm playing with IR those days)
Well, I guess she's not just well read, she's infra-read.
Adding support for a larger variety of pins for MakeCode is quite the directory safari
you could say it wasn't as direct as it feels like it could have been
I guess you feel pinned down by the task?
I keep getting a back in stock notification for MagTag, but when I go adafruit...No MagTag! Do they sell out quickly? Any scoop on that front?
I just got my first Adabox! I am super excited. I have never used CircutPython before either. I guess I know what I am doing this weekend.
Hi I recently got an M4 express and my goal is to use it to do some usb HID work. Is there an alternative way to program it other than using the onboard USB port? For example using a usb to serial adapter? What I would like to do is setup a workflow where I can use the usb port for testing and program it using some other mechanism
Yes, the MagTags sell out quickly, they're a newish product so they're only made in small batches so far, and lots of people want them.
I'm rapidly approaching Gollum level of wanting
Thanks! They seem cool but wow! That's happened to me twice now where I go on a few hours later and they are sold out. I'll have to be on my game next time. Not that I need one. I can barely make the stuff I have work!
Im hyped for my PyPortal
@thick prawn What's your question?
The screen overlap
That wave effect
I don't comprehend it
I've never bothered to ask what that really is
Has anyone else's M4 express boards just fry after being connected to a computer for a few minutes? Or is that just bad luck?
Anyone have experience with soldering connections into USB cables? Is it as easy as stripping each of the 5 inside wires and just connecting them?
for powering, yes. There can be problems with data though
im working on a button box with a pro micro and want to use an aviation connector
not sure if there shielding issues i need to worry about
For low speed USB, shouldn't really be a problem!
Speaking of low speed USB, has anyone made an opensource v-usb and i2c based firmware for the Atmega8A (1$ street price where I live) so it can be made to behave as a keyboard/mouse/midi device?
The Atmega8A doesn't appear to have a USB interface on the chip.
No, if your computer follows the USB specification, it will be fine, if it "fried" there will be a board side cause, it doesnt just "burn out" because of bad luck
That's why I said v-usb https://www.obdev.at/products/vusb/index.html
Lol, ouch, bet that has a tad bit of overhead ๐
Cool someone got that to work well enough to make a decent website
Amazing. I would have bet good money that wouldn't work...
If you are just trying to to USB to I2C, and the I2C is using a hardware driver, it might kinda work
Can be clocked with 12 MHz, 15 MHz, 16 MHz 18 MHz or 20 MHz crystal or from a 12.8 MHz or 16.5 MHz internal RC oscillator.
Hm, doubts
There are a few Adafruit V-USB devices but they've all been marked as "You know, this doesn't really work very well anymore so you probably want something else in the same form factor"
Is there a way in Github to find all Issues or PRs on which I have commented?
FYI - In my Adabox 017 the USB B to C adapter is bad. Made sure it wasn't the cable (cable worked in my clue) and made sure it wasn't the power (used the one powering matrix portal). A replacement would be nice, but it was more for making sure if people complain their Magtag isn't working, it might be the adapter. I need to buy some USB C cables anyway.
โ๏ธ๐โ๏ธ THIS IS THE FINAL WEEKEND! Secure your Adafruit account and enter SECURED at checkout for 20% off! โ๏ธ๐โ๏ธ https://adafruit.com/secured
Just secured my account but now rushing to familiarize myself with the items on my wishlist. Question: does the Crickit negate the need for a breadboard?
hi all, I need a recomendation.... I started working on one myself, but I don't have time anymore, I am leaving town to visit my parents and live in a "high crime" area and was working on a security system using my Pis and esp and arduino's using cameras and pir sensors, anyone know of a really good system that already exists? I am trying to lock my house down by tomorrow afternoon ๐ฆ
will keep working on this until then and look around more online
I have a lot of sensors so that shouldn't be a limiting factor
Don't forget about prevention. Make it look lived-in, lights going on and off somewhat irregularly, recordings of dialog playing occasionally, stuff like that. Dog barking.
Yep.. JST-xx The two letters on the end depend on pin spacing. I think the most common is JST-PH. Here's a chart so you can find which ones you have: https://core-electronics.com.au/tutorials/what-is-a-jst-connector.html
JST is a standard of electrical connection used widely across a spectrum of electrical applications. It's defined as a Japanese Solderless Terminal and is manufactured by a company of the same name. The JST range includes a variety of families of connectors with varying pin to pin distances (known as pitches). The JST system was primarily design...
@cold pebble I'm not the one to respond to your git question, but there's #help-with-git where you might find better answers.
@golden hamlet yeah i think the random lighting and television type timers are probably the best thing to make it appear that you are home
so if you can make it so you can log in and turn on lights ect
or even like a sterio set to a radio station that turs on n off is a good one too
also for really important items.... safe deposit box at the bank can save ya
Are the M3 screws wrong in BOX 017? I received four scerews and nuts but it seems like the mounting posts are threaded but hte screws too short to faston both front and rear covers.
The magnetic feet screw into the back and hold the rear cover in place.
Is there going to be an unboxing video for adabox 017? I usually watch with my kids, and we follow along. Does anyone know if John Park will be releasing an unboxing for 017?
@strange quiver Coming Wednesday. (but I'm not official in any way, I just remember PT alluding to it on Ask an Engineer last Wednesday).
?showtimes
JP's Product Pick of the Week - 4pm ET Tuesdays
3D Hangouts - 11am ET Wednesdays
Show & Tell - 7:30pm ET Wednesdays
Ask an Engineer - 8pm ET Wednesdays
Desk of Ladyada - Random hacker times
John Park's Workshop - 4pm ET Thursdays
Deep Dive w/Scott - 5pm ET Fridays
@upper coyote - TY! This is the first time we've gotten our ADABOX before the video release, and my (elementary school age) kids are all amped up to do something with, but John's unboxing videos are always so thorough, fun & helpful, I dony want us to mess anything up until we've at least succeeded at the as-shipped projects, first. Thanks for the info!
I received my ADABOX 017 yesterday. Yay! The preloaded code works fine. I am having trouble updating to the CircuitPython 6.1.0-beta.2 .uf2 file. I can double reset and get to MAGTAGBOOT with no problem. The first error I got was that there was not enough room for the .uf2 file. I tried removing most of the demo code, images, etc. Now, I get an 0x800701b1 error, "A device which does not exist was specified." after 80% of the transfer was completed.
Any suggestions? Thanks!
The only files you should see on the MAGTAGBOOT are CURRENT.UF2,INDEX.HTM and INFO_UF2.TXT when you drag/drop the new .uf2 image to it it will become CURRENT.UF2 and the board should reboot to the CIRCUITPY drive. Do not drag the .uf2 to the CIRCUITPY drive.
Thanks, Jerry. That is what I am seeing and I am dragging the file to MAGTAGBOOT. I think the error I get is because the transfer stops before completing, the MAGTAG resets, CIRCUITPY reappears and the device (MAGTAGBOOT) that was getting the transfer is no longer available. No idea why the transfer is stopping.
If CIRCUITPY appears it has completed and is running Circuitpython. Why do you think something is wrong?
MAGTAGBOOT disappearing is normal
Good point. The INFO_UF2.TXT file shows "UF2 Bootloader 0.0.0
Model: Adafruit Metro MagTag 2.9 Grayscale
Board-ID: MagTag-29gray-revC"
I see the same on mine
I assumed it would be different
What is on the CIRCUITPY Drive after it reboots?
is there a file name boot_out.txt if so, what is in it?
boot_out.txt is correct: Adafruit CircuitPython 6.1.0-beta.2 on 2020-12-03; MagTag with ESP32S2
Thanks!
If you have more questions -- it may be best to post to #help-with-circuitpython
will do
TODAY IS THE LAST DAY! Secure your Adafruit account and enter SECURED at checkout for 20% off! โ๏ธ๐โ๏ธ https://adafruit.com/secured
Free nitro booster ?
Hmmm saw this too late but maybe this one would have been good?: https://iot.mozilla.org
This is what 30 bucks an hour looks like...and charge for 75...
Bangin on the drum with your electrical tools eh
is the green LED on the back of the MagTag supposed to be on while in deep sleep? seems like that would be the biggest battery drain ๐
It is supposed to be on @dapper dune, but if I recall correctly (50/50 on a good day), its quiescent drain is only about 20ฮผV
yeah it's not very bright
And it's on to indicate its power state (under power or not), since in deep sleep, not really any other way to know
Adafruit is now live! join us on https://youtube.com/adafruit/live
It's a mega-mailbag day today, as we investigate two new dev kits we got this week: one is the Next Mind EEG/brain-sensor development platform with Unity SDK...
DESK OF LADYADA - Brainwave Sunday + HiFive RISC-V Inventor Kit https://youtu.be/g4KgXtCxytw
It's a mega-mailbag day today, as we investigate two new dev kits we got this week: one is the Next Mind EEG/brain-sensor development platform with Unity SDK. The other is the HiFive+BBC Inventor Kit which uses Tynker for Micropython & block-based programming to program a 'hand-y' RISC-V board.We also have some really pretty E-Ink sample displa...
I'm having IDF trouble, I'd like to play around with the Feather S2 or MagTag with the IDF but it ain't cooperating
I copied the hello world from the examples but it does not compile
@bronze sierra do you have any troubleshooting instructions?
@lilac swift Are you sure you have the latest IDF? And you've run install.sh and have your environment variables setup correctly?
I switched to the 4.2 branch, but I can switch back to master and rerun everything. I followed all the steps on the IDF getting started pages. I watched your video but I think that was before you released the Feather S2 (beautiful design btw) so I don't know if anything changed since then.
Yeah, a lot has changed since my video. S2 wasn't merged back then, so was on its own branch. I've not played around with the IDF since it was merged tbh, so I'm prob of little help on this.
@bronze sierra fair enough! Thanks anyway!
Did you make sure you re-did the install.sh ? and submodule update after switching to 4.2?
and you did a set-target?
I switch branches before I did anything else, I saw on one of Scott's streams that he switched CP to 4.2. I don't remember running set-target though so I tried it again after running that, I get the following (among a bunch of other text):
FAILED: esp-idf/cbor/CMakeFiles/__idf_cbor.dir/tinycbor/src/open_memstream.c.obj
can anyone tell me some sources from where i can learn microprocessors programming .
@lilac swift did you do a clean/fullclean?
what project are you trying to build? Have you just tried the hello world example?
Yeah
I dont know if this is the right channel to ask but does anyone know of a breadboard power supply that gives 3.3V but is powered via Lithium Ion Battery and is rechargeable? I swear Ive seen it before or mentioned here but I cant find it anywhere.
@slim warren check out some of the LiPo backpacks on Adafruit
They should have breadboard breakout headers
Hey, I'm trying to find all drives connected to a computer on Linux, would simply iterating over the files in /media work? So like if I connected my CircuitPython device to a Linux computer, would I find it at /media/CIRCUITPY? Or is it /media/{username}/CIRCUITPY? Please ping if you answer!
@icy moth Thanks ๐
๐
@lost lily : the mount command shows you all the mounted drives. I like df -h command that shows capacity / disk usage for each
the -h is for human readable format, with GB MB etc instead of bytes
Thanks, but I need to do it in Python. Prefer not to parse output from shell commands ๐
there is a file somewhere you can probably parse more easily, let me check that
All I really need is a bunch of paths, like for instance, if I had a CircuitPython drive and a USB drive named USB 64GB plugged in, then I would want to get /media/CIRCUITPY and /media/USB 64GB or get /media/{username}/CIRCUITPY and /media/{username}/USB 64GB
the mount points change depending of ... many factors, you better check at the source. there is 2 text files : /etc/mtab and /proc/mount/
(in /proc/ there is lots of usefull stuff)
you also can just check where your distro is mounting your drives, and check thoses directories if your code is not meant to run on various configs
Haha, yes did not think about that! I'll just force the users to input where their distro mounts drives in the config otherwise I'll default to /media/{username}
dumb question of the day. Is it OK if I plug my MagTag into my USB wall charger
I've plugged many Arduinos and Feathers and what not into random USB charges - you should be fine. As long as the wall charger follows the USB specification (like right pins and power voltages)
sad face. I had (past tense) some LiFePO4 batteries hanging around that I bought a few years back. Just sitting. Didnt charge them since they have low self discharge. Figured I would find some niche project to use them in where regular lithiums wouldnt work (say like a data logger that sits outside). Finally get around to wanting to use them and today I find out they are dead. Like 0 volts dead.
Hrm, I have some I haven't charged in quite a while, I hope they aren't dead too
I didnt want to risk it, so I put them in a bin with all the other dead cells. Was going to the recycle center anyways. I still have quite a few 18650's Ive salvaged as well.
Probably should just check them with a meter
@lost lily not all of us have mounts in a single place. Most of my automounts are in /media, and /media/(username) but I also have some that are manually mounted in /home/(user)/mounted/ as well.
anyone know what is this component
Looks like a bridgable jumper point. @Huebrick#5787
thanks
Looking for some help with mbed online ide. With the basic blinky program I cannot find the definition of LED1. I'm assuming it's in the mbed.h but I can't find that either
Has there been any kind of data breaches with Adafruit? 3+ years ago Adafruit shipped with ENDICIA, and all the sudden I see a fraud debit transaction this month with ENDICIA. Curious if there was a data breach or something???
Filed a claim as well
hey all I'm starting out in the world of electronics and have made this big shopping list based on what I've seen in the arduino starter kit and the Make Electronics book. Not including a multimeter all this costs around 200 quid. can someone tell this is good to buy and the normal barrier to entry for starting out hahaha.
You can always get more stuff. I struggle with organizing all the things once received.
Yeah I also have a shelf in my amazon wishlist on the ready
You have some transistors in there nice. I used those on a light strip to control RGB.
You have an Uno in there. I'd also get an ESP32. They are $7 and have a built-in WIFI module.
Ah will that mean I can send code to the uno over the network
I program over USB, but it means your code can access data from webpages, post data, get on the WIFI, use WebSockets.
Ah nice, useful for IoT projects / whatever
Any other recommendations.. I actually havent got a soldering iron yet, but think I'm going to wait on that till I've finished some basic sketches
There's Circuit.io, you just drag and drop components and it autogenerates the diagram and parts list for you.
I.e. you can drag and drop a light strip and it will tell you you'll also need transistors.
Sort of a circuit simulator
Seamless circuit design for your project. circuito.io is an online tool for designing electronic circuits. Select your component combination and instantly get a detailed list of parts, a step-by-step wiring guide and custom test code for your circuit.
Nice!
Try it now ! https://www.circuito.io
Welcome to circuito.io, the online web-app that helps with your Arduino based projects. Simply select which components you want to use and circuito.io will generate a wiring guide and code made exactly for you.
@candid robin some comments:
- if you don't have it yet, get a decent soldering iron, solder, desoldering wick, flash cutters
- I see you got male-to-male jumper wire - get female to female, too; it is very useful
- get a 5v power supply
- instead of Arduino Uno (which is really old design), I'd get one of Adafruit feather boards
- if you are just starting, it is probably easier to use arduino shields or adafruit's wings rather than individual components. E.g. instead of l293 chip, get adafruit motor wing.
- instead of LCD screen, I personally prefer OLED screens - they are much easier to see, and typically use only 2 pins (I2C pins: SDA and SCL) instead of multiple pins used by older LCD displays (newere LCD screens also us I2C)
@candid robin I'll piggyback on @proper escarp's suggestions, but lean in a different direction.
If this is your first go at electronics -- I'd take a step back from ordering a boatload of small parts, chips, etc. That's a rabbit hole of gear-hunting so many get sucked down into....and so much can go sideways rather quickly. It even happened to me -- hit a snag that made me shelve the entire hobby for a few years.
Instead, I'd say go with an all-in-one board like the CircuitPlayground Bluefruit or the Clue board. You have a ton of built-in sensors, ability to attach devices via stemma qt or alligator clips, and by the time you've "outgrown" the board -- you'll have an idea what you exactly want to do & get.
Plus, the CircuitPlayground/Clue + Crickit = tons of robotics fun.
And if you look at https://learn.adafruit.com, you can find a lot of really excellent projects that use these boards with a minimum (or zero) soldering or other modifications.
Hi everyone, I placed an Adafruit order 2 days ago and have a question. Who do I message to do that?
Also, different question, how long does it take for Adafruit to ship an order?
@glacial saddle they don't ship over the weekend so sit tight
if it didn't go out today then it should tomorrow
Thanks for the suggestions @vernal garden + @proper escarp really useful info. Going to give them a proper read
When is the Adabox 17 unboxing happening? 
Ahhh, that makes more sense
@obtuse basin I believe there is an unboxing this wednesday
Hey, @keen lichen I don't suppose you have some time to help me figure out why I can't get the ESP-IDF working, do you?
Thanks @keen lichen
@lilac swift I'm around so ask away. Maybe in #circuitpython-dev ?
(going through email so it may take a bit to respond)
Is there a channel about waveshare epd modules?
I have a 7.5" waveshare epaper module. I'm making a DIY ereader
I want to see a PyGamer S2 ๐
Please forgive me for asking this but how hard would it be to port the Artemis to circuitpython?
The core is a cortex m4f
This OLED goes out to all the fans who want more pixels! Normally our 128x64 OLEDs are the biggest ones we've stocked that can use I2C. This one is a whopping 128x128 pixels and it even ...
is there a place where I can get this but it's just the panel?
I think this is the same panel: https://www.szmaclight.com/product/1-46-mono-oled-display-module-128x128-ssd1327z-spi.html
1.46 inch oled display module,128x128 dots,this oled module sizes is 1.46 inch in diagonal, white color available for 1.46
It looks like it may also be available on alibaba: https://shineworld.en.alibaba.com/product/62170997318-812788958/1_5_Square_OLED_Display_SSD1327Z_OLED_128x128.html
1.5" Square OLED Display SSD1327Z OLED 128x128, US $ 4 - 4 / Piece, 1.5inch, Guangdong, China, GLO15-D-M2001.Source from Dongguan Shineworld Innovations Ltd. on Alibaba.com.
What number increased by 300% gives you 3
Iโm having a brain fart
Wait, thatโs just 4x = 3
0.75, alright alright
wouldn't it just be 1?
300% numerically is just 3.00
3/3 = 1
might be having a brain fart myself ๐
Depends on the interpretation of the wording. "Increased by" could mean "added to", or "multiplied by".
you're right
thinking in terms of stocks, if my portfolio increased by 50%, it would be adding 50% of the starting value to the starting value in which case Noe's assertion would be correct
if my portfolio increased by 50%, I'd celebrate
@icy moth โIncrease byโ in statistics typically means to be added on in reference to the base
Itโs wrongly interpreted sometimes, and is used as a marketing tactic actually because people donโt understand it. If you have 60% chance of something happening currently, and your chances increase by 40%, your chances are now not 100%, they are 84%
rules of statistical multiplicity
I feel like people misunderstand that very often
usually yes
Has anyone here ordered products from Adafruit directly to India?
I wanted to know, what kind of import duty was being charged on arrival
It's not easy. The artemis doesn't have native USB so we don't consider it true CircuitPython.
the CPU is really easy to support, it's all of the other peripherals that are a challenge
Adafruit is now live! join us on https://youtube.com/adafruit/live
Watch here for discount during the livestream! https://www.adafruit.com/product/4366Visit the Adafruit shop online - http://www.adafruit.com-----------------...
Adafruit is now live! join us on https://youtube.com/adafruit/live
Watch here for discount during the livestream! https://www.adafruit.com/product/4366Visit the Adafruit shop online - http://www.adafruit.com-----------------...
Adafruit is now live! join us on https://youtube.com/adafruit/live
Watch here for discount during the livestream! https://www.adafruit.com/product/4366Visit the Adafruit shop online - http://www.adafruit.com-----------------...
@snow copper There are AdaFruit distributors in India. It might be easier to order through them. https://www.adafruit.com/distributors
Adafruit Industries, Unique & fun DIY electronics and kits : Hacker Spaces/Distributors Map - Tools Gift Certificates Arduino Cables Sensors LEDs Books Breakout Boards Power EL Wire/Tape/Panel Components & Parts LCDs & Displays Wearables Prototyping Raspberry Pi Wireless Young Engineers 3D printing NeoPixels Kits & Projects Robotics & CNC Access...
Adafruit is now live! join us on https://youtube.com/adafruit/live
Watch here for discount during the livestream! https://www.adafruit.com/product/4366Visit the Adafruit shop online - http://www.adafruit.com-----------------...
if i have a question about an adafruit hdmi display, where's the best area to ask it?
this isn't a bad spot
what type of device am i looking for to convert a standard encrypted hdmi output into something an adafruit hdmi screen can display?
hey all. trying to help my friend with a project to keep his daughter's liquid medication mixed at all times. he wants to build a box which would hold an arduino and a motor, and the motor spins a second box which holds the medication bottle, slowly, just keeping it mixed 24/7
how do i determine what type of motor, size, voltage, torque, etc, that's needed to support the weight of the box+bottle?
with worm gears you could go pretty low torque. one motor to drive both axis too
interesting. can u point me to a link to something you're thinking of? just want to make sure i get on the correct path
It might depend a bit on the mechanical setup, how are they arranged?
yeah. would just rotating it at an angle be enough?
Do you have an RPM spec in mind?
or do you need it to rotate at 2 axis?
smol box is the bottle?
correct
I'd recommend a bearing in the hole for sure
(bottle inside the small box. small box would have a hinged/locking lid to keep the bottle inside)
i would hold bottle at 45 angle for more mixing
interesting
You could have two bearings, one at the hold and one on the far end of the shaft from the bottle, and mount a gear or pulley on the shaft and then interface a motor with the gear or pulley
45 angle dont change anything above, just small box is now angled out 45 degrees
interesting. this is all very good stuff, thank u all. trying to be more efficient, i'm asking my friend to join the channel real quick so he can see what everyone is saying
and are we still talking about worm gears?
I wasn't specifically, but I think myself and xxcoder are talking about different solns
and the amount of torque needed (which depends on the weight, correct?) means X number of worm gears
and more worm gears == more torque?
all you need is single nema23
nice fixture around it for board controller, and mounting hold for medicine bottle
(my friend just joined but he's too shy to say hi, but he says thank you to everyone)
with a "stepper motor" you would have plenty of torque and an adjustable RPM
exactly
would a stepper motor have smooth rotation?
yes, is noise a concern?
just mentioning, they aren't terribly noisey but not silent