jker
jker
@jker
Member
Joined: 2020-11-02 12:13 pm
Last seen: 2024-02-13 6:32 pm
Topics: 2 / Replies: 80
Reply
RE: Introduce myself and my stepping motor project (with questions)

Two reasons I would hesitate here: PROGMEM is flash, and therefore can have some performance complications in getting things into and out of it. P...

3 years ago
Reply
RE: Introduce myself and my stepping motor project (with questions)

10bit to 16bit doesn't matter in terms of data storage unless you're being very fancy. In both cases it's 2 bytes. 2000 bytes / 2 bytes per sample i...

3 years ago
Reply
RE: Introduce myself and my stepping motor project (with questions)

This is very true, and I was trying to figure out where it came from.... then I saw it in my code snippet. Oops! That is definitely a mistake. Avoid...

3 years ago
Reply
RE: Introduce myself and my stepping motor project (with questions)

Memory is pretty tightly constrained on the arduino platforms. AFAIK you're limited to 2k of SRAM for all variables. /p> I would also be somewhat su...

3 years ago
Reply
RE: Introduce myself and my stepping motor project (with questions)

This is actually a fun thing to experiment with. Try the following code with an arduino and an oscilloscope: bool x = false; void loop() { x ...

3 years ago
Reply
RE: How to solder headers to board

I share your concerns about plastic... I was particularly concerned about the plastic that holds the solderless breadboard contact springs in place, a...

3 years ago
Forum
Reply
RE: Introduce myself and my stepping motor project (with questions)

I'm not exactly sure what the usecase is, but this doesn't sound too different from limit switches attached to an axis on a 3d printer. The trigger in...

3 years ago
Reply
RE: ATX Bench Power Supply - Convert a Computer Power Supply

There are basically two things going on with paired connections. 1) The ATX specification requires sense lines on some of the supply lines. If you s...

3 years ago
Forum
Reply
RE: Pi hole plus

I'm going to disagree with the conclusion we've come to here. But first an explanation of what pihole does. The internet as we know it runs on an ...

3 years ago
Forum
Reply
RE: Power supply with the ESP32 developer modul

I'm actually a little bit more concerned about running the FTDI programmer in 5V mode for programming a chip that runs on 3.3V logic. But I haven't lo...

3 years ago
Reply
RE: Power supply with the ESP32 developer modul

Hmm... I hadn't looked at that video in detail. I agree there is a contradiction here between the two videos. Your onboard AM1117 _is_ going to be f...

3 years ago
Reply
RE: Power supply with the ESP32 developer modul

The ESP32 chip itself runs on 3.3V. For convenience, the board has an AM1117 regulator that will bring a 5V power line down to 3.3V. The 3.3V pin look...

3 years ago
Reply
RE: New to electronics; capacitor-based UPS for Atomic Pi for shutdown

I'm not sure if you've looked around... but capacitors in this range are kindof monsters. The largest you usually find are measured in tens of MILLIfa...

3 years ago
Forum
Reply
RE: An ATX-based power supply

I did quite a few things based entirely on the following: A variable voltage supply, modeled after our host's design here: One major modificatio...

3 years ago
Forum
Reply
RE: An ATX-based power supply

Sure! Conceptually, just reversing the leads on any DC power supply is providing a "negative voltage", but not something that's very useful since we'v...

3 years ago
Forum
Page 3 / 6