#general-chat
1 messages · Page 37 of 1
Always
I’m developing products for sale as a company so I need to avoid leaded where possible
650F should be enough, though, even for lead-free
I usually use low temp
(I don't --can't-- solder, but I hate lead)
I think the ground plane was just wicking the heat away too much
ooh yeah, makes sense
The pads that lifted off were ground pads
I’ve got more low temp paste coming tomorrow so I will try again
LOL. I have no idea how many NDAs it also comes with :P
Probably a lot lol
It's... probably more effective than any DRM they may use
Money has a way of dissuading people
No, I meant ToS-wise
Anyway, here's a link if you want to make a generous donation to papa Xilinx:
https://www.xilinx.com/products/design-tools/vivado/vivado-ml-buy.html
Papa AMD
Force of habit
I just can't say AMD and Intel as far as FPGAs are concerned. Altera and Xilinx it is.
Just add it to the pile of money you’ll also throw at Altium
Also Cadence
I'd like to use JasperGold one day
Never used it
I'd love to have enough money to use Altium. Their software looks great and their youtube tutorials are amazing. Even though I use EasyEDA a lot of their lessons transfer over to any EDA software. Can highly recommend their youtube channel.
I’d love to see a major company just absolutely make it using and contributing to OSS tools
Like Adafruit
But like.. billion dollar unicorn
antmicro you linked the other day looks like an interesting candidate
Meta (Facebook) supports an open hardware platform
:\
Honestly EasyEDA covers most of my beginner'ish needs. It's only when you really start getting into multi-layer boards that the rules start becoming very complex.
They contribute hundreds of designs for open source arm based server blades
I'm not sure if someone as advanced as Skerr would like easyeda or not.
Tbh I don't like any, they seem to be all stuck at the 90s, I'd like an Eda that makes my life easier, like I want a resistor of 100ohm, it auto gets the cheapest solution be a resistor or something else from a distributor or auto generate a trace design that work as a resistor
It’s called Open Compute Project
That would be cool Ly4c79.
Also this https://ms.componentsearchengine.com/
NOTE: Never tried it
Find PCB Footprint & Schematic Symbols, Datasheets, Pinouts, CAD Libraries for Altium, Eagle, KiCAD, DesignSpark, CADSTAR, OrCAD, PADS & more
easyeda does have something kind of like that with component library tied into jlcpcb but the amount of footprints to choose from often returns like 1000 irrelevant results. it can be frustrating.
yeah i usually have digikey open and jlcpb open when choosing components. i find something that both have, get the boards made, then assemble it myself using digikey parts.
except when they're too tiny like 0402 or less then i have to go with assembled stuff, which is another minefield of finding in stock components. end up spending more time searching for components and looking through datasheets than actually designing a circuit.
and naturally because i'm still kind of a beginner i end up messing up the circuit and skerr ends up saving me from a horrible mistake. 😛
it's never too late to learn
And I've played around with arduinos once
though you could say the same about me and not knowing anything about FPGA's.. that's a rabbit hole i really don't want to go down.
i'll leave the FPGA stuff up to the tape out kind of people, it's not something i enjoy.
You don't tapeout with FPGAs haha
"the tape out kind of people" -> I'm not even an EE
and, or, xor, etc.. no thank you.
If I can learn, you definitely can. If you want to, I mean
Join us! We get excited about multiplier blocks! :P
i don't. i played with redstone in minecraft, that's about as much as i want to learn about gates.
Oh, you don't need to do everything in gate level
Most things are done in the Register Transfer Level these days
(Description of dataflow rules)
Valid :)
However I found this mst3k gif that I enjoyed, so I want to share it for the lols
I'll take a look at it tx
Offtopic: I want to renovate my subscription list. Please share youtube channels you enjoy watching.
Thanks in advance!
Hm not quite what I was hoping...
I mean, you have to follow Big Clive.
Thanks for the suggestion! I've been watching since a long time ago
By far my favorite youtube channel https://www.youtube.com/c/adafruit
tim hunkin, bigclivedotcom, The Slow Mo Guys, Hydraulic Press Channel, Beyond the press, Max Feinstein, DeviantOllam, NileBlue, suckerpinch, Project Farm, Anna Lapwood, LOOK MUM NO COMPUTER, Mustie1, The Vintage Space, Answer in Progress, Tom Scott, LockPickingLawyer, Garage 54, Half as Interesting, Techmoan, SciShow, Technology Connections, No Lab Coat Required, Vsauce2, Ben Eater, Stand-up Maths, and a few less family-friendly (but fascinating) channels
Just out of curiosity, are there many RP2040 boards smaller than a QTPy?
I'm not sure the practicality of it, as with the QT Py RP2040, it does need components on both sides
That's interesting. I think the QT Py is smaller.
I think QT Py is like 75% of that
No worries, I don't actually need to know, I was just curious.
Looking at one and it's like, how could you even make one smaller lol?
It does have all the GPIO and 8MB flash though...
The QTPy RP2040 is smaller, 0.7"x0.81", as opposed to 1"x1"
Have you considered using just the RP2040 chip and integrating it into your project design?
Oh yeah, that's not for me, but would be really cool
The XIAO RP2040 is the same 21x17.5mm size as other XIAO boards
I'm making something similar to the Stamp myself it seems, mostly so I have something I can just drop in without needing to source the components for an RP2040 each time
I guess the XIAO is 280µm narrower than the QTPy, but 426µm longer.
I'd call it a tie, but technically the QTPy is 1.7mm² smaller...
The QT Py is supposed to be compatible, right?
I don't have anyone else to tell bc nobody would understand how big of an achievement this is for me, but I was able to write a library for controlling ws2813b leds on a custom stm32 board 🎊
My dad is an absolute star.
Not only has he gotten me a blowtorch, but he's also gotten a little crucible. 🙂
I'm going to use them for melting solder to tin wires. 😄
Had to do that for work, to get the timing right its not easy
Just need to fix the security camera wires.. and the bunnycam will be back in business. 🐰
It was a bit confusing since its my first time using an stm32 and the ide it comes with. Pretty much it came down to configuring the clock correctly with the presalar and everything, and then setting up the DMA to use the correct pin to output the pwm signal. The big thing is making sure the timer is set to rollover at the end of one pwm period (pretty much the sum of the low & high times for sending a bit). Once that is set up you just feed the dma an array and it'll convert that into a pwm signal and send it over
Hardest part was debugging it without a scope lmao
Thanks!
If you don't want to invest in a scope, a cheap little USB logic analyzer can be very useful for this sort of troubleshooting.
Yeah it is pretty weird how they implemented the communication to those leds on the chips itself. Not sure why they didn't use an existing communication protocol.
Yeah that's what I did when I was working on them, for things like that they are very good
Yeah I should probably get one 😅
Working on implementing 8 bit parallel for driving an lcd now
Somehow I watch about half (I counted and it's 11/29) of those channels as well lol
Does anyone know if there are around cheap (like <50) sim banks board or projects? That can be interfaced with a computer over USB or anything else so it can be programmed?
Likely I can just use a bunch of sim800 and switches, but I'd like something already made, and have more "channels" which wouldn't happen unless I do use multiple sim800 modules
Why would you want to occupy all those cellular channels?
Seriously, I cannot think of any legitimate use for this. Why?
I find easier getting a job posing as multiple specialized business rather than an all doing one
If that's aganist the code of conduct, I am sorry, I'll delete my posts
That sort of trick is much more easily accomplished using VoIP or Ultra Forward
I find voips to be annoying, because more than often they have been used for spam purposes, so if you call your client, you might go aganist a blacklist
stares at the voip system most companies use
I'm working on some legislation to fix that: basically giving phone companies permission to not peer with networks that carry spam. My hope is that after a couple of weeks of flailing and shouting, the phone network will have fractured into two separate networks: one with the legitimate customers, and one with the spammers. And the legit VoiP companies will be strongly motivated to make sure they don't sell services to spammers, lest they get cut loose.
Didn't ada fruit had a repo full of reference design of their modules?
Adafruit does have a fair number of their products on GitHub, usually linked via the relevant learn page, but I'm not sure if there's a overarching way to access them specifically
I just go to https://github.com/adafruit and use the search function
what channel is for help with the website
I'm sorry, but there isn't one. You might want to check out https://www.adafruit.com/support
You can also leave feedback in Learn guides as well
okay, thank you.
Help
What do you need help with?
37k members? Wow, hadn't checked the number in a while.
what was it before? and when
search 327254708534116352 from: Dyno#3861 and find out! :D
just to know there is almost time for spaceX starship flight test
Wow, some scammers put up a "Elon Musk has an announcement" video that was one of those "send us cryptocurrency and we'll double it" scams. To youtube's credit, that one has already been taken down.
could be same group who do that thing over and overagain
I'm sure it is. I did ping their site with some forensics tools (not a real browser!) and was amused to note that the Certificate had expired.
Nice pictures here https://www.youtube.com/watch?v=mhJRzQsLZGg until spacex coverage starts -- looks like they are targeting 0920 EDT (1320 GMT)now.
I've never actually clicked one of their videos. How is it convincing? Are they deepfaking the guy or something?
There is a voice claiming to be Musk, explaining how he's controlling everything and it's guaranteed safe (yeah, right). I have no idea if it qualifies as a deepfake, as I'm too deaf to recognize voices anyway. There's a QR code pointing to their site, and the image is just a generic background shot of a rocket launch.
This happened to Linus tech tips YouTube page
They got session hacked and a stream was put up with that “Elon musk has an announcement” title leading to the double your crypto scams
But they get it fix fast due to YouTube partner
Sucks if you are not one
Shows how injustice YouTube is
YouTube like all content platforms only care if you’re bringing revenue to their coffers
Also discord
Support takes hours to respond
Exceptions being FOSS platforms like the Adafruit learn system
Though technically the learn system does also drive sales if you want to be technical, but the content is mostly driven by Adafruit affiliated people so it makes sense
Reddit have a exception cz I can't judge it fully
Support is slow at requests but processing reports for message reports it's fast?
Reddit is driven by ad revenue mostly which they gather fairly even across all forums it seems
I’m not a Reddit user, I just occasionally browse threads
And sometimes they don't respond but working to fix the issue in the background
Like last time is reported otp issue on my account and they fix it after 3days cz I can login after 3days
Interesting
True
Do adafruit have a local reseller that have a shop in Houston?
Micro center usually sells some Adafruit stuff
Got any microcenter near locksford street?
At any big shopping complex
The best place to purchase Adafruit products is through their store at https://www.Adafruit.com
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...
Some people like to shop for Adafruit in a physical store and avoid shipping which is understandable
They have maps on their site, micro centers are great for getting stuff locally, we have one here in north Jersey
but that would mean seeing people and interacting with them...
maybe i just have a permanent pandemic mentality now 😔
Humans need interaction
Pandemics are hard on society though
Not even from the perspective of death, but the separation and isolation
Thanks to some prepandemic stuff, the pandemic made my commuting anxiety far worse 🙂
Yeah, I know a few people that travel with projects
It depends on the parts on the PCB
For some parts (ie. FPGAs), it may not be legal depending on the destination country
Just a small piromoni rp2040
I already arrived Houston with four LEDs and two cell battery in my carry on
People travel with PCB's every day, everywhere, they're just in enclosures usually.
The only concern you'd have for air travel with any PCB is RF. If your board doesn't produce RF then no worries.
and even if it does... just turn it off or take out the batteries.
With no enclosure though
should be fine, just don't have a bunch of breadboard wires dangling from it, security tends not to like that kind of thing.
Should be fine cz I got two cell battery to pass in a bag full of led and wire
if you're worried, declare it to the agent ahead of time and emphasize that it's a small project
i think someone on twitter recently went on board a plane with a custom pcb with 16 ESP32's, a wardriving setup. he was fine as long as he didn't turn it on.
I flew numerous times with a clear plastic box containing a dev board and a whole bunch of wires connected to a display, various ports, etc. and nobody ever asked about it. Of course, I'm a white dude so there may have been some privilege at work there
yeah let's not go there please.
oh that's harmless, no worries
But when I add a pcb into the mix?
I always had that stuff in my carry on (it didn't have batteries) so it went through x-ray and wasn't an issue at all
if in doubt just stow in a carry on bag
Should I relocate or insulate that bettery
LiPo-type batteries MUST go into your checked bag
Cz they x-ray carry on too
keeping batteries separated in a cardboard enclosure is always a good idea
what kind of battery are we talking about?
Coin cells
coin cells will have no problem at all
So insulate that battery
If you take the battery out of the board, definitely 🙂
i took my custom bluetooth sleeping mask on a plane with no issues.
but it looked like that
That looks like a normal device @ebon dew
it is a normal device, only difference is i made it
So to conclude
Just put all together with the LEDs?
yes coin cells with leds is fine. i would put the coin cells in a separate little plastic bag to avoid them from touching something
at the very least so they don't drain
but you could just leave the coin cells at home and purchase some in Houston at someplace like walmart
I am already at Houston lol
Already passed through three custom checks
Malaysia - Tapei - Houston
then why are you asking now when you're already..
alright i'm gonna go work on some projects.
I am asking for pcb
Cz it's a bit expensive and I scared about custom confiscating
how big is the pcb?
put it in your luggage or carry on
security is more worried about fruit and invasive insects than pcb's. don't even worry about.
like if you were asking "can i bring back this rare tropical fruit" that would be a completely different discussion.
Very small
has anyone imported ameridroid to uk?
This is what we have: https://www.adafruit.com/?q=lidar&sort=BestMatch
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...
I have no clue how it relates to the one in an iPhone.
Hope this helps!
thanks
"Depth camera" might also be a useful search term in general, though I don't think Adafruit sells any of those. A very low-res variant would be some of the 8x8 ST FlightSense chips.
Looking for the right subgroup to discuss advantages of CPy over C or C++. Which group area would that be?
The topic would include the use of interrupts over not using them.
I'd suggest #help-with-projects or #help-with-circuitpython. There are a number of CircuitPython features that address many uses of interrupts. Examples: keypad, asyncio.
thanks
ok thanks
I'm trying to build a maker community you can come to my server from my profile to support me
Blue small servo
do u have a part number by chance, i see multiple
All can
oh ok, thanks!
@limpid sedge if by comparable you mean size, then it appears to be a "micro" servo
i mean by performance
and like power
all these hobby style servos works pretty much the same way
oh ok cool!
like 5V power and the control signal is a 50Hz PWM
if you're trying to match output power, like for moving the control horn, the product pages should call out a torque
could compare those to what you already have
0.1 what units?
kgs
kg-cm?
for example this one:
https://www.adafruit.com/product/169
says it is 2.5 kg-cm
Everything to do with Servo's on Adafruit is in category 232. https://www.adafruit.com/category/232
Adafruit Industries, Unique & fun DIY electronics and kits : Servos - 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 ...
a .1 kg-cm difference is within the margin of error for most hobby servos
some are 90 degree, others 120, or continuous. some have metal gears some plastic.
I'm merely chattering right now, but I have a lightwriter SL-35 (With DECTalk!) to integrate into a Cyber* costume. Perhaps I will even finish it some day. :)
And I already need a set of right-angle spudgers.
Forget ChatGPT, today I learned the Casio AI-1000 pocket LISP machine was a thing and now totally want one
i regret to say i remember those
Ah, no worries, I'm sure they were awful.
old LISP joke: my cat got run over by a car
I'm afraid I don't know enough lisp to get that :P
be glad (fortunately, (that's (all) (i (can remember)))
that's also a LISP joke, but comprehension is not necessary - I'm amusing myself
I've forgotten enough LISP.
I'd like to actually learn it one day. If only I had infinite time
it's .. not normal
I know about the Reverse Polish thing
you're probably thinking something along the lines of "my sweet, innocent child"
Obligatory: https://xkcd.com/224/
Discord just tried to push an AI bot on me. "Chat with our AI bot!"
Do y'all think it's going to be a thing? Chat apps (not necessarily discord, but also more meatspace-oriented things like whatsapp, facebook messenger, viber, possibly even slack?) including AI chat functions?
Would people use AI chatbots trained on their past messages as a sort of 21st-century answering machine?
For some reason, I feel a profound sadness thinking about this stuff.
Why do you feel a profound sadness thinking about this stuff? Tell me more. </eliza>
Hah! Eliza is great. You can open the script in vim and see the strings behind the magic. It also doesn't hallucinate things
I have a friend who is using ChatGPT to brainstorm his startup ideas and even write some of his pitch material. Unfortunately it's a very deceiving echo chamber, as it just agrees with whatever premise he gives it. "I've just invented an anti-gravity machine. Give me five advantages over conventional air travel."
I'd never do that, because of the privacy implications
You never know which parts of your convos will end up in the training data
so many issues with using this tech for things besides personal entertainment or fiction writing
relevant: https://www.tomshardware.com/news/samsung-fab-workers-leak-confidential-data-to-chatgpt (edited with higher-quality, non-tabloidal source)
non-? less? No idea.
RPN != LISP - two wildly different animals (RPN makes sense in a way)
RPN is great, all of my calculators use it
RPN lives!
RPN reminds me on NPM for no other reasons than the acronym
ah the good old days of node_modules
http://hpmuseum.net/display_item.php?hw=146 - seriously
The museum of HP computers is a collection of HP computing products introduced between 1966 and 1991. The museum contains: calculators, desktop computers, computer systems, tape drives, disc drives, plotters, printers, digitizers and other hardware as well as software, documentation and promotional materials.
I should make an RPN calculator, doesn't Adafruit have a guide for one?
When I was a kid and calculators were rare and expensive, my dad bought a pair of "finish it yourself" ones from an ad in the back of a magazine. We never did get them working.
Perhaps you could do it now?
Why is it so expensive?
I may give it a try. The instructions are long gone, but perhaps I can figure out the right connections.
I mean, if push comes to shove, I can make out a MOS mark. This has a microprocessor, right? Perhaps you could read the ROM and emulate it
Hewlett-Packard calculators are among the nicer ones ever made. I had thought HP dropped that line a long time ago, so I'm unsure where Staples is getting them. However Swiss Micro is making some quality replica HP calculators (still expensive)
Any favorite model?
Talking of Swiss Micro, HP calculators' shape reminds me of a particular Swiss(?) chocolate?
MOS MCS2525-001 and MCS2526-002
Ah. I hoped it would be some sort of 6502 derivative
Not sure what I'd use as a display for mine, maybe my blue yellow OLEDs?
https://hackaday.com/wp-content/uploads/2019/06/HP5082-7415-breakout.jpeg if you can find some cheap used spares somewhere, these have a very nice aesthetic
SparkFun used to stock them/some clone of them
Display? I'm thinking nixie tubes!
A breadboard.... for high-voltage stuff... Spicy.... shudders
I've run higher voltages than that on breadboards, but I'm like that
Ah yes, my favourite way to display a plus sign! -|
I’ve applied several kV from a wimshurst generator to a breadboard
The breadboard survived
Just a few times the connections arced across
Niche stuff
anyone know some python magic to have ```py
if x == 0:
foo(bar_0)
elif x == 1 :
foo(bar_1)
......
foo(bar_0 if x == 0 else bar_1)
x goes from 0-9
In that case I'd set up a dict or a list to dispatch it with:bar = { 0: bar_0, 1: bar_1 ...} foo(bar[x])
Code golf is fun, but makes really annoying code to maintain
i'd rather have one dict of some tuples all grouped together over having 9 elif x = foo lines multiple times spread around the file
That's fair, I guess I was mostly focused on the "in one line" part
i'm writing code in python to brute-force the pin code on my (try and guess before you click on the spoiler) ||Wii fit plus mii||
yes you can actually set a 4-pin password for your ||Wii fit plus mii||
the tuples are for the locations of the buttons and the dict + a mouse library to type it in
does it have any lockout?
no, the failsafe is after 3 fails it asks you if you are really [insert mii name here] and if you answer yes it will ask for your registered height
Well, I hope you eventually get in
Oh dear
why am i trying to brute-force the 9999 code possibilities when i can brute-force the 86 height values?
i am big smart
ok. need a reminder. can you combine capacitors to get the right values? i need a 4700uF 25v and cant fund it on my usual 2 sites so want a back up plan
Yes, capacitors in parallel will add their capacitance. Though 4700uF is quite a big amount for normal uses. Are you sure you need that?
according to the schematic. its for train set power controller
i hope its ac cause i dont know if i can put an ac adaptor on a dc controller
If you want to convert from AC to DC, you can always use a Full Bridge Rectifier
this?
this is what im making
yeah, but it's backwards to how I'd normally think about it
p1 is input. personnally i would put imput on the left and read to the right
Same, that's why I said it's backwards to me
based on these 2 images, what is the output at track connection? is it ac or dc
a slide switch
Definitely DC then
so i need another converter after the track connector
if you want to work in AC, yes
i want to be able to work in both but i assume that that just requires a switch between this circuit and the adaptor, with the switch leading to the adaptpr and dc output
it work! also for future ref if anyone needs it.. stackoverflow has some good info for removing the cir py and reinstalling vscode works. 🙂 spovlot
woah these are cool
What are these? They came with my Adafruit QT PY ESP32-S2
Don't loose them, those are very important
those header pins serves as a contact between the esp32 and the socket at the breadboard..
even if you dont use them with your qt they are very useful for any breadboard projects. in fact its a good idea to get extra
It is ok to notify me via @
Thanks. Is there any way to use them on a breadboard without soldering?
Umm. I think it is best to solder the header pins unless you have plans of using feather wings and stacking headers..
I solder mines.
I've been avoiding learning GIT via command line for a while now. Git Desktop can't do everything command line can. 😦
But....why?
I ask myself that all the time using command line. All the time.
But the command line is nice,it has a good personality :)
I like GUI and icons and clicky things.
Tbh i use cli so that i look smarter than i actually am
There's definitely some cred to it but I feel like I'm far more efficient with a GUI.
Welp it depends on person 2 person. But my pc is potato so no eletron guis for me :)
true, I could see CLI being better for systems that only want to initiate commands.
Gimping the GUI version of GIT Desktop not to have all the functionality of command line makes me.. kind of resentful I even started using the GUI in the first place.
If I would have started with CLI probably would have been better off by now.
Almost like GIT Desktop is a demo version and you have to upgrade to CLI... ugh.
You could start using both side-by-side, defaulting to the GUI and falling back to the CLI when something doesn't work for you
installing python3.10 is like a 10 minute process geez
Some commands are unavailable on git desktop
I already know all git cli command (almost)
Wait i thought git desktop was for non technical ppl who dont use linux
So like
I am still confused
I use git desktop when I am late
So I use a mix of cli and that
...theres also this...
Yea lets stick with cli.....
i use "both" - my primary dev environment is IDEA, so it's got @ebon dew 's "clicky" stuff and i use the CLI - the primary pull/push/branch/commit stuff is usually in the IDE because that's where i'm "working", but there's a bit of CLI that happens as well
It's hard to remember all the commands in for the CLI unless you use it often (which I'm not since I'm using an IDE) But sometimes I pull up the terminal and run simple commands like git push or git pull cause it's faster than waiting for the UI to load.
not really, sorry
well, speaking of Git - when did the web UI change? I swear it didn't look like this like 2 days ago?
web UI? Are you talking about cgit, or github.com?
(neither of which are associated with git in any official way)
yeah - the web UI at github.com
I also primarily use the web UI and github desktop (windows). Using GIT from command line is not user friendly. I spent hours trying to get everything setup and then at the end it said sorry this method was deprecated in 2021... in CLI. I wanted to throw my computer out the window.
As someone who uses git from command line,it is very user friendly if you use a unix system. Idk why but on windows its terrable
i am still learning git. 🐌 slowly though..
because the API was designed by Linus, thus follows GNU/Unix design patterns, which are not well supported on Windows
ChatGPT is so dumb
I “made” this “game” by screaming at it for the last few hours, lol
I should make a video on this... it really highlighted the flaws of using it for code -- for one thing, it can't always give all the code at once [this "game" was 170 lines all in all, but only like half that could be output at a time] so you have to ask it to re-post parts; but sometimes it changes it when it gives it to you again. Plus when you ask it to add something, sometimes it randomly changes other things; like, I had it to the point where it was the red and green blocks on the screen, green could be controlled with the arrow keys, and I told it to make the red block go towards the green at 1 block width per second; it did that, but removed the code to control the green block. Silly dumb things like that
Lol. Maybe ChatGPT-42
I actually got a real, workable answer out of the Bing bot this morning - of course, it's been so wrong so many times I did double-check via keyword search elsewhere
Sometimes they’re right… but they’re confident regardless
Oh, these days using a script which automatically screams at it for hours while draining your credit card in the form of OpenAI API fees seems to be all the rage :P
It doesn't have to work, it only needs to make them money.
I wouldn't have thought that was a possible thing yet here we are.
and the thing that actually works (twitter) people don't want to pay access for. strange times.
To be fair, the scripts I'm talking about are not official openai products. And I haven't tried them, so I may be overexaggerating. As for the whole "pay for twitter" thing, without going into details, I feel it is unrelated to whether it "works" as a product or not.
On an unrelated sidenote, I'd gladly pay for a subscription to social media if it exempted me from datamining and advertisements, things that, as far as I know, are not included in any of the current subscription offerings by mainstream platforms
This is true
does adafruit have anything to make it stop snowing?
They have things that can melt snow
“Maybe I should make a subscription social media platform”
I'm eyeing Mastodon, myself
Yeah but if you use that, you aren’t paying me :P
I hopped on Mastodon but fell off all the socials again anyway
Insufficient spoons
you can donate to your Mastodon instance as a way of support
If I'm paying with money, I don't also want to be paying with my data. If the choice is only paying with my data, then I will either not use it or use it with appropriate data protections in place.
iphone noise included?
Lmao, someone called me while demonstrating
SCAM LIKELY calls me a LOT
I get recruiters 😐
better than scams
but then they never follow up.
oof\
I hate the text messages that are spammy. Makes me think I got a text. Nope. Just spam.
Life is spam innit
I think he's really busy
I hope so
Oh gosh, apparently he had a stroke in 2012... I had no idea! Apparently he's been confined to a wheelchair and he's doing a lot of voice work now
Yeap! I knew that much. I remember seeing Sir Spamlot on Broadway and not knowing who he was, but he looked REALLY familiar. It wasnt until years later (aka when I met my wife) that I realized I saw Tim Curry live lmao
I'm jelly, I haven't even seen a Broadway show
Honestly, if you live in a Major city, your local theater probably puts on just as good of a show. No need to spend like $200+ dollars.
But you gotta know what you like. Hamiltons making its rounds.
Spring Awakening is just fantastic.
Its a coming of age story basically but it touches on some deeper stuff.
My wife has said Jagged Little Pill is great. Uh, I think that one deals with addiction. RENT is another one Ive seen. Really great too, deals with LGBTQ themes and AIDs
👋 lol. But go yourself 😉
RENT I hear people talk about a lot. And I need someone to go with me, too anxious to go myself XD
Next to Normal I havent seen but the Music is pretty good. Note: This one deals Heavily with mental illness and it portrays the struggles of this one woman
I get it. Over the years I was like this but...I started doing more things myself. I just stay out of the way and watch people.
I need some warm fluffy stuff
also: I dont know where you live, but to get to NYC from CT...is expensive. I think I priced it out and its around $60 round trip for a train ticket 😐
I'm in Philly, so NYC isn't insanely hard/costly to get to
hence the local suggestion
Oh, Amtrak. Im coming up with...$10 lol
(if you want to leave at midnight lol)
lol
OH sweeny todd. Thats an interesting one if you like macbre horror
I liked the movie, so I assume I'd like the show
Hadestown-GREAT music 11/10
I mean, its subjective. My wife has said the Spiderman musical was AWFUL
lol
Oh godspell is a good one
But thats all Ive heard from her really. I havent seen a bad one yet. The local production of Godspell was OKAY at best. Id want to see it again, but in a different place.
It wasnt awful though.
Its different when you see people up on stage live.
Sometimes they even interact with the audience and break the fourth wall
And sometimes things go hilariously wrong XD
Yea, things happen. The show must go on. But usually even small productions check everything out
My favorite is when something crazy happens and the actor just continues in character and makes a joke about it
also the show times can be a bit odd. Sometimes they do them during the week and its late
yyyeah I can't do that, lol
A number of my friends in Philly/south Jersey take the train to NYC for Broadway shows!
A lot of the folks I know who go to shows have done it at least on occasion. Altho even if you've got lots of money, it's still a bit of a hike
Yeah true, it's not like a 30 minute ride
Alright, Im off to bed! 🙂
nini'
If gps satellites only send information and don’t receive, how could they possibly prevent its use for guided missiles
Previously the signal was purposefully degraded, so you couldn't get the full accuracy without an encryption key. Now the signal is open, so the laws restrict the accuracy of commercial GPS chipsets under missile-like scenarios (high altitude and high velocity). It wouldn't stop a serious attack but it would prevent a lot of improvised ones.
Ty that’s interesting
Now the CIA just scrambles your brain with a neural inhibitor
{insert MIB Neuralyzer flash}
git clone x
git commit -m "i edited one character"
git push origin main
🙂
takes me back
oh yeh git init
now i wanna watch MIB
i ate six bags of chips tonight
You gonna explode
move away from the LiPo batteries so when you explode, you don't explode them too
how many more should i eat for maximum explosion
DIP chips, or surface mount?
im leaving
fat controller chips
I remember the FAT filesystem, didn't know there were dedicated controllers for it.
dont sd cards use FAT
SD cards are block devices, so they can use various different filesystems, but that 40 year old one has become sort of a de facto standard, as it's widely supported and very simple.
in my case these chips have became the de fatto standard - i'm sorry
I remember seeing something like "de-fatted beef fat" in an ingredients list and wondering what it really meant.
well that's something i never expected to hear
maybe it means the fat was fattened in DE
Was it “partially defatted beef fatty tissue”? If so, basically they render out some, but not all, of the fat from beef at low temps
It could be, sounds plausible
… how do I know things, I wonder
I think I worked for the FDA and forgot about it
Sleep time nini
Ah yes, the thought that has definitely made a lot of people very rich :P
Alternative social media infrastructure! The best investment! 💸
Historically, someone will think "This is pretty bad, I can do better", and they'll do the engineering, and bring out a distinctly superior product, which will then fail in the marketplace.
I used to have on my bio "Graduate of the Tony Stark School of Snark"
Jokes aside, exposure to the real nature of the internet will corrode most social network products to oblivion. I am surprised any survive
Oohh... maybe I should get some steak later. ❤️
the butcher is probably going to give you a Very Incredulous Look if you try ordering that
lol
The reasion they survived is oversoftning of the internet and 14 yr old girls
Mmmm steak
Where did you even find this GIF? 😅
Just a GIF search for “snark”, lol
Good thing it's not a "snork ". Really hated those things in Stalker
LOL
Heh, thanks for digging that up. I'm too tired to actively watch anything atm
I actually need to make dinner
Lol, you should go do that
Done! 🍝
https://www.youtube.com/watch?v=83Ovbu-2g6U
👀 sound might be loud. Game is STALKER:Shadow of Chernobyl.
I can just feel the panic though
WE ARE LIVE! ASK AN ENGINEER! https://youtube.com/live/tCEIwO1p0h0
ASK AN ENGINEER 4/19/2023 LIVE!Visit the Adafruit shop online - http://www.adafruit.com-----------------------------------------LIVE CHAT IS HERE! http://ada...
Having tired of the emphasis of most modern headphones on bass, I'm looking to spend some money (up to ~EUR100) for a more... unbiased ("flat"/"reference") listening experience. Any suggestions?
I wonder if you can just use a software equalizer. Audiophiles will probably disagree with me though
It helps that I'm not an audiophile :P
Actually, there exists software that is supposed to do this exact thing
https://www.sonarworks.com/soundid-reference
Not cheap though
Any beyerdynamic headphone would work
Maybe you could make something by ffting a signal, modifying the amplitudes of the frequencies, and feeding it into a reverse fft
Not optimized but it’ll probably work
Wouldent that ruin the highs tho?
I'd probably need a good microphone. Also, I feel I'd pay the headphone money in time
i have AKG K240, which are fine. I too dislike heavy bass. But I really long for something like Sennheisier HD414's, which I got in the 1970's: on-ear, very light, crisp. I could wear them for 8 hours with comfort.
No. As long as your sampling rate is high enough. 44100Hz is more than 2x the upper limit of human hearing, so it’s fine
Thanks for the suggestion! Sadly, the K240s are open-back, which means they leak, which wouldn't work for me
That's on me for not being specific enough :)
You can probably do less, since music rarely has extremely high frequencies
In terms of the fft idea
Are you looking for just audio quality or overall a good headphone?
Sony MDR-V6 (7506 similar)
Sennheiser HD280's recommended, but I have not tried them
I am a fan of the Sony MDRs for a clean, balanced sound
there are counterfeit Sony's out there, so buy from a reputable place
The hd280s have a high clamp pressure. Will prolly give you a headacke and red ears
I found the MDR-V6 for $400. That might be more than their weight in gold 😅
The HD280s are more affordable, and seem to have a good enough frequency response profile, at least according to https://www.rtings.com/headphones/1-5/graph#299/7903
Thanks for the suggestions!
ugh MDR-V6 is discontinued; MDR-V7 has "more bass kick" 😦
MDR-7506 I think is really pretty much the same
"professional", but not expensive
@raw jasper ^^
MDR-7506 does not have a removable cable :(
picky, picky 🙂
But it seems that the HD280s don't either
Haha, cable damage seems to be the #1 failure mode for my headphones!
The cable gets frayed somehow at the strain relief point and does not make a good connection anymore
@raw jasper how about the sony wh-1000xm5? They seem to be in your budget
They cost EUR300-400 over here :(
oh......
does the steam deck use a stemma qt connector for it's speaker? https://www.youtube.com/shorts/VEj4hSulzNU
►Tools & Parts I Use (paid link): https://www.amazon.com/shop/tronicsfix
►TronicsFix Game Console Repair Forum: https://www.tronicsfixforum.com/
🎵 Like the Music? I use Epidemic Sound (paid link): http://share.epidemicsound.com/tronicsfix
SUBSCRIBE: https://www.youtube.com/channel/UCfOrKQtC1tDfGf_fFVb8pYw?sub_confirmation=1
-------------------...
No. That’s way smaller than a JST-PH. Also doesn’t look like one
jst ph?
When it feels like things are above your level
For what it’s worth, I’ve owned and abused many 7506s for many years and never had a cable failure.
@tight copper No, the pins are on the wrong side for JST-PH or JST-SH. The little rectangular locking tab is on the bottom in your image where with stemma it would be on the top.
It's almost like some kind of reversed JST-SH connector where the locking mechanism is on the opposite side. It looks very close though you're right about that.
I have a PR submitted for the 3D model, there are many compatible variations. I think the image you shared doesn't look like it would be compatible, it's a thinner connector. Very very similar but I think if you actually attempted to use a stemma qt plug in it you'd find it doesn't quite fit. Here's an image of a QWICC/STEMMAQT port.
anyone else have a habit of planning new projects while currently working on something? Its like the brain needs a new shiny thing to think of 🤔 😅
It happens to me when I have to work on >1 thing at a time
There are PH right angle connectors btw
SH is a different style JST connector, just like XH
Yes, I didn't do a model of that. I needed the model because it was the only component missing when doing 3D PCB renderings of the TR-Cowbell. 😉
Difference is spacing if the pins.
Oh they're saying it might be PH not SH. I think that one would also be known as the grove connector?
There are so many that look similar yes. Search digikey and you'll probably come up with hundreds of similar variants.
Indeed
Ugh.. I hate commuting
Don’t take those WFH jobs for granted. One day you’ll get pulled into a project where they want people on site 100%
Wow, that's a nice supply and I'd love to give it a good home, but I'm on the opposite end of the country.
ditto
A few notes here:
- As much as I hate Sony and refuse to buy their products, the others here mentioning the MDR-7506 and similar are correct that it's a good pick. Side note, fresh out of the package they smell terrible but that fades quickly
- Flat frequency and phase response are just not possible in a headphone format currently; there are too many variables, including ear shape, exact placement, etc. That said, I completely understand wanting "more flat" than "less flat", which is totally doable
- I tend to go for the Status Audio CB-1. They are affordable, albeit somewhat cheaply made, but I take care of my gear like this and haven't broken any yet. They are about as close to name-brand reference headphone sound as I've found in an off-brand set of cans
Absolutely. My problem is as soon as I'm "satisfied" with what I'm working on, LadyAda comes out with yet another cool thing I must have...
can some one help me with making sure my pcb would work
If you share the schematic and layout in #help-with-hw-design, there are a few people who often will have a look at the design and spot common issues.
What is the link to the adafruit jobs board (the community one) ? I can’t find it.
Jobs.adafruit.com redirects to https://www.adafruit.com/careers
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...
Yep, yep,yep - and then there's the stuff you need to get to make the stuff you just got work: it's called "nickle and dime-ing yourself to death"
And you can either buy the pre-made thing or make it yourself. But buying it adds in $$$. Diying it extends the project even more. Sometimes you just want things to work though
wow
stock was just updated and its gone in less than 15 seconds
got as far as adding it to my cart
well rpi locator is pretty much worthless
The jobs board is being redone, but the redoing is not done.
Yes I definitely sometimes trade off paying more for plug-and-play (which is great), with soldering wires, or tangled rats nests of wires... ha ha
interesting, thanks!
you just described almost everyone here
i have 4 or so projects currently going and more constantly being planned
once you realize you can make whatever you want suddenly everything you want is something you try to make
that is a great quote
i say it from experience 🥲
that's what usually makes for great quotes, methinks
im stuck in a loop of infinite projects where I hate working on half of them and feel guilty not doing so
or you feel guilty that your brain needs down time from work work (the job type of work) so you game a bit, but by time you are ready to work on projects, its bed time.
or you feel guilty that you dont have enough time to work on them
or you feel guilty from looking up stuff on a project that will help your current project and still feel like you didnt do anything with the project, yet, you have, since research is part of doing a project
yup - i'm still in the "what the heck don't i know yet?" phase
Good DIY example - this was pretty hard and tedious to do, but it works. Picowbell on a tripler with plug-in EyeSPI. Pretty cramped underneath to solder those wires correctly...
Nice little stack up of boards. Bonus points for the cardboard and zipties. Doesn't have to look pretty it just has to work. 👍
@urban arrow also we do have a #show-and-tell channel where you can share project updates
i have just discovered that foo[x][0], foo[x][1] actually works (foo is a dict of tuples)
This is a generalizable thing. foo[x] returns whatever that value in the dict is, and you can do whatever you want to it afterwards... if it's a tuple you can index it, if it's a number you can operate with it, or if it's a function you can call it like foo[x](y), even.
https://www.adafruit.com/product/805 i plan on using this switch would the wiring be the same?
Thanks DJ. That's my custom 3D printed cardboard triangle.😋 Understood on show-and-tell - I did not see it B4.
Hey team! Where can I ask for help with RaspiCam/RPi 3B+?
The same as what?
#help-with-linux-sbcs covers Raspberry Pi issues
hang on
#help-with-linux-sbcs would be the best channel
nvm
Hey everyone! I have an idea for an LED watch, but I have no idea how I would design the PCB and what components would be needed to achieve what I want. Are there company's out there where I can be like "this is what I want and what I want the watch to do" and they design it?
Yes, definitely. Although they won't be cheap, since you're going to be paying for their engineering time, etc. But if you're planning to take the product to market, it can be worth the investment.
Did anybody have recommendations? I'm so new to this I don't know where to begin lol
I can recommend some firms, but before I take the trouble, I'd like to establish that you really want to invest tens of thousands of dollars into this project... 😅
A cheaper alternative might be to find an individual freelance engineer on a site like Upwork.
That'd be more feasible if you're looking for a one-off prototype rather than an industrial product.
There's also how protective are you of the idea and if you put it out here weather someone would pick it up as a fun project
why is that I can get sim800l core modules from aliexpress for about 3 dollars, while I can't get for less than 7/8 dollars the sim800l module itself, from the distrubutors?
Possibly counterfeits, scavenged modules, factory runoff, or buying in bulk and reselling single items for the lower per unit bulk price. There may be something else, and these are really just guesses. I don’t really know how those ultra cheap Ali electronics exist because often the parts (and sometimes even the main IC) cost more than the product.
The cheapest option in terms of money is to do it yourself. It’s also really satisfying to finish a project that you built from scratch. But it is a really big jump and may not be worth the time if you don’t know much about electronics and this is the only project you might do.
And some interested hobbyist may pick up the idea if you put it out here
Electrically, is there a difference between these?
I mean, I guess they are. I think I'm just being paranoid
I don't really see a difference between them, unless the capacitance is different
Yeah, they're equivalent at the schematic level. Obviously if the wire in one is a mile long and the other is an inch long, that would be a difference, but to a first approximation only "what is connected to what" matters.
Sorry to interrupt, but would you mind replacing the fancy characters in your nickname with their equivalent Latin ones? Even though they are visually similar, this is not known to computer systems, and a person using a screen reader would hear something to the effect of "CJK UNIFIED IDEOGRAPH-4E59 CANADIAN SYLLABICS CARRIER GO (and so on...)", instead of the intended "ZMAN350X". Thanks in advance!
Yeah, I feel schematics exist in a non-physical sense of equivalence, which will probably end up making something I make fail
I mean, schematics tend to describe topology and component values, not implementation
Yeah
Yeah, professional schematics will often have "layout notes" written on them to explain things that matter beyond just the connection toplogy.
On an unrelated sidenote, I find it interesting how KiCad was inspired by Eagle's color scheme as far as schematic capture goes
Someone has suggestions about what to use to get for cheap 11 uarts?
I'm not sure if you're physically asking for traditional UARTs (chips that connect to a processor bus and provide asynchronous serial communications), but if you are https://www.jameco.com/z/TL16C550CN-Major-Brands-IC-TL16C550CN-UART-FIFO-40-pin-DIP_288809.html is a possibility
That's the Motorola/MOS style one, they also offer Intel style (8250) and RCA style (1854) UARTs for the same price
You can also get current production 65C51 chips from Mouser for $6.57 apiece if you buy at least 10 at a time https://www.mouser.com/ProductDetail/Western-Design-Center-WDC/W65C51N6TPG-14
Hello! Is there a way to reach Adafruit support team? I have an issue with my GPS and I think that it is a manufactured problem, as it happened on 2 different GPS of the same model
I think the best way to get in touch with their support folks is through the site if you think it's a defect https://www.adafruit.com/support
Adafruit Industries, Unique & fun DIY electronics and kits : Support - 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...
otherwise theres alot of helpful folks in the "Help With" channels in discord
The forums are better for this, so that technical troubleshooting can be done first. Please post there with information about what is happening:
https://forums.adafruit.com/
Where does the discord links go?
to the app if installed
After two years, finally got the last major bit (soldering station) moved to my new office / "lab". All my tech stuff had been spread across three rooms. Nothing left in room 3. Room 2 still has some parts (and #retro computing will have to stay there b/c it takes a lot of space and that room is out of the way.). But most things I need for electronics and software is now in one place 🙂 (yes, I have a fan, and there's a window right above here)
Anyone happen to have experience with LIN bus?
Hope this is an OK place to post an event. For anyone in Boston, the Boston College ArtsFest is the last weekend in April. On April 29, 2023 (Sat) my students are presenting projects at tables, science fair style, on the main middle campus’s new Science Building (unnamed so it’s currently called 245 Beacon St) room 301 (one floor up from entry). There will be tables to walk around and see / encourage students. My iOS app students will also have their work set up, too. And the ArtsFest in general is super fun with performances, family events, etc. All welcome! Say “Hi” and encourage first-semester hackers! @fair summit came by last year and it was like a celebrity sighting for us! https://www.bc.edu/bc-web/schools/mcas/sites/arts-council/events-programs/arts-festival.html
My low pressure system warning came on this afternoon and sure enough there was a large storm out there. It works. 🥳
Do you also check for rapid pressure changes?
Since those would typically indicate strong super cells
No just a floor & ceiling as hurricanes and tropical storms are typically slow moving. I would only really want to a rapid change algorhithm if I lived in tornado prone areas.
I mean, Florida does get a good number of tornadoes though not nearly as many as the Midwest
I remember tornado warnings all the time in central Florida when I live there
This is true, tornados can happen anywhere.
There have been two recorded tornadoes where I live lol
We typically don’t see strong storms like that in Utah
One last year and the other in like 2000 or 2001
Opp 1999 not 2000/2001
My weather station updates every 15 minutes, it's not a real-time kind of thing.
I'd have to change the polling rate to something like every 1 minute but then I might have issues with wifi disconnects, server not responding, etc.. 15 mins works fine for me.
Well compared to the Magtag's once per day, every 15 minutes is almost real time. It's on a power hungry TFT with a 10000mah battery. Might last a day or two on battery which is all I really need to go through a hurricane with it (which I have twice).
I mean, if there were a super cell, wouldn't a broadcast notification be issued?
Usually
Plus I'd have to do time based code checking for last pressure reading vs current pressure reading. For some reason I really don't like dealing with that kind of code. All my code does is check the pressure, if it's over/under a certain value it alerts.
Exactly ningen, the emergency broadcast system would make my phone scream anyway for a tornado.
If you’re in a rural area, tornado warnings can be very ambiguous. Detecting steep changes in pressure could be very helpful
By the time it detects a steep change the tornado is probably on top of you?
I have no experience with tornado code. All my project code is on github, if someone wants to add tornado code they'd have to do that themselves. I'm not the right person to play with that kind of code. Tropical storms & hurricanes on the other hand yes I've gotten pretty good at detecting them up to 50+ miles out.
and it's only like 2 very basic lines of code
the sensors do all the work. credit where its due, it's really the adafruit modules and their module design that's allowed me to get my project to this point.
Oh, what are those storms called where there is a quick drop of pressure and its basically unpredictable? Derecho? It may be called something else. But generally, I dont think those can be predicted. They just kind of happen. We've been getting more and more of those... 😬 😨
Microburst! Thats it
I wouldn't know. We don't have them where I live.... yet
I wouldn't mind putting tornado code in my weather station if I knew someone else was running it. I think I'm the only one... because you can't get the TFT Featherwing anymore. Been out of stock for more than a year.
While it is publicly available code on github pretty sure I'm the only one using it this way. I do have plans to update it to a 7" 40 pin display soon though.
Next step: telnet over wifi interface
Just use the gov apis
Is it something that can be ported to the esp32 tft feathers?
Yes it can be ported to pretty much anything with a TFT but you'll lose the pretty graphics designed for the 3.5" display.
Current iteration of the project is running stable on the Feather ESP32-S3
hey, that's a nice, clean display!
The screenshot is 404ing but nice
thank you 🙂 been working on this one for a while now.
I use the adafruit_bitmapsaver library to take actual screenshots from the device onto an SD Card then transfer that to the PC via a card reader.
That's a real screenshot from the feather of the actual display output.
as you can see it's big, would be pretty hard to squish everything into a built-in feather TFT. :/
Ooooo that is nice. Could probably use https://www.adafruit.com/product/2050 in place of the featherwing...
redundant?
the blue labels are the weather in NY, the orange labels is the weather in Florida. 😉
@thick wind That would be acceptable yes. I just like being able to plug any feather directly into the back of the display. Hmmm I could design my own PCB featherwing TFT with that display.
don't need to display that at the same time, cycle it every few seconds
That's a design decision one can make to their own taste. For smaller displays, it can save a lot of valuable space, but a 3.5" display like that can comfortably display them side-by-side.
True, my answer was in response to...
this ☝️
Though having some kind of cycling can improve the life of such a project by reducing the risk of burn-in.
Ahhhh
that's a good point. i did have the background images changing at one point. removed it. with the S3 can add it back in.
it's a work in progress like anything else 🙂
Ok so I have multiple sim800l to be used under i2c, each module has the same adress
How could I reprogram each addresses for each module, without reprogramming everything individually by using jumpers or whatever?
I don't think the SIM800L supports I2C, I thought it was an asychronous serial device. Do you have a pointer to the documentation about an I2C interface?
Page 42/43
https://www.manualslib.com/manual/1747481/Simcom-Sim800l.html?page=42#manual
Although I am not so sure
Function isn’t supported in its standard firmware, so unlikely you’ll be able to get this to work.
Huh I didn't notice that, so I am stuck with uart?
Yes, I think asynchronous serial is the only option available. Note that if your MCU has multiple UARTs, this may not be a problem. If not, you can perhaps use SoftwareSerial to talk to some of them. Failing that, you can use (digital or analog) multiplexer chips to share an asynchronous serial port among multiple devices.
Note: I ran into a similar issue on one of my boards, where I had multiple devices that used serial communcations. I ended up choosing a chip (MSP430FR5969) with multiple UARTs.
I also realized that 2G here doesn't exist anymore
There are no cheaper alternatives than the sim7000g (20~35€)?
Yeah, I kind of wondered about that. My old project with the similar SIM808 modules has the same problem (however, they aren't completely useless, as the SIM808 also includes a GPS receiver)
Alas, I'm not aware of any name brand cheaper 4G/LTE or better modules (uBlox and Quectel make some nice ones, but they're more expensive than the SimCom ones). I did find this Quectel knockoff on AliExpress for US$16 https://www.aliexpress.us/item/3256804023817154.html but I'm dubious about it.
https://www.ehow.com/how_5598263_make-own-permanent-magnets.html
Does anyone have experience making their own magnets? Is it really necessarly to align the object with N-S of Earth?
There are three usual ways to magnetize something magnetizable, this is sort of a blend of two of them. One is to heat it above its Curie point in a magnetic field, then when it cools below that point, its atoms will tend to maintain that magnetic alignment. Another is to physically bang on something in a magnetic field, the mechanical effect will jostle some atoms to align with the field. The last is to expose the object to a very strong magnetic field, which will bring the atoms into alignment directly (there are small magnetizers available to do this for things like screwdrivers, and some larger electromagnet devices used to magnetize objects like flywheels for magneto use). In all these cases, the comparatively weak field produced by the Earth's magnetism is easily overwhelmed by a stronger magnet close by.
In short, there's no particular need to align the object with the Earth's magnetic field.
Which of the three methods you describe produce permament magnets? Only the first one?
They all can produce permanent(ish: the field reduces somewhat during the first week) magnets. The first and last are generally the most effective.
The first one sounds easy enough with an induction heater
The problem with an induction heater is that it produces a powerful oscillating magnetic field, so you'd have to shut down the induction heater and then apply a continuous magnetic field while the object cools. An oscillating magnetic field is how a demagnetizer works.
An ordinary propane torch works too, for many materials
whats the acceleration limit on https://www.adafruit.com/product/746
I think Helmholtz coils are often used to provide a strong and straight magnetic field. The aligning with the earth’s field part may be because the earth’s field lines are straight compared to the field of a strong permanent magnet
Helmholtz coils solve that by having two coils that make the field lines straighter in between the coils
For the PA1616 module itself, 4G. I would guess the breakout would be the same.
Data sheet here if you're curious https://drive.google.com/file/d/1qRh-sf5UiobH6Udk-N1_fyKjUmWYsam8/view the acceleration is noted in §2.6, "Specification List", on page 12.
Fish for fish and chips
O-o
im making crepes with strawberries and sour cream
mmm
hmmm. possible cnc machine upgrade.
(auto tool changer)
I'm going to admit that most of the time I see an auto tool changer operate on a CNC, I'm certain it's going to crash in the worst way possible and cause massive damage, and then it doesn't.
ow
You're not helping my anxiety 
mine will be like this. so its a lot less likely to goof up
but you still have the problem of the machine moving so fast that you couldnt hit stop before anything went wrong anywya
I made a cheese sandwich
nah, I'm in Europe, not using real cheese would have been a waste
hehe
I would say that Kraft Singles are not themselves real cheese, but in their defense, which is not warranted, they do contain some real cheese.
they contain the tears of real cheese
hehehe
The packaging reads "cheese product", right?
"I can't believe it's not cheese!" :P
in canada it isnt allowed to be called cheese
I don't think they allow it here either
Haven't looked lately, but at one time it was a processed cheese food. I think Kraft specifically got it back above 50% cheese content to allow them to change the labelling, but many American "cheese" products don't even meet the domestic legal definition of cheese.
What do they even cut it with?
Anything
its mostly vegetable oil
Amercian "cheese" is very soft. I could cut it with a chopstick if I wanted to.
Yeah, I've had the....... privilege of tasting it :P
oof
It's essentially inedible if not toasted
my mom gave it to me for lunch as a kid and i never at it. i had to steal other kids lunches
I mean, have you folks not heard of cream cheese?
cream cheese is really expensive
What's the price over there?
Cream cheese is closer to cheese than American cheese. American cheese has more in common with Lego than cheese.
cream cheese IS cheese
you can actually make it with 2% milk pretty easily
since milk is subsidised here, it would be quite cheap
takes an hour or 2 to make
That's how much the big-name cream cheeses cost over here. Store brand is 3.35CAD / 225g
we dont really have store brands. only philly and lactancia
in the before times, $2.99 was common price for philly
Philadelphia-brand cream cheese goes for ~ 5CAD / 200gr
dairy (except fake priced milk) has all got really expensive
I wonder if we'll ever make lab dairy
Theoretically, it shouldn't be hard. Express casein (milk protein) in a bacterial system, purify the product and.... mix it with water? The result would taste of cement though
It'd probably be better if lactose or glucose were added
Fun fact: Lactose-free milk tastes sweeter to us because free glucose tastes sweeter than the glucose-galactose combo that is lactose
Company I work for didn't even bother deploying 3G for their new network in Japan - LTE/5G only, I suspect this will be the norm going forward for all new networks.
You save a bundle doing things that way, since you can OpenRAN and avoid all Huawei/Ericsson/Nokia proprietary radio-hardware/switching stuff.
The latest entrant into the Philippine market also did that.
I was looking for this thanks the datasheet
also @late fulcrum does it support dgps, like u need 2 gps for that right?
also lastly, do u have one for the D variant?
also just wondering are there any civil gps more accurate?
For example, GPS-enabled smartphones are typically accurate to within a 4.9 m (16 ft.) radius under open sky (view source at ION.org). However, their accuracy worsens near buildings, bridges, and trees.
High-end users boost GPS accuracy with dual-frequency receivers and/or augmentation systems. These can enable real-time positioning within a few centimeters, and long-term measurements at the millimeter level.
https://www.gps.gov/systems/gps/performance/accuracy/
I'm still waiting for a phone with full michibiki support and not just the GPS emulation.
TIL Japan has a positioning system named "guidance"
(I assume michibiki would stand for 導き)
officially I think the title is in hiragana
Apple tends to use as many metrics as possible for location accuracy, android phones use similar techniques that leverage GPS, Cellular, and Wi-Fi. Pretty neat
Well, they could also have called it ナビゲーション :P
That whole multi signal triangulation is a wild ride on the algorithm side
You've been doing all the wild DSP stuff, you tell us :P
thanks! will take a look later[tm]
Note that the centimeter-level GPS accuracy is using two receivers, one at a known fixed location and one mobile which is actually determining its location. This is sometimes called RTK mode.
Is this where they use a fixed cell tower GPS location to help with accuracy?
Or am I thinking of something else
Ah yes, the dreaded Moment ®️
Re: your question https://en.wikipedia.org/wiki/GNSS_augmentation
Augmentation of a global navigation satellite system (GNSS) is a method of improving the navigation system's attributes, such as precision, reliability, and availability, through the integration of external information into the calculation process. There are many such systems in place, and they are generally named or described based on how the G...
That may be more like one of the "assisted" GPS varieties where it is broadcasting some local atmospheric corrections.
From my limited understanding of Apple’s “Find My” location tracking, they use a combination of GPS, Cellular, and WiFi to give really precise location. I think it’s been in use since the iPhone 4? I don’t know if that’s the same as what you’re talking about though
I wouldn't know I always turn off the find my features on my devices. The potential for abuse if somebody were to gain unauthorized access to my account would be great enough to offset any potential benefits should my device be lost or stolen
I mean, what am I going to do, march to the thieves' den and politely ask them to give me my phone?
I currently see 2 michibiki birds out of the ~45 visible in the sky.
Isn’t that what everyone does?
I mean, yeah, if you are in a martial arts movie
which app?
"gps test", its been around for years.
thx!
I tend to think the risk of someone gaining unauthorized access to my Apple ID is pretty low. I use a very complex password, trusted device authorization.
I mean, same here, but machines can and do get compromised
I could get a keylogger on my computer or something
Sure
That’s why I prefer keyless filling
No keystrokes to log 😛
Also why I don’t ever do anything serious on my desktop and only on my Mac
If you've reached the point where your computer has a keylogger on it, the attacker can probably read memory 😅
I do payments etc on a dedicated device with qubes OS
I use Apple Pay where possible because they tokenize your card instead of using your actual card number
These kinds of systems haven't caught on where I live. And I am not sure whether I want to give a tech company access to my payments history too
Instead I use a virtual prepaid card my bank issues me
which I can immediately reset if compromised
Yeah, when I travel I either used a credit card or Apple Pay to avoid using my debit card directly
Yeah, directly using a debit card is 😬
Google Pay also tokenizes cards IIRC
Yeah, same process as Apple Pay
The idea of giving google access to my transactions is even more appalling to me
I never use debit card except for ATM. My primary credit card gets fraud about every year now, cancel and zero liability, but re-setting up the auto-pays is the hassle. I've moved my auto-pays to a separate card to minimize that.
(I am also old-school enough to use paypal :P)
I am old-school enough to have used PayPal, but not for years.
live in 5! Desk of Ladyada - seesaw sample Sunday! https://youtu.be/pAj2LYvwqp8
This weekend we're looking at a whole mess-load of 'seesaw' samples - these are boards that use a helper chip to perform I2C communication to hardware. for example, I2C to rotary encoder (https://www.adafruit.com/product/4991). over the last few years we've had a lot of difficulty getting the SAMD09 we used in original seesaw designs. in an earl...
But my card is NFC already so the only NFC thing I use on my phone is emoney for small transactions and as my access card to the data centre.
New physical cards without the embossed numbers still look fake to me.
I love that!
One of my cards has just my first initial and last name and no other printing
The embossed numbers have kind of defined what I expect a credit card to look like for ~50 years.
huh, I've never seen such cards
cash is king though, I'll use cash for routine errands, grocery store, etc., no one gets my data that way 🙂
Desk of Ladyada - seesaw sample Sunday! https://youtu.be/pAj2LYvwqp8
This weekend we're looking at a whole mess-load of 'seesaw' samples - these are boards that use a helper chip to perform I2C communication to hardware. for example, I2C to rotary encoder (https://www.adafruit.com/product/4991). over the last few years we've had a lot of difficulty getting the SAMD09 we used in original seesaw designs. in an earl...
(Also, unlike the US, most of Europe has implemented EMV/pay by chip, so there's less of a chance of fraud)
Visa/Master-branded gift cards have had that for a while, but I only got one for an actual credit card on my last reissue.
had a LINE-branded debit card tied to my LINE wallet without raised numbers a couple years ago.
I could just barely see them, but the northern lights are visible from where I am 🙂
Just live long enough for the sun to get close to becoming a red giant
I am sometimes surprised that most devloped nations do not have a upi system and still rely on ancient tap to pay services
commercialy they use 1st, 3rd or both methods to produce magnets?
I did go out twice to see if they were visible from here (it was iffy but worth a try). For a wonder, it wasn't cloudy, but no northern lights either. I was going to try again in a couple of hours if I happened to be up, but the next time I woke up was a few hours later when one of the smoke alarms decided to start peeping.
Tbh I do prefer giving data to google than to the gov
What's even worse is that they already have access to my bank, but yet I need to calculate myself my own taxes, and if they are wrong, they know about it and they f word you over
Will it damage my phone if I connect 10 0.7amps 5v usb port to my phone
https://ghaviation.blogspot.com/2014/12/magneto-magnet-charger.html is this capable of making magnets from steel sheets? Why this draws 10A if electromagnets only consume power due to the resistance of the windings?
*headdesk, lots of swearing* Google, when I ask about 'device offline error feathers3' I do not need to purchase 'tea tree distillation equipment'. If you cannot help me, I will finish politely venting here, and trundle off to where helpful help exists. And I say to you, Google, 'Share And Enjoy'.
thanks
anyone have info on DGPS with circuitpython?
For people who program in Arduino, do yoou use the delay functiion or nah??
I program long time ago and I say nah
i use the delay() function all the time. yes, it is blocking, but often that is fine. just be mindful of its blocking nature when using.
You can even use delay() on ESP8266/ESP32 because it will yield to the WiFi driver
Do you mean you want to plug ten different 700mA loads into your phone, or (somehow?) plug you phone into ten different USB power supplies at once, or what?
'Five attempts to log in with fingerprints' Uhm, that was my face. I was on a phone call. Stilly technology.
I use the inbuilt delay for testing. For anything else, I try to use timers and an interrupt.
Plug more than 1 700ma usb plug into phone
I suspect the phone would just turn off the feed due to overload, but a cheap phone might be damaged in the attempt
But if I only plug a combination up to 2.1a
Would it work
I have cut 7.5 x 1.7 cm piece from a steel sheet, sticked one end to the magnet from hdd and hammered the other end 40 times. The piece is magnetic but can only lift about 1 gram. Can I make it stronger with this method?
It depends on the phone. Generic USB is good for up to 500mA, but phone USB may be even less than that, phones aren't really power banks.
That may be about the limit. Most steels don't maintain a very strong permanent field, and the mechanical method doesn't really align the majority of magnetic domains.
My phone draws about 1000+ amps on normal charge
But as soon it charges
The miliamps adapt to a range to 700-1000+
O_o
did your house burn down?>
Step 1: cut end off EV charging plug
Step 2: touch leads to phone
I got an 11v RC battery and attempted to hook it up to the receiver wrong. It shorted the receiver instantly, melted plastic, and almost blew up the battery.
The JST-XH terminal end on the battery melted, thankfully unplugged it before the metal contacts melted together.
Ooof! Yeah, a lot of those RC battery packs are designed for extremely high currents, so they won't cut off when shorted before they dump 100A into whatever they were hooked to. Gotta treat them with serious respect...
Yes, I was surprised at how fast it melted. Whole incident happened within 1 second, if I was slower with my reaction time the battery probably would have blown up in my face.
They're wicked powerful little batteries.
Here's a stupid question: Would this (https://www.adafruit.com/product/1566) work well for powering a (5V) Lego light kit? I'm looking for a rechargable battery pack that I can shove under my coffee table when not being charged so it reduces the chance of tripping over it.
@unkempt cairn I don't know anything about Lego power requirements but that seems like it will put out a constant voltage of 5V no problem especially since it has 2 ports.
10000 miliamps is a pretty sizeable capacity too. Depending the on current/amperage draw of the Lego electronics I'd expect that size to last for hours if not days.
You can run a 1 Amp load for 10 hours with that battery. 500 miliamp load for 20 hours, etc...
That sounds horrifying! I'm glad you're OK!
That's what I was thinking as well.
i just had a psychotic bing chat - it was ... weird
one of the last suggested links was "Lets write a story together" - i was trying to diagnose some linux sound issues :🤪
that's sort of how linux sound troubleshooting goes
yes. nothing fancy though. just basic usage via the adafruit arduino/circuitpython libraries.
Only thing horrifying about it thankfully was watching my brand new RC receiver pop and fizzle with electricity. My workshop still smells like burnt plastic. 😦
Is there general discussion support here for using vscode and adafruit feather M0? I need some basic pointers to get my adafruit lib includes working ( in this case for VL6180X )
The question is, what's worse, smell-wise? Burnt capacitor, or burnt plastic?
Oh no, linux sound strikes back :(
To answer my own quesiton, I was able to
adafruit/Adafruit BusIO@^1.14.1
SPI
adafruit/Adafruit Zero DMA Library@^1.1.1```
To get the main dependancy libraries in place, but I could not find VL6180X lib up there, so had to hand import that one 😦
apparently linux sound is still so bad it made bing psychotic
Reading pulseaudio docs drove the bot mad......
I'm sorry someone is able to tell what font is this? font finding tools seem to fail due to the res
Looks like Arial or Helvetica to me
😉
dont forget ´feature : its a bug but we 2 lazy to fix it´
this https://www.adafruit.com/product/2890 but for Pico
A bell doubler is now a good idea with so many bells out there. Same for QT Py BFF's.
pico to featherwing, QT Py to featherwing would also be nice.
defeats the purpose of going with a pico or qt py instead of a feather yes, but should maximize compatibility across platforms so users aren't penalized for going with 1 form factor over another and then to have their project goals change. i would honestly buy some.
WE ARE LIVE! ASK AN ENGINEER! https://youtu.be/pwXWf2JDhuc
ASK AN ENGINEER 4/26/2023 LIVE!
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: h...
I have successfully recreated a $270 product for less than $20. Only took about a year of work 😅
(Tape wont be in the final product, will use the actual adhesive on the led strip lol)
This is the one they're selling 💀 https://freefalldatasystems.com/coloralti
Freefall Data Systems LLC.
D'oh! Hours of hair-tearing fun all for an errant underscore.
Henlo
Should bring that on Show & Tell! Cool project!
Nice project! Just make sure to remember to dim them LEDs before actually using them in the field, because these look blindingly bright :)
Oh ofc! Right now just have them set to be on the brighter side to make it easier to troubleshoot. Planning to go outside tmr and find an optimal brightness for direct sunlight
Designing the PCB is hard
I hope adafruit people make a
- IDE? maybe?
- ...Maybe ESP-01 for Japan.
If you haven't already, check out the Flux pcb designer. I haven't used it a ton myself yet but it looks promising in terms of simplicity
I personally use Kicad for everything and haven't had any problems outside of mistakes caused by myself not paying attention 🙂
Nooooo parallel is terrible why would you want that 🤣