#general-chat

1 messages · Page 235 of 1

rapid geode
#

not sure if it can bend the other way

#

short ways

#

i assume thats what you want for an arm

ebon dew
#

if it comes to it i'll find a way, that's on my someday todo list.

#

yeah looks perfect. thank you.

#

1080×2160 wow just noticed the resolution. going to need to add a magnifying glass to the screen lol

rapid geode
#

so my keypad area is only 6" viewable area

#

hmm

#

ah no, im wrong, it is 7.2"

#

non of the waveshare screens will fit well. hmm

#

(bezzels are to big)

wanton thistle
#

me when multiple parts of a project all work like they are supposed to:

wanton thistle
#

LPT: If you have different status LEDs, make a spreadsheet saying what they do. I have Red, Green and Blue LEDs, which all do something different.

blissful roost
weary fiber
#

A fun challenge I’m stuck on

whole jacinth
#

neat. do you want suggestions or hints?

rapid geode
#

draw it in fusion and measure. 😛

dusty citrus
#

doesn't exist a fan like this? if it does, what is called? it's just like a centrifugal fan but reversed, and with more air intakes

weary fiber
whole jacinth
whole jacinth
# weary fiber Honestly I’ve been stuck for a while, so I’ll take all the help I can get

In Euclidean plane geometry, Apollonius's problem is to construct circles that are tangent to three given circles in a plane (Figure 1). Apollonius of Perga (c. 262 BC – c. 190 BC) posed and solved this famous problem in his work Ἐπαφαί (Epaphaí, "Tangencies"); this work has been lost, but a 4th-century AD report of his results by Pappus of Alex...

dusty citrus
#

it's just a quick sketch of what I would want

whole jacinth
dusty citrus
thick wind
#

Try searching forward or backward radial fans?

whole jacinth
dusty citrus
blissful roost
#

I'd assume there's a good reason they aren't mass-produced...

#

I've seen very few examples of what you mean.. but I can't find any right now.

dusty citrus
blissful roost
#

Can you take a regular fan and mod it to your plan?

whole jacinth
blissful roost
#

Personally, I'd expect the fan to be pushing air out of any slots in the frame... But maybe it's dependent on the fan blade design..?

whole jacinth
#

it looks like reversing rotation direction on a centrifugal blower doesn't reverse the flow; it just makes it less efficient

weary fiber
arctic folio
#

I don't think it exists

hasty quarry
#

Gosh darn it

#

I've done it boys, I think I actually bricked my first AVR

#

Stupid clock source bits

#

What in the world do these stand for

#

Amount of clock cycles?

static flare
#

one would assume so

slim shard
#

clock cycles is my guess too

hasty quarry
#

I just don't know what to set my fuses to

#

I have a 10 MHz external crystal and I'm just so lost on what to make the fuses to get it to work

whole jacinth
hasty quarry
#

Yes, sorry

raven thunder
#

Is there a recommended place to suggest stuff for Adafruit to stock?

rapid geode
#

i dont think they officially read this discord

lusty fossil
harsh goblet
#

Wasn't there an off topic channel? Did it go away when #general-tech showed up? Am I that late to the party

ebon dew
#

honestly having both general chat and general tech is redundant. general chat is a catch all so general tech doesn't need to exist.

harsh goblet
#

Yeah I'm not sure if what I was going to share was general or tech related, but I tried some python today

#

It was done in rust which is kind of a tough programming environment to get used to

rapid geode
#

id assume it was python related

harsh goblet
#

lots of boilerplate and setup

rapid geode
#

😛

ebon dew
#

does it force you to indent like that. such a waste of space

harsh goblet
#

Well python does enforce indentation so i tried to follow it

ebon dew
#

so does circuit python. it can get overwhelming if you don't have an ultrawide monitor. 😛

harsh goblet
#

you have to be able to see all those nested ifs haha

ebon dew
#

congrats on getting into python. learning a new language is always fun... but mostly frustrating.

#

for a function you should be able to do a carriage return and single indent

#
def func():
  p!(
  b = 42
``` something like that
#

and if that doesn't work sometimes using a + will

#
def func():
  p!(
  + b = 42
  + println!("[a]")```
rapid geode
#

why can't i code by just typing "make this motor move"

#

hehe

ebon dew
#

maybe someday with ai and text to speech we'll all be programming with verbal commands

#

actually didn't github just make something new that's supposed to do predictive coding?

rapid geode
#

like, if it can tell me theres an error in line 45... why cant it fix it too?

ebon dew
#

great point, that would be pretty awesome to make correction suggestions at least.

rapid geode
#

google code "did you mean the square root of pi?"

#

actually, one of the things ive used (dont remember anyore which) would pop up syntax suggestions as you typed

#

been a while since i did "real" coding. only use maxscript (vb script variant) and arduino lately

ebon dew
#

there's a lot of IDE's that will do that but i haven't used them.

#

it's the notepad++ and editplus life for me

rapid geode
#

yes, notepad ftw

dusty citrus
#

Hey, I feel kind of silly, but is there somewhere a solid reference book on circuit python? All I am finding are microPython books. Do I understand correctly that syntax is basically the same (and minor diffs on some modules) since CP is based on MP, but both differ in 'mechanics', like no shared states in CP, code execution is different, no running multiple files, etc.? So MP book 'will work' for CP, right? I know there is great reference on web, I just like to have paper reference.

rapid geode
#

maxscript is neat though (inside 3dsmax) in that you can push some buttons and it will write out the code to access them. if you want to automate things

tardy badger
#

Looks like the only version I’m seeing is the Japanese language version on the Adafruit shop

dusty citrus
#

Thanks! Yeah I saw this one, I do not know Japanese ;) But I just realized that MicroPython O'Reilly book is on CP recommended books list, so that is great.

tardy badger
#

This would probably cover a lot of what you want too

#

Hmm.. what part of that sentence was bad…

#

Anyway, that book for the circuit playground is written by one of the amazing Adafruit folks

dusty citrus
#

Thank you, I found this one before but was wondering if it will not be too basic. I am not a beginner, just wanted some solid reference book. On the other hand, it is not that expensive, so may be worth a shot.

tardy badger
#

Oh gotcha, I wasn’t sure what level you were going for

#

Other than the books, the Adafruit learn site is also a great resource

dusty citrus
#

Yeah, if I will not find what I want I may just stick to web reference ;) Thank you for help :))

ebon dew
#

python, micropython, and circuit python share a lot in common. if you know basic syntax the web docs will eventually become your primary resource but the learn guide examples are super helpful especially if the project you want to do can be based on an existing example.

civic burrow
#

dang not even sure where to ask my question DX. Overwhelmed

jade kayak
#

hello sir can you please explain how lifi actually transfer an audio or any video through led
there are no conversion of signal requires in it?
digital data directly going through led hows that works

whole jacinth
#

why are you replying to a message that's almost 4 years old?

blissful roost
#

Dayum

blissful roost
whole jacinth
whole jacinth
slim shard
#

I've seen this used in some "BEAM" robotics circuits

dusty citrus
dusty citrus
#

Optical communications protocols are on my TODO list but way back-burner.

#

also:

#

less goose-chasing, specific to the RONJA technology, here:

#

It's been around since 2001 but I'm the only person I have met who's ever brought it up in any conversation I've been in. ;)

dusty citrus
#

I knew about infrared based data transfer on short distances, and I had it even in my PC years ago, but I had no idea that it is possible in long distances like that.

dusty citrus
#

a connector is full of epoxy, how can I take the connector out?

#

solved by brute force

waxen spire
late fulcrum
tardy badger
#

Photo electronics is cool

brave copper
#

Reddit auto mod bots are the worst, I had posted a little discussion about hooking up the amiga 1200 keyboard to something like the pi pico and it came in and ruined it by slapping rule 4 - how do get started

Like hello is doing some talk not allowed? I guess not, I don't care if I'm "getting started" all I need is info about hooking up a keyboard to the pi

lapis bluff
short pulsar
#

I’ve been working on dot clock TFT support into CircuitPython using the ESP32-S3. Just in early stages but making progress. Foamyguy showed some work on his two latest streams in case you are interested. Also, there is an issue tracking the progress if you’d like to follow: https://github.com/adafruit/circuitpython/issues/6049

jade kayak
dusty citrus
#

;)

hasty quarry
#

So I know your body goes into anaerobic mode and makes lactic acid if you’re exercising and not getting enough oxygen. Does that imply if you improve your heart health, you will necessarily be less sore after exercising, other things equal?

late fulcrum
#

Only kind of. The lactic acid accumulation makes your muscles feel tired more than sore, and is a short term effect. And it's true that better cardiopulmonary capacity can deliver more oxygen and reduce that effect. But the other soreness is due to the effects of the muscles working, and greater oxygen delivery won't particularly affect that.

hasty quarry
#

Ah I see, thanks

rapid geode
#

ha, just did a 20km bike climb. the trick with lactic acid (in the knees for example when biking) is to keep pushing, it goes away. as you get more fit the threshold raise, BUT, what mostly happens is you learn to push through it

#

most people just "give up" when it hurts which is the mistake

late fulcrum
#

It depends on my mood and what I'm trying to accomplish. If I'm aiming for strength or cardiovascular improvement, I'll just push through and keep going. However, if I'm just going somewhere or aiming for endurance, I'll shift down/slow down and reduce my current effort.

hasty quarry
#

Well you see, I'm wondering about this because after not exercising properly for months, I joined US marines in their physical training routine as a guest

#

I can't move

#

I cannot

late fulcrum
#

Oh yeah, that happens when you go from zero to sixty overnight.

rapid geode
#

ha yes.

#

i dont get that anymore, but i remember going to play hockey whihc i dont normally do and the next day i couldnt walk

night crescent
#

Tonight the Desk of Ladyada will be at 9pm and it's The Great Search - Power-on-reset in sot23-3 , a replacement for APX803-26SAG (we are away tonight, so this is the pre-record that will go live then, enjoy!) https://youtu.be/grSPvnYrPWs

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

Many devices and sensors like it if you give them a fancy reset pulse after power has come up, particularly displays and OLEDs! But sometime for wiring simplicity we would like to skip using a microcontroller pin, and have the breakout board autoreset on power loss. In such cases we use a 'power on reset' ...

▶ Play video
lusty fossil
#

Anyone have a little personal battery or preferably 12V lighter powered vacuum for their car that they would recommend?

rapid geode
#

i had a little cordless one, it was aweful. lasted maybe 4 minutes

#

haha

#

so, dont buy that one

#

😛

lusty fossil
#

oh wirecutter to the rescue

rapid geode
#

waits patiently for pizza

#

still dont have any good ideas for the keys on this thing yet.

#

hmmm

lusty fossil
rapid geode
#

normally i make my own pizza from scratch, but im being lazy so i did the pzza hut deal (3 pizzas and a giant cookie).

lusty fossil
#

That's a lotta pizza!

rapid geode
#

nom nom

#

well, its cheaper to get 3 than 1. so ill have leftovers

ebon dew
#

@rapid geode how about some of those soft kitty mx keycaps. will match the cat on the big red dial.

rapid geode
#

key "caps" arent the thing so much as key mechanism. i really want fully programmable lcd keys.

#

but that seems, not easily done

ebon dew
#

lcd keys are super expensive

rapid geode
#

yeah. the full lcd behind the keys is interesting, but viewability is poor

ebon dew
#

i was looking at some the other day and read some reviews of people that had full lcd keyboards and they regretted it. the key tops are smooth and flat, lcd makes spacing larger and harder to type. just a bad idea. might be ok for F-Keys or something like that.

rapid geode
#

my current layout is smaller than normal (normal is 19mm, mine are 17mm)

ebon dew
#

and each key is like $30, looking at about a grand for a full keyboard and in the end regretting it, no thanks.

rapid geode
#

the lower goes to the 24v realtime IO directly

#

yeah, price is real bad

#

so if i cant get this, i need clear caps with paper labels, and rgb leds behind each one

#

but that has its own complexities

#

(molding the caps etc)

ebon dew
#

that's probably a better way to go. might be able to make your own keycaps with resin. they have some in the store though they wouldn't fit for you the idea is valid.

rapid geode
#

cast resin caps might work, but usually cast resins have poor durability vs pressed polycarbonate or acrylic

#

will need to look into that

#

i can cnc aluminium masters and polish them then do a rubber mould

ebon dew
#

yeah resin sounds more brittle than plastic

#

ahh that sounds cool

rapid geode
#

prepping my upgrade over raspberry pie... pumpkin pi

lusty fossil
#

I'm fasting for a tri tip BBQ and I would love some raspberry pie

rapid geode
#

mmm pie

lusty fossil
#

Mmm tri tip

rapid geode
#

doesnt eat beef

lusty fossil
#

misses out tbh but no judgement on diets

#

Unless you like to eat the last of species or somethint

rapid geode
#

oh, i judge everybodies diets 😛

#

ha

#

just never liked the taste of beef though.

lusty fossil
#

That's fair. It's definitely distinctive

#

If you haven't tried tri tip, I recommend snagging a bite of someone else's

rapid geode
#

only if it is made of gummy bears

#

ooh, i have a giant cookie now (ate one pizza)

lusty fossil
#

Yum!

rapid geode
#

i wonder what else you can do for programmable buttons

dusty citrus
#

besides patents that are crazy expensive for my pockets, licenses that do use copyright like openhw, what else there is?

late fulcrum
#

Trademarks and registrations come to mind.

#

There are also subcategories of patents like "design patents" that cover the æsthetic qualities of something instead of its operation.

rapid geode
#

design trademark. and those wont be respected outside of the country you are in

#

so hardly worth the money

late fulcrum
#

It does, of course, depend on what you're trying to protect, and where. Enforcement of patents in other countries is variable as well. And the disappointing truth is that the enforcement is generally not done for you, but you have to pursue it yourself (although there are exceptions like when Customs & Border Patrol seized a shipment of voltmeters because they were grey and yellow, and that combination was trademarked by Fluke).

rapid geode
#

yeah, megacorps have to go nuts, cause trademark is defend or lose. but they pay tens of millions to do that

late fulcrum
#

Exactly. I'm named in a couple of US patents, but I have no illusions they'll give me any revenue nor protection.

rapid geode
#

all i have is my cat logo to protect. beyond that, i do not see spending any money.

whole jacinth
#

in the US, i think you don't have to register a trademark, but it's helpful (maybe required?) if you want to recover damages for infringement

rapid geode
#

recovering damages is unlikely. cease and desist is about all you will manage

#

which might be enough

#

like i could send one to christine for that 😛

#

haha

#

but what would be the point?

#

(i actually bought some for my niece)

#

the only thing that you want to avoid in the end is having other people sell their product as yours (where the customer thinks they bought yours but it is just a stolen look and logo)

#

everything else, you cant stop

dusty citrus
#

also one last question:
doesn't exist like any state that allows you do patent stuff for free, under the condition that they can use it as much as they want, while they give you a % of the profits or something alike?

rapid geode
#

O_o

#

ya lost me

#

you can patent a thing, then license it out. but its on you to do the patent and defend it.

dusty citrus
#

I mean what I would care most is having a name on it and making some money, then I wouldn't really care who uses it and who doesn't
patents look like a pain in the butt unless you're a corporate
open licensing I don't like them
the general design thing as you said looks useless

rapid geode
#

ah

#

yeah, you dont have much choice. you need to "own" it to sell it.

#

open hw type lic is copyright though, thats different. there is not open patents or trademarks.

#

what is the item anyway, a physical finished consumer product?

dusty citrus
#

it's not finished yet but it works

rapid geode
#

no, i mean, the end result. a product you will sell, like an iphone or a blender.

#

vs, plans, or kits etc

rapid geode
#

k

#

i make cnc machines for example. i have no intent to patent or protect any of it, except my own logo.

#

but, a cnc machine is difficult for someone to copy and sell for half the price as well.

#

so it is a calculated decision

#

it does however mean my "company" doesnt own anything other than production, so im not likely to sell out for big money at some later date.

dusty citrus
#

I can't use home heaters as coolers right?
idk maybe by making flow cold water or like a bigger conditioner?

even the fan is blowing hot air

late fulcrum
#

Depends on the heater, but most of the are just a resistive heating element which can't be made to cool. There are a few that are heat pumps that could do some cooling, but they'd need a way to vent the waste heat (spot coolers normally just vent the heat into the house and make things worse)

tardy badger
#

My favorite thing is being woken up before 1am to the carbon monoxide alarm going off.

#

No apparent source of it

#

Thankfully everyone is okay but very strange

#

Yeah, fire department found very high levels on our top floor

tardy badger
#

Looks like the the gas line is leaking somehow

drowsy zephyr
#

So, to EEs in the US, for a master's electrical engineering course, where should i continue?
Caltech, Stanford, or somewhere else?
MIT? I don't think im ready for it yet, ahahahaha

tardy badger
#

Look for state colleges with EE programs that are accepting international students

drowsy zephyr
#

any recommendations, im applying for a national scholarship

#

because i don't know any good or certified universities outside of the usual big ones like MIT or Caltech

#

so i mostly rely on hearsay

#

So other than the big ones, any other good EE colleges, something rather high on the QS ranks perhaps?

#

or something that offers unique experiences?

ebon dew
#

UC Berkeley, California Institute of Technology, Cornell, I mean there are plenty out there to find with just a bit of research.

hard estuary
#

Purdue is an engineering school

dusty citrus
#

I can't say much, but in my understanding they are mostly the same, name aside
I would check the formative path, and your teachers portfolios(check their background), so you know what to expect
if I was to restart, I would exploit a school to get a visa to the state that you do like most

tardy badger
#

A vast majority of engineering schools at state universities are accredited, but not all have openings for international students

vestal pier
#

if you have a specific area/topic that you are interested in, you could try to zero in on schools that cater to that specialty, but that's going to take some research effort

dusty citrus
#

Hi :),

#

First: im from germany, so sorry for my bad english ^^ i had an problem,... i bought an "Adafruit CP2102N Friend USB to Serial Converter Datarate 3Mbps USB-C 5335" and my computer doesnt regognise it 😦

thick wind
#

What kind of computer?

dusty citrus
#

windows 11 64 bit

#

tower

thick wind
#

Have you tried a different USB-C cable? Charge-only cables are pretty common these days, so unless you've used it with another device before...

dusty citrus
#

jeah

#

i tried

#

okay, nevermind... these were broken -_- now it works, but the rx & tx leds dont work XD

#

i cant programm any microcontroler, the cable is okay and my computer finds the programmer

#

i dont know whats wrong with this thing.... TX led just blinks in long time(0.2s on then 10s off) and the sketch istn loading up to the microcontroler

ebon dew
tardy badger
ebon dew
#

no feedback on the product page 😦

tardy badger
#

Link works for me

#

It took me to the silabs driver page

ebon dew
#

weird, it 404's for me in the link on the product page and learn guide.

tardy badger
#

Must be your browser being weird

#

Try another?

ebon dew
#

weird, tried the same exact link again and now it's redirecting

#

maybe a glitch in their matrix

#

@dusty citrus did you get the serial enumeration driver or non-enumeration? i have no idea about which you should use but if one doesn't work try the other?

dusty citrus
#

is installed

ebon dew
#

yes but there are 2 different drivers, have you tried both?

dusty citrus
#

whats the differents?

#

i had these : CP210x_Universal_Windows_Driver

#

im now trying the driver with Serial Enumerator :/ hope it works

#

didnt work 😦

#

I installed the drivers, but still nothing. only the tx led flashes sometimes

#

If any of you have a solution, I look forward to seeing you in this room 🙂

split field
#

Does anyone here live in New York City (or nearby). A graphic designer that works with me just got his US Visa approved. He dreams of living there, but knows nothing about the place. Hope I can connect him with someone who can tell him about the city (where to stay, how to be safe, etc...) @grave crest or @stray wind perhaps you know someone I can refer him to? I imagine he has a thousand questions. He's very excited.

whole jacinth
fair summit
nimble ice
#

prusa 3d printer came in today, I notice gummy bear bag sitting at the top of the contents, wanted candy so I started at it and oddly tasted better then the ones in stores near me.... start reading the guide and came across this

rapid geode
#

mmm candy

#

im sure theres some law about sending that to that us

stray wind
#

Long-story-short, Haribo Goldbären are quite different from the American-available counterpart Haribo Goldbears. In my experience the version available in Europe tastes significantly better.

rapid geode
#

ahh

#

we have so many food rules in canada so haribos here might actually be made in canada

nimble ice
stray wind
#

They're still good. But.. yeah.

nimble ice
#

😦 I couldn't stop after starting, and the instruction brings it up a lot XD

rapid geode
#

mmm bears

#

i dont like the ones in canada. probably the same as the us ones.

#

hard

#

i prefer sweedish berries

#

or sour patch kids

nimble ice
#

been really slow as last thing I want is having to go back to something later on

late fulcrum
#

I ended up buying a miniature torque wrench set to assemble mine.

real falcon
#

how much was it?

#

finding one in nozzle tighten range is bit expensive

late fulcrum
#

It's been a while, I think it was US$60-70. It is a nice set, I've gotten a lot of use out of it since, and nicely included the torques required to assemble a Průša

#

I've also used it for things like nozzle swaps

lusty fossil
#

Is it just me or is Misumi's filtering schema really bad? It tells me there are N products remaining but doesn't show them. It's practically useless.

ebon dew
#

If you need inch lbs they have them in auto parts stores, they also have them in foot lbs but they're about 2ft long and the minimum is for automotive. nm is foot lbs? yeah you can get them even more precise in in-lbs in auto parts stores.

arctic folio
#

harbor freight has a bunch of torque wrenches of varying sizes

#

reasonably good quality too

#

though I used my FAT wrench for my prusa

#

it's a good idea to use a torque wrench tbh, makes squaring things up more possible

still anchor
#

Is any of the larger manufacturers still making polarized 3d monitors?

#

It looks like everyone stoped making them because the 3d Hype is over

late fulcrum
#

I think there are still synchronized ones (which are easier to make, especially with OLED technology)

dusty citrus
#

only 19cents I can't complain and works more than fine lol

nimble ice
#

I used my general IT kit from when I worked doing breakfix, there is no adjustable torq clutch but it does have a toggle to enable a preset that is safe for most electronics I just have learned when enough is enough, honestly it was a great walkthrough on their part and I never felt lost in the steps at all

#

I wrapped up last night and only now am getting to the test print as I was tired after building the kit

#

thanks for all who recommended prusa on here because this thing is running perfectly

ebon dew
#

that's an awesome deal for under $1 good lord.

round badge
#

👋
i just joined after receiving my first adafruit card

#

atsamd51 M4 feather board (i needed a M4 board)

#

i originally wanted a STM card. i ordered a STM32F4 Discovery board.
As an afterthought i also ordered the microschip one from adafruit.

Then i realized that some amazing people thought it would be a good idea to hardwire a green led to the unique DAC output 😓

i managed to cancel my STM card order in time. will probably buy an adafruit STM32F4 card in the future.

ebon dew
#

ohhh a place i can use my soic8 chip 🧐

#

yeah blackpill has been out of stock for a while

#

if you only want it for the chip expandability i believe the teensy also has solder on chip capability. https://www.adafruit.com/product/4622

#

but those are out of stock too

#

don't know if you've heard, there's a chip shortage out there

#

feather m4 is a great board though and can be stacked with featherwings to expand capability. ❤️ the feather ecosystem.

round badge
#

the teensy 4.1 don't have DAC 🤌

late fulcrum
#

That's disappointing, the Teensy 3 does. However, the M0 boards have a DAC and the M4 boards have two.

dusty citrus
#

I got an STM32F407 Discovery from DigiKey about 3 weeks ago. They said something like 1 in stock, but the stock wasn't depleted after they shipped mine.

#

They're not being quite accurate about that stuff.

#

Try real hard to order one; you probably will succeed.

#

one in stock. (not!) (many in stock)

manic stone
#

Whats the best channel to share my project and hopefully ask for contributions/help/collaboration?

stray wind
nimble ice
#

any of you get the adafruit nfc/rfid ring?

#

I have never bought a ring before and the ring size thing is beyond me but I also don't know how reliable it is and wanted a honest opinion

#

I bet I will buy it and get the wrong size though

stray wind
#

There are so many ways on the internet to do it, but getting it done "professionally" is likely the most reliable way to go about it.

nimble ice
#

yeah, I honestly have made paper slips and all and can't be sure if I have it correct or will order something that will get stuck XD

stray wind
#

I understand. Only time I've ordered a ring, I did the fitting option, and it worked out.

#

We even tried 3D printing examples, but... heh

nimble ice
#

I just know I wouldn't buy anything..... X/

nimble ice
stray wind
#

There you go.

#

You can print rings with the appropriate inner diameters and try them out

#

Rings should be easy going on, but more difficult to remove. That's the best fit, I was told.

#

More effort to remove anyway.

nimble ice
#

XD and if it was printed I could cut it off

stray wind
#

Hahaha, yes if you needed to!

sweet phoenix
#

do you guys have any intro to electronics courses you'd recommend? I know about microcontrollers pretty well but I need to brush up on PCB design and parts n stuff

round badge
#

eevblog have some good video about (pretty much anything electronic)

#

including pcb design, how to interpret a datasheet, bom, production, ...

sweet phoenix
#

not much. I know the very basics of transistors (it's a gate) and diodes (one direction) and I can read schematics

round badge
#

give a try to eevblog, it show a very broad range of stuff. and do some more specialized video too

#

The most often requested video! In this tutorial Dave explains what Operational Amplifiers (OpAmps) are and how they work. The concepts of negative feedback, open loop gain, virtual grounds and opamp action. The comparator, the buffer, the inverting and non-inverting amplifiers, the differential amplifier, and the integrator circuit configuratio...

▶ Play video
#

and since he's a professionnal, he doesn't stick to theory. he talk a lot about how it (doesn't) works in practice too.

night crescent
night crescent
lusty fossil
#

I've read a little bit of it, not enough, it's good

sweet phoenix
#

Ooo very nice, thank you

raven thunder
dull atlas
#

good morning

tardy badger
#

Does this seem safe? Lol E26/ E27 3 Prong Light Bulb Socket Adapter, Polarized Light Socket Outlet, Light Socket to Plug Adapter Socket Converter, Light Bulb Plug Adapter for Patio, Garage, Porch(1 Pack) https://a.co/d/ieGi9xN

#

Looking for safe ways to add an additional power outlet in my unfinished basement

static flare
#

I don't think light sockets are earthed

rapid geode
#

pretty sure that device would be illegal

#

ha

tardy badger
#

Oh probably

rapid geode
#

light sockets are not meant to handle more than 100ish w as well

#

bad idea all round

#

haha

tardy badger
#

I figured, just thought I’d get a second opinion

rapid geode
#

why not remove the light fixture and wire an outlet.

tardy badger
#

I rent

rapid geode
#

oooh

#

tell the landlord to update the house or youll sue them (you know, the american way of handling things)

#

😛

#

ok no

tardy badger
#

Looks like I will do the slightly less dangerous idea and run a 20A extension cord to a plug strip

rapid geode
#

oof

tardy badger
#

I’m mostly running a small TV, maybe a lamp and a charger

crystal ore
rapid geode
#

haha

tardy badger
#

Possibly a game system. Nothing too strenuous

thick wind
#

It's a neat idea, but lacks a lot of information. Definitely not a suitable substitute for an actual general-purpose outlet, but I can see it being decent if it comes with some fusing and a note about lack of proper earthing...

tardy badger
#

Yeah, I’m noting in the socket that neutral and earth are connected

#

Thankfully light socket manufacturers use different color screws for earth and neutral

#

I probably wrong, probably isn’t the case. I don’t feel like pulling the socket out to look at the actual wiring. Either way, thanks for the advisement to not use those adapters

late fulcrum
#

Neutral should only be bonded to earth in the breaker panel, at no other points.

shadow siren
#

you can test this, use a plug tester plugged into the plug adapter to the light socket.

tardy badger
whole jacinth
#

the screw thread of an edison-style light socket should be wired to neutral, which should be near ground potential (but not bonded to ground except at the panel). this helps reduce accidental shocks when changing bulbs, but you should not depend on it being true

tardy badger
#

I only made the assumption because the socket used two different colored screws at the base. Not a bad assumption because usually neutral, ground, and hot screws are different colors. It is probably just they used a different screw at that point in assembling that one socket

shadow siren
#

The screws used to be same color but modern electrical sockets now color the screws, green is usually ground, silver is neutral and copper is hot, at least I have seen this pattern in Canada

lusty fossil
#

Doesn't help me much, I have to look it up every time anyways

#

here being the US

rapid geode
#

my house electrical wires are cloth. is this an issue?

#

ha

#

at least they skipped the aluminium wire craze in here

tardy badger
#

Funny enough, it wasn’t the aluminum wire that was the issue

#

It was the material insulating the wires

#

It degraded fast

rapid geode
#

ah

tardy badger
#

We use aluminum for high voltage transmission lines

rapid geode
#

wire is so expensive right now. ive had to replace all of it in my house. it better last 100 years

tardy badger
#

Yeah, pricing is crazy

rapid geode
#

i need um... 2-0? for the outside. i forget. bigger than #0.

#

for like, 30 ft

#

ugh

#

thats a next year problem

tardy badger
#

Yikes

#

Last I looked, $1500 for 250ft

rapid geode
#

yeash its $10 a metre per strand i think

tardy badger
#

That was for 3-0 4 strand

rapid geode
#

thats not allows. must be individual in conduit.

#

the conduit is already there. i just need heavier wire for 200A

#

i asked for 400A and they looked at me like a confused puppy

#

3 phase would need a run from 2 blocks away, so im not doing that

tardy badger
#

This was for a 3 phase hookup, 4 stranded, individually insulated. Or that’s what Home Depot said

rapid geode
#

ah

#

home depot looks at you like a confused puppy here when you ask for anything bigger than 6

#

😛

#

hd canada doesnt have all the services and stuff the US one fdoes

tardy badger
#

Lol, I only have half an idea of what I’m doing from helping my dad run thick trunks of electrical cable

#

Thankfully my dad has an associates in construction technology and has a massive book filled with general electrical code

rapid geode
#

nothing was in stock here so i found a guy a few blocks from me that installs hot tubs and he had 11 feet of tech90 6/4 so i bought that from him for like $150

#

and then taped one wire white

#

ok for temp, but not technically allowed

tardy badger
#

Lol sounds interesting

rapid geode
#

yeah, dumb

#

ha

#

wire was black red blue green. (3 phase)

#

oh well

#

better than nothing

whole jacinth
#

permanently label the ends of the black wire with white tape and you're good to go (at least i think older versions of the NEC allowed stuff like that)

rapid geode
#

not allowed. you can use black sharpie on a white wire

#

but not tape

#

anyhow, doesnt matter haha

whole jacinth
#

hm, maybe it was for service drops where all the wire insulation is black

rapid geode
#

I found a bee

#

hehe

dusty citrus
#

can you like bake an ai trained in virtual eviroment like ue into a real world device? if yes how?
I'm pretty new into the subject so dunno what to even look for

rapid geode
#

um

#

thats a pretty sweeping question

#

unreal does not work quite like the real world. there is no vision, etc

#

it's interactions are faked

late fulcrum
hasty quarry
#

1.8432 MHz is such a golden number

#

How curious...

#

It seems like magic, some constant

#

@whole jacinth Hey just noting something here, the chip's internal RC oscillator is more than adequate for USART

#

I guess during my debugging, I made some wrong assumptions that I needed a crystal to be accurate, but no, actually

#

Running at 3.3 volts should run at 1 MHz. These options are available

#

I tested these with small messages, and they're totally fine

#

Really large signals might stray off given the 0.2% error plus the inaccuracy of the RC OSC itself, but this seemed to work pretty good anyway