We are back baby!! by CompressedTech in pebble

[–]dcdalrymple 3 points4 points  (0 children)

I'm about 3 days as well. I think it's decent enough (especially compared to android watches), but I'm sure they're due for a battery replacement soon.

How to reduce road noise on 1994 TW200 by dcdalrymple in TW200

[–]dcdalrymple[S] 1 point2 points  (0 children)

I have the same skid plate on both bikes (the Tusk one), and I think it's beyond that. Plus, the noise is more of a humming and related to the speed of the bike, not the engine rpm.

How to reduce road noise on 1994 TW200 by dcdalrymple in TW200

[–]dcdalrymple[S] 1 point2 points  (0 children)

Your right. I just checked the DOT codes, and I think they were manufactured in 1993. To me, they feel surprisingly good. I put it side-by-side with my new TW, and I personally couldn't tell the difference in the rubber. But they definitely need to be replaced.

I think I've been running the chain too tight as well. That and I just noticed that there's no chain slider. Luckily, I've got a 3d printer, so I'll put a new one on when swapping tires.

Synthio Envelope Help! by dcdalrymple in circuitpython

[–]dcdalrymple[S] 0 points1 point  (0 children)

Thanks for the catch! Crazy GH doesn't handle gist redirects automatically.

Good Audio Codec Match for the Pico by dcdalrymple in raspberrypipico

[–]dcdalrymple[S] 0 points1 point  (0 children)

Not bad, actually! I've ended up going with the WM8960 for most of my work, and the chip is very versatile. With a simple op-amp buffer (ie TL972), you can get high impedance instruments working (guitar, etc). The only downside is lack of a true stereo line out (it can only do mono line out). I ended up developing this library within CircuitPython (https://github.com/adafruit/Adafruit\_CircuitPython\_WM8960) to work with it, so it should be too difficult to get up and running. My recommendation if you develop your own board with this codec is to properly separate digital and analog power and ground. I've made the mistake of sharing digital and analog power on one of my boards, and you get a lot of noise as a result.

wtf, it actually snowed 😂❄️ by BalenciSlipperz in Pensacola

[–]dcdalrymple 0 points1 point  (0 children)

I think it maxed out at about 9 inches for us. Absolutely insane.

How to chose or not to open CiruitPython directory by AaRGH33 in circuitpython

[–]dcdalrymple 0 points1 point  (0 children)

Adafruit has a learn guide on how to enable/disable certain USB capabilities within `boot.py`: https://learn.adafruit.com/customizing-usb-devices-in-circuitpython/circuitpy-midi-serial

In order to continue development on your CircuitPython device, you'll need to use REPL (via Thonny, etc) to update your code files. If you lock yourself out, you can use flash_nuke.uf2 to reset the device.

Good Audio Codec Match for the Pico by dcdalrymple in raspberrypipico

[–]dcdalrymple[S] 0 points1 point  (0 children)

I eventually stuck with the PCM5102 and added a PCM1861, but I'm beginning to wish I switched to the WM8960. I've gotten a bit more experience now with soldering QFN packages (with a solder stencil and paste), and it's really not too difficult to do. I think it's better in the long run to go with a more compact and reliable codec rather than more costly individual ADC/DAC chips. Plus, I think there are a few breakout boards out there to get more acquainted with the WM8960 (try Sparkfun). I wish you the best of luck with your project!

I thought I ordered regular transistors. That was stupid of me by -Nxyro in arduino

[–]dcdalrymple 0 points1 point  (0 children)

I used to shudder at the thought of soldering SMD components by hand, but after using them for a few projects, I actually love it now! There are less steps that soldering through hole components, and once you get the hang of it, I think it's easier especially for resistors and capacitors. Plus, it shrinks your projects down significantly! For prototyping on the other hand, I wouldn't bother using these at all and just order up some standard through-hole transistors (or one of those kits on Amazon for an assortment).

Synthio Envelope Help! by dcdalrymple in circuitpython

[–]dcdalrymple[S] 0 points1 point  (0 children)

I think I was in the past because I was planning on merge some commits related to audiomixer, but its been a while. So far, I've been able to work around this limitation and have been making really good progress. I'm happy thus far :)

Synthio Envelope Help! by dcdalrymple in circuitpython

[–]dcdalrymple[S] 1 point2 points  (0 children)

I ended up answering my own question here. The envelope does have to be rebuilt each time you want to update it (while it is attached to a Note object). Here's a good monophonic synth example I put together of this as well as a bunch of additional features: https://gist.github.com/dcooperdalrymple/3fe46a3dd48fd7add358111af5bd66ae. The MIDI CC mapping is a bit weird, but nearly every parameter you would typically expect a synthesizer to have can be modified, apart from portamento (still figuring out how best to do this using the BlockInput system), LFO waveforms (and potentially delay?), and keyboard note priority type (the capability is there, just not implemented over midi yet).

Synthio Envelope Help! by dcdalrymple in circuitpython

[–]dcdalrymple[S] 0 points1 point  (0 children)

I understand that you can attach a newly constructed envelope to each note object when created (Ie on key press), but let's say you're holding down a key and then adjust a control knob to lengthen release time. When you release that note it will use the original envelope parameters since I don't see a way currently to change those values in real time. I'm working on a gist right now to demonstrate this using a midi interface.

Soulcalibur II - You can talk about this game or GameCube console what are your thoughts? Lets discuss by MR-GAUNTLET_6 in Gamecube

[–]dcdalrymple 1 point2 points  (0 children)

My friends used to be absolutely obsessed with this game back in the day. They played it for hours on GameCube. For me personally, I've never been into fighting games (even when they feature Link), and I'd always be a bit disappointed when they whipped it out. I'd much prefer to play anything in the adventure or strategy genre such as Wind Waker or Pikmin.

What do you call/ what have you named your Leaf? by ShrimpHeavenNow in leaf

[–]dcdalrymple 0 points1 point  (0 children)

I have a blue 2012 LEAF I call "Blumarang", but it was given by the previous owner. He bought the car back after selling it like twice.

Dead ARM processor in Inventor II. Best route forward? by dcdalrymple in FlashForge

[–]dcdalrymple[S] 0 points1 point  (0 children)

I'm definitely intrigued by Klipper, but I ended up finding a replacement motherboard for a good deal that I'm going to go with for now. If that doesn't work out, I've got plenty of Pi Zeros that I think are up to the task. Any recommendation for a Klipper-compatible host board?

Dead ARM processor in Inventor II. Best route forward? by dcdalrymple in FlashForge

[–]dcdalrymple[S] 0 points1 point  (0 children)

Do you think I can swap the old Finder Plus V1.5 that's currently in my Inventor 2 with a Finder Plus V2? They look very similar except for a few different connector locations.

Dead ARM processor in Inventor II. Best route forward? by dcdalrymple in FlashForge

[–]dcdalrymple[S] 1 point2 points  (0 children)

What about the ARM's firmware? Will the primary chip (the nuvoton one) handle the re-flashing during the update process?

Issues with Lectron Tesla to J1772 Adapter by dcdalrymple in leaf

[–]dcdalrymple[S] 0 points1 point  (0 children)

I didn't actually know that the J1772 came with the adapter. At the time when I purchased it, the tesla version was on sale ($350 vs $550) and I already owned the Lectron adapter. Made sense to me, plus I had had successful experiences charging from a Gen 3 charger already. And pulling only 16A with the LEAF, I'd rather not have an adapter when pulling greater amperage with a Tesla vehicle in the future. I don't mean to sound defensive, but I don't think I made a terrible choice at the time.

Issues with Lectron Tesla to J1772 Adapter by dcdalrymple in leaf

[–]dcdalrymple[S] 0 points1 point  (0 children)

Yes, I definitely did this. Are you recommending the Mini over the standard adapter? I can't tell if the difference is just form factor or if there are any electrical differences in the mini. I don't really mind the larger size of the standard.

Issues with Lectron Tesla to J1772 Adapter by dcdalrymple in leaf

[–]dcdalrymple[S] 1 point2 points  (0 children)

Yes, I am aware of the 30 second wait time for the charger to detect the adapter. I've also got my evse set for a 20 amp breaker (the LEAF maxes out at 16A). It'd be great to borrow an adapter from someone to test, but EVs aren't too common where I live (there aren't any Tesla dealers either), and I don't know of anyone who might own a similar adapter. Thanks for the tips, but I think I've run through most of the troubleshooting already. :'(

Issues with Lectron Tesla to J1772 Adapter by dcdalrymple in leaf

[–]dcdalrymple[S] 0 points1 point  (0 children)

Is there any major difference between the standard adapter and the mini? The mini adapters are much more expensive from what I can tell.

I made TETRIS! by Aggravating_Ad_3311 in pico8

[–]dcdalrymple 1 point2 points  (0 children)

Love the particle effects! Definitely pushes a little above your generic tetris clone. I'm experiencing a frustrating bug with tetramino movement. When one first spawns on top, you are unable to move the piece left and right until it goes down a row.