Doorgaan naar hoofdcontent

Posts

Er worden posts getoond met het label Electrical

Embedded tech blog : MCU on Eclipse

I read this blog: https://mcuoneclipse.com/ One of the best blogs with real value and original content. Written by a professional engineer who knows his stuff, named: Prof. Erich Styger. His words: "When I had to decide about what I should study at ETH Zürich, I was bouncing back and forth between Computer Science and Electrical Engineering. Although I ended up studying Computer Science, I always had one foot in the domain of Electrical Engineering. Because of this, 'Embedded Systems' and the world of microcontrollers, hardware, and software have been my home for more than 25 years." If you are into writing "Embedded" Software, you should definitely check it out. [Nederlands] Ik lees deze blog: https://mcuoneclipse.com/ Een van de beste blogs met echte waarde en originele inhoud. Geschreven door een professionele ingenieur die zijn vak verstaat, genaamd: Prof. Erich Styger. Zijn woorden: "Toen ik moest beslissen wat ik zou gaan studeren aan de ETH Züric...

Printplaat reparatie van : Brink Renovent HR uit 1997 met details en uitleg

Ik heb een nieuw filmpje gemaakt.  Reparatie van printplaat van Brink Renovent HR uit 1997 met gedetailleerde uitleg en foto's. Voor #BarryV van repareerjeventilatie.nl heb ik weer een printplaat gerepareerd. Het betrof een print van de Brink Renovent HR deze hebben als motor : EBM R1G140-AW05-12 en deze vind je regelmatig in WTW installaties die door Brink zijn geproduceerd. Deze specifieke print had waterschade en hierdoor was bijna alles opgeblazen en kapot. - CPU, motor drivers, FET eindtrappen, weerstanden en dioden, en een op-amp. Ondanks dat is het toch weer gelukt om de print te repareren. Het wordt steeds belangrijker om zorgvuldig met grondstoffen om te gaan, onderdelen en nieuwe producten hebben lange levertijden. Reparatie en recycling is een goede optie, economisch en ecologisch en nu blijkt ook verstandig vanuit een geopolitiek perspectief, we zijn wel erg afhankelijk van een paar fabrieken geworden. Leerzaam voor wie wat wil leren over reparatie van elektronica en g...
In mijn vrije tijd werk ik aan leuke hobbyprojecten als deze. (die ik ook open source maak) Een 7 GHz prescaler voor RF-toepassingen en frequentiemetingen/tellers. (versie 2) Aangezien de frequentietellers met lagere prijzen een beperkte bandbreedte/snelheid hebben, moeten we deze prescaler toevoegen om de klus te klaren. Het bevat een OLED-display, een AVR-microprocessor en een HMC983LP5E van ADI om het HF-gedeelte te doen. Met behulp van de MCU (328PB) kunnen we een willekeurige verdeler ratio selecteren. (over SPI-interface) Met behulp van een D flip-flop van post scaler kunnen we er zeker van zijn dat de duty cycle 50% is. (Dit was een probleem in versie 1) Ik ontwerp/maak dit omdat mijn radio-amateur-vriendjes het nodig hebben. Ik werk/speel niet op deze hoge banden, maar dit is leuk. Het ontwerp van het schema en de layout is gedaan met KiCAD, simulatie met LT-spice. Software met behulp van GCC (gewone c-code) Behuizingsontwerp wordt met Fusion360 gedaan, gefreesd uit aluminium o...

Github release of Controllino code "Het Concertgebouw" water dispensing #oetelx

Good day to you all. I have just released this project I did in a day in 2016 under MIT license. It was a project to help someone quickly get a water dispensing system up and running for "Het Concertgebouw" a famous building in the Netherlands. The project was for a foundation "Join the Pipe" that tries to bring fresh drinking water to everyone in the world (Which is generally a positive thing). The code was written in plain C (using Clion IDE for typing the code) on a linux system for an AVR ATMEGA 328P which is inside the Controllino Mini. Hope you learn something from it. Link to Github project : https://github.com/edwin-oetelaar/join_the_pipe It all worked and was delivered in a few days. Some pictures tell more (maybe) Find more content with hashtag : #oetelx

Low power global connection with WSPR protocol it is so much fun

Conditions are good today. I have my little transmitter with about 0.1 Watt of RF power (could be less). I get my data across the globe : look here 40m band, from Netherlands to Antarctica, USA, Australia and more. This is fun. I am using a QRP labs kit : https://qrp-labs.com/ultimate3.html My antenna is a piece of wire of about 10 meters hanging out of the window not a real antenna! So much fun with so little RF power! Best regards PA2LVD

Maxtor Shared Storage (how I recovered all the data)

Maxtor Shared Storage NAS 300 GB Summary of long adventure: TL;DR. ONE DISK IS NOT AN OPTION FOR A NAS - Audience : advanced users - linux skill required : yes - strong opinion : yes - frustration : yes It looks so nice in the picture : storing data on a NAS, not on the local system. You can access it from anywhere in the network, all is fine. Until.. The NAS breaks down and you forgot the backups.. I had this NAS for a long time (several years), somewhere safe in the house, in a dry and protected and cool place, nobody would be able to find it, a digital safe, connected to my local network. It seems a smart idea, but it really was not. Here is my summary of trouble to get my data back. 1) The NAS did not appear in my network anymore 2) Checked power supply, switches, cables 3) conclusion, NAS is bad 4) reboot, does not come online again 5) open it up, take out harddisk, how hard can it be? Right? I connected the disk to my machine with one of those PATA/...

DPS5005 power supply, remote control using python serial port modbus

Just a short one. I bought one of these things. It can do 50 volt 5 Amp, I have not looked at the quality of the output (noise, overshoot all unknown to me)  but should be alright to control a lamp, a battery or a strip of LED's is my guess. You can easily control the current and voltage output using a serial port. (a usb-serial-rs485 was provided) I seems to talk modbus protocol. To change the baud rate and modbus-slave-address, keep POWER button pressed during power on, this will enter you into the configuration menu. register list here : Register Map for this device. Function Description Number of bytes Decimal places UNIT Read/Write Register address U-SET Voltage setting 2 2 V R/W 0000H I-SET Current setting 2 3 A R/W 0001H UOUT Output voltage display value 2 2 V R 0002H IOUT Output...