This from an old draft I never posted…
This from an old draft I never posted…
A bit of a change up, white chicken processed in the food processor, like chuck beef that I process for hamburger, with additions of garlic,onions, salt and pepper, and breadcrumbs that yield chicken meat balls. OK , I wanted the pasta too, semolina flour , egg and water, this proven mix makes the spaghetti type pasta that actually works in the pasta machine. Just let sit still 2o or so minutes and a soft pliable dough forms.( yep a real dough head here)!
Defrosted red sauce from a previously batch used for pizza. On the spicy side.
The other portions of pasta were bagged and frozen for future use.
Bunned again! Can’t keep away from the dough, though. Baking bread and split the dough for small bite sized rolls, topped with poppy seed, hemp seed and quad blend pepper.
1 cup each white flour/ water poolish, 1 cup sour dough starter, additional water and flour for 2 loaf recipe. A touch of salt.
Nice fermentation today. Soft rising and workable dough with a lot of additional expansion in the 400 degree oven.
Using the soft Italian flour. A bit less than 4 hours from mix to plate. Now measuring by weight both the flour and water, giving consistent results when using the soft Italian flour.
My ratio is 1 lb flour, to 9.6 ozs water. Salt to taste, yeast about 1/2 a full measure. ( a King Arthur yeast measuring spoon was gifted to me.)
In about a 500 degree Fahrenheit oven the dough increases in size and gives the classic bubbles in the crust. Slid onto a sheet pan in the oven. Corn meal to aid in sliding.
Plain by standards, tomato, garlic, oregano with olive oil .added grated Parmesan after baking. Could have peeled the tomatoes, boiling water and then ice bath but I didn’t mind. Basic crust flavor not over whelmed by toppings.
Second run, same ingredients, with the addition course sea salt, course ground pepper blend. Parmesan after baking.
Yes ! Just the right balance of salt and spice from the pepper.
The remainder of the dough a herb salt and pepper blend baton shaped loaf.
Ahhh, looks like I need some Italian cold cuts and cheese !
A few ingredients cooked and tossed……
Recent brews, fresh roasted.
Working with open source programming on the hobby level presents it’s own set of problems for the first time user. Setup of hardware and software on some projects assumes not only that the user has basic skills in hardware setup but also programming.
The Sunfounder quadrocopter kit , consist of a microcomputer and hardware not unlike other microcomputer projects with sensors and software. The supplied documentation in book form with the kit also assumes that the user has the skills and the proper hardware to connect the processor to a computer. Even before starting programming or modifying the parameters, the correct drivers must be installed for the USB to serial connections to the microprocessor. The reason for connecting this device to a computer is for calibration and verification that the proper firmware is running on the controller.
Software and documentation for open sourced programming can be fragmented, that is, different developments or versions for the software components can be found on different sources, posted on web pages, FTPs or forums. Since open source programming can be dynamic in the fact it could be either revised to a newer version from what was originally issued on one website, or loaded on the hardware, it could also be a stalled project, that receives no additional support. Therefore more than one version may be available and as with all revisions, it’s hoped that the latest revision may still be compatible with the current hardware project but remember that it’s an collaborative project and while some sites ask for a donation, it’s a passion of programmers to share, comment and revise their efforts available for a global audience usually for free.
Having some experience with programming over the years being mostly with the higher level languages, usually it was with one platform and hardware, now utilizing either a windows or mac environment is not foolproof as each may have it’s own version of software, hardware and procedures . Even command line processing and writing assumes that files are placed to follow in the correct directory paths in both execution and installation. Error messages may be cryptic at times. But such is the state of collaborative programming today as one might be inclined to write an app for sale , and BASIC still exists in many forms, open source is the current program exchange and with the online internet connections the process is much faster than the shareware years ago where programming was distributed physically on floppy disks. . One of the most popular types of programming microprocessors is the Arduino https://en.wikipedia.org/wiki/Arduino, but don’t stop there, many, many, other microprocessors and systems are available. There is also a ton of programming courses and kits online so education can be done anywhere, for free.
The main reason for the flying computer (quadrocopter) was for education and to familiarize myself with one the current micro processing platforms to gain experience with hardware interface and programming. A drone would be a good example of programming with tangible results, in this case flight of a miniature aircraft. The popularity of drones both by hobbyist and commercial uses abounds. It’s a quest to understand how they actually fly. The prices run the gamut of range and the Sunfounder is the lower entry range of projects for an open source environment that includes all items needed to program, assemble, and fly. Some of the components could also be used if the person would be interested in building other flying devices.
Having an Arduino editor installed on your computer and having the knowledge to open, edit and compile and save the code, it gets uploaded to the flight controller. ( a fancy name for a microprocessor decked out with the supporting chips to run several motors). Basically your are changing the supplied code by commenting out code you don’t need for your flight controller. The code file is written for many different types of flight controllers and hardware configurations. The Arduino editor is a simple version of a text editor, and I’m going to have to learn the language sooner or later and more reading to familiarize myself with the syntax. For the first time user it’s build able without programming experience, but that’s not the end result I was looking for, as you know once the system is up and running the user can modify the code and actively see the results. There certainly is a wide variety of subjects to learn. Microcomputers, sensors, GPS, flight dynamics, radio controls, motor controls, electronics speed controllers, propeller pitch Etc. Years ago anyone wanting to break into the field of radio control planes was hampered by cost.
Notes:
At first my computer didn’t connect and recognize the USB serial cable to the flight controller board, it didn’t load the USB drivers correctly right away. Finally after restart it showed in the device manager that the driver was installed. This may utilize port settings as necessary. Sometimes Windows will try to look up and install a driver when first connected. Use the USB driver supplied in the download. Again the proper USB to serial driver must be on your base computer connected to flight controller. (DUH)
The GUI multiwiiconf.exe didn’t work correctly first try, it seems that JAVA had some files misplaced. It was necessary to copy files to correct directory. Researched on the web for correct procedure. involved both the program/java/ and java/program/ directories. (this is common with open sourced projects, so gain experience with forum setups, Q and A’s and searches to find answers to your particular problems.) Also the GUI Multiwii, different from the text editor version , isn’t well documented as I tied to change some of the values, by typing , it was a matter of using the cursor and sliding small boxes under the values to modify them if necessary.
also some compatibility issues with the type of platform, 64 vs 32 bit for the miltiwiiconfig.exe. Didn’t run consistently on all occasions.
The GUI runs but at this time didn’t properly show the flight controller parameters yet most likely I have a port setting incorrect.
The 32 bit windows version now works fairly well , some times after starting the GUI several times the program may hang, and going to the Task manager and stopping multiple occurrences of Java running.
This is a learning experience for a first time user trial and error processor with frequent searches on the web for solutions.
There also may be updates and revisions to the programs to download
Finally the Multiwii GUI runs and read the data from the flight controller , the calibration of the accelerometer can be accomplished.
Next. the receiver is connected to the flight controller and the transmitter is activated, and the receiver is synced to the transmitter, now the data from the movement of the remote controller can be read by the GUI.
After the completion of the assembly, the battery can be connected and the drone is ready for flight. After several attempts, the battery life is very limited, the drone was unable to fly. More diagnostics are needed, the power to each of the 4 motors is not balanced and will not propel the multi copter to level flight.
After loading a different version of the Multiwii and some tweaking, the drone was able to liftoff and I found out more aggressive thrust is needed to launch the drone , several flights upwards could be accomplished by holding the drone and launching it midair but flight control is a problem as it’s more difficult at first to control the direction and height of flight. ( also the drone is operated indoors, and is fast, a very large room would be better.) OUTSIDE? No, there are restrictions on drones and it would be advisable to read and understand the safety rules and regulations for flying one. (airports are one restriction)
More study and tweaking of the software is needed for more stable flights.
All in all the Sunfounder is a complete entry level kit, all parts you need are contained in the kit including a 4 channel transmitter (remote control). It provides a challenge for the first time microcomputer programmer and an introduction into radio control flying.
Collecting, repairing and restoring antique and vintage mechanical clocks
Okay, so it's really just ONE Pac-Maniac, but you get the picture.
Simple Everyday Recipes
Less waste, more creativity, tastier food
Growing & Much More
True Power Plant Stories
Rhode Island’s Better Beer Blog • by Lou Papineau • @BottlesCansRI • bottlescansclaphands@yahoo.com
Learn about Goan and Indian Recipes
inspired by june & norma
Food the old fashioned way
Words and photos from the road
"I feel sorry for people who don't drink. When they wake up in the morning, that's as good as they are going to feel all day." -Dean Martin
my two ounces
A Homebrew Journey
The Best of the visual Web, sifted, sorted and summarized
Of homemade bread, food and other recipes / Una storia di pane fatto in casa, cibo ed altre ricette
The spirit of fermentation
A voice of sanity in a world gone mad...
A blog written for those whose interests more or less match mine.
... just about food and more food!!!
Feed me!
Eat food... real food
Food...cooking...eating....tools - What works, and what doesn't!
Sustainable Farming, Permaculture, Gardening and Homesteading in Ohio
An expat blog about "the little things" in London
Cocina Dominicana
turning dirt into dinner
Don't ever change yourself to impress someone, cause they should be impressed that you don't change to please others -- When you are going through something hard and wonder where God is, always remember that the teacher is always quiet during a test --- Unknown
A foodie's thoughts
a little mech, tech, and food
Fashion, Food, Interior Design and Architecture
Dishing about all things food related.
Just another WordPress.com weblog
Food Adventures in Paris
Vegetable-forward food and lifestyle experiments featuring bold flavors with an international focus.
a resource for the independent traveler
WordPress.com is the best place for your personal blog or business site.
Recent Comments