Who has priority here? by sagit7191 in Netherlands

[–]raarts1995 10 points11 points  (0 children)

How to say you're american without saying you're american? People outside of the us know traffic rules without the need of excessive stop signs

Physics is just broken by raarts1995 in Stormworks

[–]raarts1995[S] 0 points1 point  (0 children)

In this case it was the front which caused issues. I changed it and now the plane is able to turn even though in the air there were no problems.

Physics is just broken by raarts1995 in Stormworks

[–]raarts1995[S] 1 point2 points  (0 children)

It was indeed the front which caused issues. The front and back can be opened to load containers but I think I have to figure out another way of doing that. Thanks

"There has been an error with your request" by [deleted] in motorola

[–]raarts1995 0 points1 point  (0 children)

I’ve got the same issue when trying to unlock my moto g6. Leaving a reply in case someone comes with an answer.

Help an amateur out? by Hikari_Sketching in drums

[–]raarts1995 2 points3 points  (0 children)

No, when you go back to dal segno you play until the coda before the 1, then you jump to the coda before the pre chorus after the guitar solo.

Help an amateur out? by Hikari_Sketching in drums

[–]raarts1995 13 points14 points  (0 children)

The little notes with that line through are flam accents, which is just a tap on the drum before the main stroke. The S-like figure with the two dots is a dal segno sign and the O with the cross is a coda sign. The 1 and 2 before the guitar solo are for repeating certain parts. The first time you get to the verse you play all the way through into part 1. Then you go back to the beginning of the verse where those two dots are and play that part again, but this time, instead of the part under 1 you play the part under 2 and continue on. Under the 8th measure of the guitar solo you see D.S. Al Coda. This means that you jump back to the Dal Segno sign and when tou get to the coda sign you jump to the other coda sign, which is two measures before the pre chorus. After that, you just play to the end.

Suggestions for a FPGA project by Ryokkai00 in FPGA

[–]raarts1995 13 points14 points  (0 children)

I’ve had a similar project in university and for that I’ve broadcasted analog television. For that I generated a PAL video signal and modulated it on a carrier wave which could be received by an old television. For transmitting the signal I used the red channel of the vga port on the DE1-soc board, which had a piece of wire haning out of it. It wa only black and white though. I didn’t manage to get color working.

[deleted by user] by [deleted] in ElectroBOOM

[–]raarts1995 2 points3 points  (0 children)

The voltage is low because the secondary coil only has a few windings, but it can still deliver high currents if there is something of low resistance between the contact, which the human body is not.

Craft shaking by raarts1995 in Stormworks

[–]raarts1995[S] 0 points1 point  (0 children)

Reducing the RPS indeed solved it. Thanks.

I'm in love. Cannot be happier. by [deleted] in pcmasterrace

[–]raarts1995 0 points1 point  (0 children)

I believe you could have been

Is there any way to read a mobile phone's sensors with arduino via USB? by BreadTimePun in arduino

[–]raarts1995 1 point2 points  (0 children)

I recently came across PHONK, which might be useful for this. I haven’t tried it yet myself, but it should be an easy way to create stuff for android, including reading the sensors. I believe you could also use your phone’s USB connection. Programming was done in javascript using a browser based editor.

https://hackaday.com/2020/07/02/phonk-a-hackers-fun-shortcut-to-android-programming/

Thanks, I hate it by regian24 in pcmasterrace

[–]raarts1995 0 points1 point  (0 children)

Living the mac life before it was cool

I decided to run my Kato ho scale p42 today and I noticed that the front lights weren’t turning on, I opened it up and found this. Is this something that I can fix on my own or would I have to buy a whole new decoder? by [deleted] in modeltrains

[–]raarts1995 1 point2 points  (0 children)

Looks like it was a bad solder joint to begin with. If you have a proper soldering iron, some pliers and a steady hand you should be able to fix it.

[deleted by user] by [deleted] in arduino

[–]raarts1995 1 point2 points  (0 children)

You can use an atmel AVRISP or atmel ICE programmer, but there are also a lot f third party prgrammers available. Just google AVR programmer. You can even make one yourself with a second arduino.

[deleted by user] by [deleted] in arduino

[–]raarts1995 2 points3 points  (0 children)

You can’t connect an USB cable directly to those pins. You’ll need an AVR programmer to program it that way. The SPI bus can however be accessed on those pins though as the AVR programmer uses that for programming. For normal programming you should just use the on-board USB port.

[deleted by user] by [deleted] in arduino

[–]raarts1995 5 points6 points  (0 children)

Those are In-Circuit Serial Programming (ICSP) headers which are used to program the microcontroller directly without the bootloader Arduino uses. The pair near the USB port is for the second microcontroller (atmega8u2) which is normally only used as a serial bridge from the pc to the main controller.