Recent Posts

Pages: [1] 2 3 4 5 6 ... 10 Next
1
Projects, Designs, and Technical Stuff / Re: PC74hct4046ap Replacement
« Last post by BrianHG on Today at 04:14:02 am »
Thanks for the input:

1, its not my design
2, the colock works fine already, but I'm trying to get "more" out of it as its in a very important section.
3, I have no idea how to redesign it.

I'm just trying to get the lowest noise/jitter out of this VCO setup. I can't change the other custom chip only the VCO chip which is PC74hct4046ap made by Philips.

I have a scope and I did see the output 11.2XX frequency and it was pretty badish. I'm new to this and just want to get a better frequency output!  :-+ Thanks
instead of playing with the IC, try playing with R303, R304, R334 and C302.
Also adjust R302.
2
Hi RSAXVC, I am glad You rectified the situation. Sorry I wasn't able to interpret some of Your details. I was about to suggest putting a spacer board or shim stock underneath Your work. It is a good idea to do so when working so close to the table in case Your tool slips out of the holder. Shims will also add a degree of safety while You are getting used to the machine.
https://www.mcmaster.com/products/shim-packs/color-coded-shim-stock-sets/
3
Repair / SORENSEN XPF60-20SP service problem
« Last post by teatime on Today at 04:08:28 am »
Dear All,

Right now I have a defective SORENSEN XPF60-20SP.
I believe the problem at CPX400S/SP MAIN BOARD(PN:35555-5430-3C)
But I cannot find the schematic of this board.

I found some similar service blog as below:
https://www.eevblog.com/forum/repair/sorensen-xpf-60-20dp/
https://www.eevblog.com/forum/repair/tti-cpx400a-teardownrepair/

but  the CPX400S/SP MAIN BOARD(PN:35555-5430-3C) is different.
I 'm not sure if there is a board install on TP1 position,
I hope some one can find the right schematic of this board.

Thank you very much!

4
I would say that is a blip - down 40% since July and I don't see anyone handling the EV party coming to an abrupt end, well.
Canada we roll ahead blind as a bat, announce new battery plants after billions in subsidies. Meanwhile, BYD is preparing to decimate the low end. Tesla has china BYD nipping at its heels, actually Europe is terrified too of those cheap EV's decimating their car industry and panic adding tariffs to protect it.

But battery chargers, inverters are a technology in power electronics. The chinese are masters of the cheap, short lifetime, race to the bottom vanilla tech, whatever they can copy. Their inverters/chargers are junk and not what people want. I would expect the Tritium products to be decent, reliable and higher tech designs.

I wonder if anyone other than china would buy them and resurrect?
5
luna-concrete is going be a thing,  the problem is in finding water.  :-DD

IMO in this age of micro engineering robotics.
anybody with a modified 3 stage intercontinental ballistic missile on the back of a modified semi-trailer
can put a shoebox sized satellite-robot-camera on the moon.  if your smart enough? looking at you Kim Jong Un.
6
Test Equipment / Re: Hacking the Rigol DHO800/900 Scope
« Last post by mrisco on Today at 03:44:56 am »
Are you continuing with their work or doing something different?

I'm making changes directly to the latest Sparrow.apk version.
7
Projects, Designs, and Technical Stuff / Re: PC74hct4046ap Replacement
« Last post by dj_holmes on Today at 03:43:39 am »
Thanks for the input:

1, its not my design
2, the colock works fine already, but I'm trying to get "more" out of it as its in a very important section.
3, I have no idea how to redesign it.

I'm just trying to get the lowest noise/jitter out of this VCO setup. I can't change the other custom chip only the VCO chip which is PC74hct4046ap made by Philips.

I have a scope and I did see the output 11.2XX frequency and it was pretty badish. I'm new to this and just want to get a better frequency output!  :-+ Thanks
8
How did it work before? For how long was a free license valid? Did it require internet connection to run?

Lattice licensing generally speaking is based on license files that must be renewed every year. You don't need an internet connection to run the tools, but you need one to ask for the license - they send it by mail.
Technically you can request a license from any device, it doesn't have to be the actual target pc - as long as you know the MAC address, that's all you needed. So it's possible to use the license on a totally offline/isolated pc.
9
Microcontrollers / Re: Routines to convert binary to BCD in C code
« Last post by SiliconWizard on Today at 03:39:04 am »
Is there an actual problem that's trying to be solved here?
Not really.  Binary to decimal conversion is considered "slow" and requiring "surprisingly much" machine-level code, compared to arithmetic operations, so these can be useful in some cases, but that's about it.

Library implementations, especially various printf() implementations, are written for correctness and not for efficiency, so when you work with smaller microcontrollers, especially 8-bit ones (AVRs, PICs, 8051s), a custom implementation can be useful.  More annoyingly, most standard library functions use arbitrary precision arithmetic and dynamic memory allocation during conversion of floating-point numbers.

Even on fully hosted C environments, it turns out that if you read numeric data from text files, the standard C library string-to-number conversions (strtod(), strtol(), scanf() and their variants) become the bottleneck, when you have enough (megabytes) of data.  Then, too, "optimized" conversion functions can reduce the load times to a fraction of what they would be using standard C conversion functions.

Yep. scanf() being the absolute dog of them all.

And sometimes the "simplest" solution is actually also the most efficient. As I said before, the simple approach to count powers of ten, requiring "only" up to 9 iterations per digit with just a subtraction and an increment per iteration, will be faster on most targets that do not have a hardware multiplier (with which most optimizing compiler will implement the divide by 10), or on which the hardware multiplier is a multi-cycle operation. In particular, I've used the solution I mentioned earlier on AVR targets and it led to a lot smaller code size, and much faster too. Don't let the fact that it looks too "naive" deter you - looking at the generated assembly if in doubt will help picking the most efficient approach, in simple cases like this.
10
I would look at the G1 with a scope to see actual voltages. G1 might be not be driven (floating) or the 518's shift register is wonky.
This thread, it sorta seems like the OP found VFD had internal leakage but not sure about the English, his bench test of the VFD:
https://www.eevblog.com/forum/repair/hp-agilent-53181a-display-error/msg1399630/#msg1399630
Inside the VFD is a set of close PCB traces that very rarely have some ion migration happen.
Pages: [1] 2 3 4 5 6 ... 10 Next