background preloader

PICTURE TO ASCII CONVERT - PICASCII

PICTURE TO ASCII CONVERT - PICASCII
What's the interest to convert a picture to text or html version ? It's firstly fun :) the picture will look different when you will change size... It's simple to copy and paste the code of a "virtual picture", into your blog. Remember it's ALWAYS TEXT, HTML :) that represents a picture. Exactly, the picture sequence will be converted into ASCII codes. This code was created to represent text in computer with 128 characters.

http://picascii.com/

Related:  Embedded Programming

SD Cards and FAT filesystems for STM32 cortex m3 - The STM32 Discovery Scrapbook from Nano Age Generic FAT file system code Chans FatFS FatFs is a generic FAT file system module for small embedded systems. 12 Sites To Create Slideshows We often go on vacations with family to take some time out of our hectic schedule and have fun with our family. Mostly every time, we click pictures so that we can remember our golden vacations whenever we feel like. It feels great to look at old pictures when we had so much fun in our life. Create Stunning Photo Mosaics In Minutes Recently I wanted to create a photo mosaic for one of my friends’ birthday. In case you don’t know, a photo mosaic is a picture that has been divided into (usually equal sized) rectangular sections, each of which is replaced with another photograph of appropriate average color. Looks quite good and special, especially if you are using photgraphs of fond memories spent together.

50 Incredible Editorial Designs From Around The World – Learn Editorial design is a fascinating field that combines our abilities for creative typography, smart layouts and clever compositions. All around the world people wake up early and stay up late creating compositions that millions get a hold of in the form of newspapers, magazines and books. Editorial design plays a key role in the way information is presented, shared and understood — and, in performing this last function, this discipline can bring transcendental change to society. Forum - SD Card Bootloader - STMicroelectronics In this thread I discuss how to reboot the processor and alter the startup behaviour here : I program the flash in the early boot conditions because I can strongly control the environment, and there aren't random parts of the system running from flash and interrupting. To improve the chances of success flashing should be done in a quiet system. I've been doing this a while so the process is reasonably well understood.

[AM3359 & FatFS] Did someone successfully write data on microsd memory card? - StarterWare forum - StarterWare - TI E2E Community In reply to eugenio: Ok, one small step ahead (but no solution so far). I've found that: HS_MMCSD library checks some IRQ status registers;the issue occurs exactly after 4096 bytes sent to MMCSD module: this sounds to me as some kind of buffer overrun.

ASCII ART To explore and enjoy the many ASCII art pictures on this site, just pick an Art Category from the menu on the left. The 10 Most recently updated files: (The rest can be found here.) Christopher Johnson's ASCII Art Collection was revealed to the Internet in November of 1994, back when Netscape 1.0 was "soooo much better than Mosaic" and Internet Explorer didn't exist yet. Problem FatFs creating and writing file , getting FR_DISK_ER Hello all! Since I´ve been searching at the forum for any help about this and I didn´t find anything useful I´ll post it just in case you know what can be happening. The thing is that I´ve been able to compile FatFs, downloading it from chan´s webpage , I´m using the last version 0.09A and a ATmega32 with a KINGSTON 512mb SDC. Once downloaded I shut down the power on/off with the socket features and also the possibility to enable write protection, basicly what I did was just take the sample mmc.c and name it diskio.c chaging what above mentioned.

Know your audience: Strategies for increasing reach & engagement of your journalism First of all, note that this is an asynchronous course. That means there are no live events scheduled at specific times. You can log in to the course and complete activities throughout the week at your own pace, at the times and on the days that are most convenient for you.

Don’t Follow These 5 Dangerous Coding Standard Rules « Barr Code Over the summer I happened across a brief blog post by another firmware developer in which he presented ten C coding rules for better embedded C code. I had an immediate strong negative reaction to half of his rules and later came to dislike a few more, so I’m going to describe what I don’t like about each. I’ll refer to this author as BadAdvice. I hope that if you have followed rules like the five below my comments will persuade you to move away from those toward a set of embedded C coding rules that keep bugs out. If you disagree, please start a constructive discussion in the comments. Bad Rule #1: Do not divide; use right shift. SecretsOfArduinoPWM Secrets of Arduino PWM by Ken Shirriffwith further editing by Paul Badgerthe original document Pulse-width modulation (PWM) can be implemented on the Arduino in several ways.

Optimizing C and C++ Code Embedded software often runs on processors with limited computation power, thus optimizing the code becomes a necessity. In this article we will explore the following optimization techniques for C and C++ code developed for Real-time and Embedded Systems. Many techniques discussed here have roots in the material we covered in the articles dealing with C to Assembly translation. A good understanding of the following articles will help:

Related: