Author Topic: electronic project  (Read 16237 times)

0 Members and 1 Guest are viewing this topic.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: electronic project
« Reply #60 on: March 25, 2012, 05:53:10 pm »
So, theoretically you could hook up an LCD with your own controller and have a custom arduino Screen!

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: electronic project
« Reply #61 on: March 25, 2012, 11:50:02 pm »
true, but that's kinda stupid since then you have an lcd display, so you could better use it as screen for you arduino itself. The framerate is only 10~20 fps due to speed of communication, so it(-'s not that fast either

now lines, rectangles, filled rectanlges, ellipses, filled ellipses, text and variable printing works,  so that's already nice :)
colors wotk too (not for text)

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: electronic project
« Reply #62 on: March 28, 2012, 10:23:35 pm »
Err, how is using an lcd with a small display controller any different from using it directly on your arduino? You don't have the IO or the ram to directly drive it that directly. Display controllers give you a serial control of the LCD and have internal screen management.

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: electronic project
« Reply #63 on: March 29, 2012, 12:51:11 am »
but my "screen" works in a software environment on my PC. it is jst a program running tan interprets the sent commands from the arduino through the serial port (usb) and displays it on the screen with a resolution you can choose yourself.

So you don't have a physical screen...

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: electronic project
« Reply #64 on: April 10, 2012, 10:20:55 pm »
Update! the virtual screen is published on my website, but i'm still working on it. I'm adding a command prompt so you can send commands from the pc too, that saves a lot of time and a lot of data that will not have to be sent.

and a little video of a simple project with arduino, just to get into the coding :)


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: electronic project
« Reply #65 on: April 10, 2012, 10:42:39 pm »
I don't understand much how this works, but basically the small lights turns ON when you move the blue lightning towards them? ???
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: electronic project
« Reply #66 on: April 10, 2012, 10:57:50 pm »
he is using analogue input from the controller to increase/decrease the voltage in the section on the right. as the voltage increases, the light on the bottom gets brighter, and, at a certain voltage, power is able to flow through the resistor that connects to the next light. this process is repeated, so that, as he pushes the joystick forward, more light up and, as he pulls it back, fewer do.

or that's what i think is going on, at least.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: electronic project
« Reply #67 on: April 10, 2012, 10:59:53 pm »
Oh wait that's a joystick lol. I didn't notice, since the base is so small. ;D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: electronic project
« Reply #68 on: April 10, 2012, 11:12:45 pm »
yep that's it :) it's pretty simple, one of the most basic things you can do with it, but i saw a lot of the same project using 1000 if statements, and it thought there had to be a different way of handling this, and there is..

but the ay schmibs told it it must be possible too, now i do it completely with code, but somehow with some transistors and stuff i might be able to make the code smaller, i'll take a look at it

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: electronic project
« Reply #69 on: April 11, 2012, 01:05:06 am »
Ok good luck and nice you found a more efficient way to do it. Glad to see more people into hardware, especially arduino stuff lately :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: electronic project
« Reply #70 on: April 12, 2012, 10:58:02 pm »
here's a  video about my software-screen: the virtual arduino screen! it's a software driven screen for the arduino, using serial communication.


Offline jwalker

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 660
  • Rating: +13/-0
  • Almost everything I have released includes a 'WZ'
    • View Profile
Re: electronic project
« Reply #71 on: April 13, 2012, 12:06:58 am »
Very Nice!
<a href="http://www.nerdtests.com/ft_cg.php?im">
<img src="http://www.nerdtests.com/images/ft/cg.php?val=9612" alt="My computer geek score is greater than 41% of all people in the world! How do you compare? Click here to find out!"> </a>

Support Casio-Scene against the attacks of matt @ matpac.co.uk ! For more information: Casio-Scene shuts down & Matt actions threads