Recent Posts

Pages: [1] 2 3 4 5 6 ... 10 Next
1
Hi

I need your help.

I have checked the capacitors on my digital piano and got the following results in ESR levels. I used the peak ATLAS ESR70 gold.

10000 uF 25V - ESR 0.01
2200 uF 25V - ESR 0.02
470 uF 10V - ESR 0.20
100 uF 25V - ESR 0.43
47 uF 16V - ESR 0.64
10 uF 16V - ESR 1.01
1 uF 50V - ESR 1.10

I am especially suspicious about ther results for 10 micro and 1 micro F. They should be around 8 and 5 respectively. Do these results mean that I need to change the 10 micro and 1 micro D capacitors?

Thanks for your replies.
Tan
2
looks like a good Idea for one of a kind electronics enclosures , modified power tools or battery box's

what type of PVC glue would you recommend for this? as it must melt the PVC laminate sheets into one solid block without delamination over time .
3
Microcontrollers / Re: How to create custom bootloader in esp8266
« Last post by mianos on Today at 10:24:43 am »
Thank you for taking the time to answer my question. I was wondering if there would be any problems booting the program if the power goes out while updating the ESP8266 firmware?
Generally you set up different partitions to store the OTA. Generally it's not possible to write to the running application as you update it.
If the flash fails, it does not affect the existing application. You can just reboot and try again.

Keeping in mind, a lot of this depends on how much flash you have.
https://github.com/espressif/ESP8266_RTOS_SDK/tree/master/examples/system/ota/simple_ota_example

Also, the OTA updater is not part of the boot system. It needs the tcp ip stack that is way way later. To implement OTA you generally set it up and organise a permanent thread to listen for the OTA or you can poll the OTA socket if you you are using a toy stack over the top of the RTOS, like the Arduino wrapper.

There are several Arduino wrappers for OTA systems for the 8266. They mostly work OK. For example the OTA for the Tasmota project is very reliable and uses multiple partitions with fall back so if it fails it's no big deal to just try again, not having to resort to connecting the USB up and flashing it via serial.

May I suggest, you also look at the esp32, for which there is much better support now and it's about the same price. I think the C3 is now 10c cheaper than than the 8266 in volume.
4
That's exactly what I was looking for. Thanks!
5
I don't know to answer the question, but the Linux kernel should have a Device Tree (DT).  The DT is telling the kernel (at boot), what driver to load for each device, and any specific parameters the driver might need.  Later, that DT is mapped into a directory tree (in Linux, everything is a file), here mapped at /proc/.

For example, if I search for PCI in /proc/ of my desktop PC, there is a /proc/bus/pci/ directory, and a /proc/bus/pci/devices file.  Inside that file there is a line contaning the text ahci, and some addresses/registers.

See if you can make use of any of that info, in order to find the address you are interested in, though never tried that myself.

No idea if this could help changing the settings you are after, if it applies to your OS flavor, or if it brings anything extra other than setpci can already do/show (I don't know much about setpci).  But if it does, then it should be possible to decompile the (binary) device tree that is in use, edit the decompiled DT to add your changes in the DT sources, then recompile the DT (the decompiler/compiler is called dtc), so to make your changes persistent after a reboot.
6
I had the same issue with JLCPCB when they had stopped assembling esp32-wroom-32e module with the economy pcba service. I mounted the wroom module using a hot plate. I applied solder to the pads using a soldering iron in advance.
7
Microcontrollers / Re: Divide clock by 3 on a ATF16V8B
« Last post by xvr on Today at 10:05:56 am »
No, it's impossible.
VHDL code use triggers with positive and negative clock edges. ATF16V8B have only positive clocked triggers.
You can create simple divider by 3 on it, but you've got not symmetrical output (with duty cycle 1//3 or 2/3 - on your choice)
And for ATF you need a special programmer (hardware), do you need any?
8
Microcontrollers / Re: How to create custom bootloader in esp8266
« Last post by xvr on Today at 09:58:59 am »
> I was wondering if there would be any problems booting the program if the power goes out while updating the ESP8266 firmware?

No program - no problem  :-// It just will not start, only builtin bootloader will survive  :box:
9
Repair / Re: Rohde Schwarz CMU200
« Last post by ON4GN on Today at 09:56:45 am »
More photos  :)
10
Power/Renewable Energy/EV's / Wrong crosssection of cables
« Last post by eTobey on Today at 09:53:03 am »
I have ordered cables from 6 different places (Germany). 5 of them had sent me cables that had about 20% less crosssection than advertised. I measured via visual and electrical methods, so there is no doubt about my measurements. One one ocassion, the outer diameter had me feel that it was to little, and sure enough it was...

Have you ever checked on the cross section?

Pages: [1] 2 3 4 5 6 ... 10 Next