Lifting a Controller up with Gyroscope

Titan Two general support. Questions, firmware update, feature request.

Lifting a Controller up with Gyroscope

Postby poseidon97 » Sat Dec 14, 2019 8:32 am

How To Make Coffee In A Coffee Maker

Whether you are a beginner or one of pro coffee drinkers, you have to know how to use good coffee makers properly to enjoy the great coffee taste.

In this article, I will show you how to make coffee in a coffee maker for a wonderful outcome.

This recipe is for 10 cups, but you can adjust the amount to suit your needs. Just keep in mind this rule:

Mix 625 milliliters of water with 40 grams of coffee.

✩✩✩ Check This Out: Best coffee maker on the market Image

What you need

  • A ten-cup coffee maker
  • Paper filter (cone or wavy basket)
  • 44oz or 1250ml of filtered water
  • About 16 tbsp of medium ground coffee
Image

Step-by-step instruction

  • Fill the reservoir with cold water
If possible, you should run the tap water through a basic water filter. It will end up a better coffee taste. However, in case you can't do that, using bottled water can give a great result.

I don't highly recommend distilled water because the water with some minerals will extract more tasty flavours.

The majority of a Image high quality coffee maker and carafes have the markings to measure water. If not, you can use a scale to weigh your water. Let me tell you this thing: 1ml of water weighs 1gram of water, just in case.

Summer is coming. How do you think about a flash-chilled iced cup of coffee? Try to apply half as much water as usual with a half batch of ice.

Preparate filter

Does your drip coffee machine have a cone-shaped filter?

If yes, before putting the filter in the basket, fold the crimped edges in the opposite direction.

In the event of a wavy and flat-bottomed filter, simply put it inside the basket.

There is no need to prep filter if your coffee machine features a reusable stainless steel filter.

Brew coffee

In the case of a bag of pre-ground coffee, you can skip this step. However, if you have coffee beans, you need to grind them. No matter what machine you use, try to grind coffee beans until all particles are as fine as possible.

Add all coffee grounds to the filter, after that put the basket inside.

What you have to do is to turn on the coffee machine and wait for a complete brewing cycle.

This recipe provides you with the best outcome at the default setting. If you want a cup of coffee with a weaker or stronger taste, you can adjust the amount of coffee the next time.

This brewing process will take you from 3-5 minutes to complete.

Image

Serve and enjoy

Does your drip coffee maker have an electric warming plate and a glass carafe? If yes, take the carafe off the warming plate. Or the heat from the plate will make your coffee taste bitter. To keep the leftover coffee warm, pour it in your thermos.

How is your coffee taste?

In case it is a bit bitter, let you grind coarser on the next time. If your coffee is sour and not sweet, grind finer for your next batch.

You should apply this recipe on a drip machine. If you haven’t had any model, refer to the best coffee makers Image reviews to make a purchase.
Last edited by poseidon97 on Mon Jan 29, 2024 2:36 am, edited 3 times in total.
User avatar
poseidon97
Private First Class
Private First Class
 
Posts: 2
Joined: Sat Dec 14, 2019 8:30 am

Re: Lifting a Controller up with Gyroscope

Postby J2Kbr » Sat Dec 14, 2019 10:40 am

Definitively this is possible. Please try the following code. I couldn't test, so it may need some tweaks.
Code: Select all
#include <switch.gph>
 
main {
    fix32 accel = (abs(get_val(ACCEL_1_X)) + abs(get_val(ACCEL_1_Y)) + abs(get_val(ACCEL_1_Z))) - 25.0;
    if(accel > 40.0) {
        combo_run(Jump);
    }
}
 
combo Jump {
    set_val(SWITCH_A, 100.0);
    wait(80);
    wait(80);
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 115 guests