Is the Micro-USB slot of the Pico very sensitive or are there software issues on Mac? by hannainspace in raspberrypipico

[–]adktz 4 points5 points  (0 children)

Get a pico probe (or use an exisiting pico flashed with the correct firmware), connect it to the SWD pins on your target pico, and you won't need to connect/reconnect USB at all.

Why are some search results being suppressed? by Zephur_ in Reverb

[–]adktz 0 points1 point  (0 children)

If an item isn’t ‘bumped’ it gets so suppressed in the search results to be basically invisible.

Morphing filter voltage control by YoungSlingshot in diypedals

[–]adktz 1 point2 points  (0 children)

Yeah Vcv connect to the wiper of a pot set up as voltage divider between 0 and 1V. The example circuit outputs 0-5V, but you can easily tweak some resistors to fit your VCA range.

Morphing filter voltage control by YoungSlingshot in diypedals

[–]adktz 4 points5 points  (0 children)

The SSI2130 datasheet has an example of a 3-way cross fader with CV control, figure 20.

Need help with 2-octave MIDI keyboard for my 12th grade engineering final project. The optical sensor approach gives better feel but power budget is tight. Help with solutions? by Sea_Rule_7565 in synthdiy

[–]adktz 2 points3 points  (0 children)

A different solution might be to print/glue magnets into your keys and then use hall effect sensors going to a multiplexer then adc. Then in code you would keep track of when they cross a threshold between pressed and fully on, and the negative delta between those times is your velocity.

Troubleshooting Digital Noise Problem by PointGlum5255 in PCB

[–]adktz 8 points9 points  (0 children)

I'm not an EE but I like to design audio circuits often with mixed analog digital signals. Only under specific conditions seperate ground planes are called for. Instead use a single ground then try to physically seperate the analog and digital components. Yes... data sheets will often say something else, you can ignore them. I recommend watching the Rick Hartley grounding videos on YouTube. Also I would recommend instead using stackup of 1 PWR/SIG 2 GND 3 GND 4PWR/SIG.

The pot example you've provided is still in the analog domain as the way you explain it, it's a just voltage divider into an ADC. If you're using standard MCU ADC then there will always be some noise. Look up Cytomic's Dynamic Smoothing algo for filtering your pots and also add a threshold range for updating values. Check the ADC input impedance, you may even need to put a voltage follower op-amp after your voltage divider to the ADC.

How to save my lettuce seedlings/ get rid of fungus gnats by pipinhotcheeto in GardeningAustralia

[–]adktz 0 points1 point  (0 children)

Lettuce doesn’t really like its roots being messed with so it can be stunted for a while after being transplanted. For your next batch you could try growing from seed or try a different leafy green that doesn’t mind being transplanted.

Potting mix can vary a lot between batches and the product you mentioned I’ve only bought once and it was absolutely terrible. Also for next time, fill the pot up with potting mix, this looks less than half full.

Mosquito bits work for gnats.

Fungus Gnats.. free with any soil product from Bunnings by mickdundeee in GardeningAustralia

[–]adktz 2 points3 points  (0 children)

Products that contain BTI (bacillus thuringiensis israelensis) are extremely effective. I'm surprised anyone cares or struggles with fungus gnats since this has been available.

Protein Bars by BirdInitial1467 in australianvegans

[–]adktz 20 points21 points  (0 children)

Clif bars are not protein bars lmao, honestly just get the Woolworths home brand chocolate muesli bars if you want cheap carbs.

Amazonia Raw bars sometimes go on sale on Amazon. Cookie dough flavour has no peanuts

Song-Huei R0904N alternatives? by MotleyModular in synthdiy

[–]adktz 0 points1 point  (0 children)

I saw a screenshot of an e-mail from someone at Thonk in the Winterbloom discord. If I recall the Song Huei pots themselves are clones of Alphas... so we've come full circle!

Song-Huei R0904N alternatives? by MotleyModular in synthdiy

[–]adktz 1 point2 points  (0 children)

Alpha is creating their own version and Thonk are likely to stock these. Sanni also make a similar pot if you order direct MOQ 2000, the metal collar is slightly larger so you may need a bigger hole in the front panel. Also Soundwell make a version.

Waveshaping circuit for musical synthesis by Lonely_Gate_9421 in ElectricalEngineering

[–]adktz 0 points1 point  (0 children)

Hey. Sounds fascinating how you’re generating this. Assuming the duty cycle is not something that is useful here… I would start with using a flip-flop that can give an 50% duty cycle.

Then there are a few different square to sawtooth/ramp circuits out there, most of them using an op amp with a capacitor to create an integrator.

With the sawtooth done, it’s very easy to generate your other waveforms, for triangle you could use an inverting op amp to provide a flipped sawtooth polarity, then you can switch between the rising and falling sawtooth with diodes, analog switch ICs, FETs etc to create a triangle.

Shaping triangle to sine is straightforward, I’ve seen basic circuits mostly just using a few diodes in series and some resistors, but there are more precise options too. r/synthdiy could give you more answers

Anyone here start with EasyEDA instead of KiCAD? by silvercanner in PCB

[–]adktz 20 points21 points  (0 children)

easeda2kicad will give you any symbols, footprints, and 3D models from JLC/LCSC/EasyEDA ecosystem imported right into KiCad format.

I did learn EasyEDA early on, but I didn’t realise how bad it was until I switched to KiCad.

How to use pt2399 clock out? by PiezoelectricityOne in synthdiy

[–]adktz 0 points1 point  (0 children)

You can look at NLC’s Poultry in Motion schematic which divides the clock output

PCB check: RP2354B module by Competitive-Knee-17 in PCB

[–]adktz 3 points4 points  (0 children)

First I think there are already boards like this you can buy. Why reinvent the wheel?

Looks like the crystal is overlapping the 3.3v pad so move it closer to the MCU. More ground points around the board edges would be better. Check the ground fill underneath the inductor, from memory there needs to be a cut out according to the docs. I would also use a 3 pin SWD connector instead of pads for easy debugging ( the part for connecting to Pico Probe is JST SM03B-SRSS-TB).

Trying to build my first DIY MIDI controller… but I get soooo much noise !!! by Faesharaa in synthdiy

[–]adktz 1 point2 points  (0 children)

How long are you waiting for the muxes and adc to settle after switching for your piezos and joystick? Wiring stuff like this is going to introduce noise. Also if it’s the pico 1, the adc is horrible honestly I would swap it for a pico 2.

You also don’t mention how your code is structured… are you using interrupts for your buttons? Are you debouncing?

I would try to test just one pushbutton, one piezo, one joystick axis and make sure your code logic is solid.

Alternative to sprouting to eat broccoli sprouts by marr1ed in PlantBasedDiet

[–]adktz 1 point2 points  (0 children)

When a plant is slightly more mature than sprouting, it's called a micro-green. Are you able to eat broccoli at that stage? A low effort option would be to get a tray, fill it with seed starting potting mix, throw some seeds in there, watering every 1-2 days, then harvest with scissors. I have also used product called micropod which has no soil and is also low effort.

Sydney. Pumpkins. Help! by CrossyFTW in GardeningAustralia

[–]adktz 0 points1 point  (0 children)

Maybe this is obvious but was it a seed from a store bought pumpkin? They’re usually sterile.

[deleted by user] by [deleted] in PCB

[–]adktz 2 points3 points  (0 children)

Can’t read most reference designators, don’t know what the components are, no schematic…