Recent Posts

Pages: [1] 2 3 4 5 6 ... 10 Next
1
Test Equipment / Re: SDS800X HD Wanted Features
« Last post by KungFuJosh on Today at 02:55:50 pm »
What about staying on the technical side, huh?

Nah. 😉
2
How very slow time is updated, like a heart monitor?

I guess I'm wondering how partial pixel is appearing and can it be manipulated by a test signal.
At least badly scaled screen resolution is clearly visible.
Something like a triangle wave where a vertical step is either bigger or smaller depending how frame start correlates the wave amplitude.

One other, a Moire pattern.
Can the angle of extra raster tell something?
3
Test Equipment / Re: Siglent SDS2000X Plus Hack
« Last post by KungFuJosh on Today at 02:53:34 pm »
I had read that Siglent changed things recently in newer firmware... or maybe just newer models, I'm not sure... so I was curious if this script could reproduce my legit-purchased logic analyzer key for the SDS3000X HD, and nope... it's different.

It's not that recent of a change. They have two different licensing versions. The higher end stuff gets Lic 2.0, and the lower end and/or older stuff has Lic 1.0. The script mentioned above is strictly for Lic 1.0.
4
Beginners / Re: How Current Limitation is happening in the circuit???
« Last post by Xena E on Today at 02:48:20 pm »
I'm very sorry Ommsiva your pictures seem deliberately not to show any detail, at all.

Pictures of the tops of T03 transistors may be useful in identifying the type numbers but don't convey anything about the connections made to them.

Two front panel photos ... of similar value.

A general internal shot of a disassembled rats nest of wiring.

All of the above at a resolution such that even if it were tidy construction and complete it couldn't be of any less use in assisting with your query.

As you seem to not like answering direct questions about your project, then the purpose of this thread is clearly intended as a piss-take of the kind people who have tried to help you.

Have a nice life.

X

5
What works for me is a struct like this:
struct TCommand
   {
   char *command;
   void (*func)(int argc, char **argv);
   char *helptext;
   };

which is used to create an array with commands and help texts. I use a buffer which only receives text (>=32 <127). When a 13 is encountered, the input buffer is split by spaces, the space replaced by 0x00 to mark end of string and an array with pointers to each parameter is created. The first entry into the parameter array is the command. Iterate over the commands to find an match and call the callback function. Note that the callback function is exactly like the main function of a 'regular' C program.

Every piece of embedded software I have made or worked on has a CLI and this has been proven to be an immensly useful feature for development, integration testing and field debugging (logging & fault finding).
6
General Technical Chat / Re: Dumpster diving save VFD
« Last post by Alex Eisenhut on Today at 02:45:35 pm »
I see a lot of wires, does this module have a serial port? Some of them have a small 3 pin header on the board for serial. I think it even breaks out to the parallel header
7
It's one of the most useless tools I have. It sucks at everything besides that it actually holds the board. The only way it's useable is if you insert TH components and bend the leads so they don't fall out before putting it in holder. Inserting while in holder is a no-go. Not to say soldering under angle means that solder tends to flow downwards, especially on large solder joints. Frankly board just laying on the desk works better.

Are you talking about this specific holder or about holders in general? Personally I find board holders very handy when I use the desoldering pump instead of the gun.
I'm talking about this type of holder in particular. Maybe it's ok if desoldering with solder sucker but when pulling component from opposite side it often obstructs your hand/tweezers.
8
General Technical Chat / Re: Is LinkedIn worth keeping?
« Last post by coppice on Today at 02:44:22 pm »
LinkedIn web site is the text version of TikTok and a model of a garbage useless web site.
Yes, LinkedIn is terrible. It would be easy to create an effective portal for connecting professionals, and LinkedIn is so bad it shouldn't be hard to make people migrate to it. That hasn't happened. I find that interesting.
9
Microcontrollers / Re: SD Card reliability in SPI mode
« Last post by Peabody on Today at 02:44:01 pm »
It sounds like you're pretty much locked into the software package, but for future reference there's an alternative that does all the file system setup ahead of time, including creating all the files and low-level erasing their data segments, and after that you just write data to successive sectors on the card.  There's no need to mess with the directory entry or the FAT, or do any sync or flush operations.  Or Open or Close the file for that matter.  You are simply writing into the sectors that have already been defined as part of the file.  The LowLatencyLogger example in the SdFat library shows how this can be done.  I would think this approach might cause the least problems if you are cycling power to the SD card.
10
I had a batch of those pressed wafer type of 1/4 mono jack.
The solder tag can be open circuit I think due to poor press during manufacture.
Intermittents there can be tricky to find , they work on bench test than fail while the musician is dragging the cable around .
Pages: [1] 2 3 4 5 6 ... 10 Next