Omega Owners Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to OOF

Pages: [1]   Go Down

Author Topic: Arduino Microcontroller  (Read 1311 times)

0 Members and 1 Guest are viewing this topic.

Rods2

  • Omega Lord
  • *****
  • Offline Offline
  • Gender: Male
  • Sandhurst Berkshire
  • Posts: 7604
    • 1999 3.0 Elite Estate
    • View Profile
Arduino Microcontroller
« on: 01 April 2015, 20:10:52 »

Has anybody had an experience of using these?

They are certainly very cheap with a USB comms port version for programming it, available for a few pounds. It also looks very easy to use them, connecting small 2/4 line LCD displays and temperature sensors. :) :) :)

Programming also looks very straight forward. :) :) :)
Logged
US Fracking and Saudi Arabia defending its market share = The good news of an oil glut, lower and lower prices for us and squeaky bum time for Putin!

Andy H

  • Omega Lord
  • *****
  • Offline Offline
  • Gender: Male
  • Auckland
  • Posts: 5533
    • Mazda MPV
    • View Profile
Re: Arduino Microcontroller
« Reply #1 on: 01 April 2015, 21:05:14 »

Yes  :y

I have used one to build a digital micromanometer.

Arduino makes it very easy to get something working within minutes of first plugging the device in.

I had to do a bit of work to get communications working over the I2C bus & I really struggled to get my 2 line LCD to be readable (because it needed a negative voltage to set the contrast) but everything else was trivially easy  :y :y
Logged
"Deja Moo - The feeling that you've heard this bull somewhere before."

Kevin Wood

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Alton, Hampshire
  • Posts: 36419
    • Jaguar XE 25t, Westfield
    • View Profile
Re: Arduino Microcontroller
« Reply #2 on: 01 April 2015, 21:30:21 »

I've used AVR/Arduino microcontrollers on quite a few projects now. Very easy to get into and they work well.

Arduino is really just a thin wrapper around the GCC toolchain for the AVR and the AVRLIBC standard C library. I find the Java based IDE a real pain, so just build using a makefile, but it's worth staying compatible with the Arduino environment to take advantage of the extensive range of libraries available, and the bootloader also makes programming parts very much more simple, especially if you want to do so "in system".
Logged
Tech2 services currently available. See TheBoy's price list: http://theboy.omegaowners.com/

Nick W

  • Omega Queen
  • *****
  • Offline Offline
  • Gender: Male
  • Chatham, Kent
  • Posts: 11069
    • Ghastly 1.0l Focus
    • View Profile
Re: Arduino Microcontroller
« Reply #3 on: 01 April 2015, 23:16:05 »

I've used AVR/Arduino microcontrollers on quite a few projects now. Very easy to get into and they work well.

Arduino is really just a thin wrapper around the GCC toolchain for the AVR and the AVRLIBC standard C library. I find the Java based IDE a real pain, so just build using a makefile, but it's worth staying compatible with the Arduino environment to take advantage of the extensive range of libraries available, and the bootloader also makes programming parts very much more simple, especially if you want to do so "in system".


The loud bang you may have just heard was my brain imploding!


I was considering trying an Arduino to power a stepper motor on my rotary table. Which has been done, but electronics and programming make my head hurt. So I'll probably buy a ready built controller, and go from there.


I'll stick to mechanical stuff; perhaps I just have an analogue brain?
Logged

Vamps

  • Offline Offline
  • Gender: Male
  • Bishop Middleham, Co Durham.
  • Posts: 24708
  • Flying Tonight, so Be Prepared.
    • Mig 2.6CDX and 2.2 Honda
    • View Profile
Re: Arduino Microcontroller
« Reply #4 on: 01 April 2015, 23:26:23 »

I don't understand the question................ ::) ::) :-[
Logged

Kevin Wood

  • Global Moderator
  • *****
  • Offline Offline
  • Gender: Male
  • Alton, Hampshire
  • Posts: 36419
    • Jaguar XE 25t, Westfield
    • View Profile
Re: Arduino Microcontroller
« Reply #5 on: 02 April 2015, 10:23:54 »

I've used AVR/Arduino microcontrollers on quite a few projects now. Very easy to get into and they work well.

Arduino is really just a thin wrapper around the GCC toolchain for the AVR and the AVRLIBC standard C library. I find the Java based IDE a real pain, so just build using a makefile, but it's worth staying compatible with the Arduino environment to take advantage of the extensive range of libraries available, and the bootloader also makes programming parts very much more simple, especially if you want to do so "in system".


The loud bang you may have just heard was my brain imploding!


I was considering trying an Arduino to power a stepper motor on my rotary table. Which has been done, but electronics and programming make my head hurt. So I'll probably buy a ready built controller, and go from there.


I'll stick to mechanical stuff; perhaps I just have an analogue brain?

Sounds like the ideal beginners' project to me. :y
Logged
Tech2 services currently available. See TheBoy's price list: http://theboy.omegaowners.com/

redelitev6

  • Omega Baron
  • *****
  • Offline Offline
  • 0
  • Posts: 2372
    • View Profile
Re: Arduino Microcontroller
« Reply #6 on: 02 April 2015, 10:56:09 »

 :'( My head hurts  :-[
Logged

TheBoy

  • Administrator
  • *****
  • Offline Offline
  • Gender: Male
  • Brackley, Northants
  • Posts: 107066
  • I Like Lockdown
    • Whatever Starts
    • View Profile
Re: Arduino Microcontroller
« Reply #7 on: 02 April 2015, 19:03:57 »

I've used AVR/Arduino microcontrollers on quite a few projects now. Very easy to get into and they work well.

Arduino is really just a thin wrapper around the GCC toolchain for the AVR and the AVRLIBC standard C library. I find the Java based IDE a real pain, so just build using a makefile, but it's worth staying compatible with the Arduino environment to take advantage of the extensive range of libraries available, and the bootloader also makes programming parts very much more simple, especially if you want to do so "in system".


The loud bang you may have just heard was my brain imploding!


I was considering trying an Arduino to power a stepper motor on my rotary table. Which has been done, but electronics and programming make my head hurt. So I'll probably buy a ready built controller, and go from there.


I'll stick to mechanical stuff; perhaps I just have an analogue brain?

Sounds like the ideal beginners' project to me. :y
No, no, no! NO!

Because the Arduino simply doesn't pull enough power to properly tune to channel smoke.  Everyone's first electronics project has to end in a proper big bang. Its the law.
Logged
Grumpy old man

Nick W

  • Omega Queen
  • *****
  • Offline Offline
  • Gender: Male
  • Chatham, Kent
  • Posts: 11069
    • Ghastly 1.0l Focus
    • View Profile
Re: Arduino Microcontroller
« Reply #8 on: 02 April 2015, 20:13:17 »

Learning all this stuff from scratch just to avoid the fiddly indexing plates seems like a poor use of time and resources to me. I don't need or want any more involved projects! If I went down this route I know I'll end up spending months of frustrating crap to end up with something that doesn't work as well as a readily available bit. In the process I'd undoubtedly spend more than the £200 a Divisionmaster costs. Actually fitting the motor is the straightforward bit.



Logged

Andy H

  • Omega Lord
  • *****
  • Offline Offline
  • Gender: Male
  • Auckland
  • Posts: 5533
    • Mazda MPV
    • View Profile
Re: Arduino Microcontroller
« Reply #9 on: 02 April 2015, 20:43:18 »

Learning all this stuff from scratch just to avoid the fiddly indexing plates seems like a poor use of time and resources to me. I don't need or want any more involved projects! If I went down this route I know I'll end up spending months of frustrating crap to end up with something that doesn't work as well as a readily available bit. In the process I'd undoubtedly spend more than the £200 a Divisionmaster costs. Actually fitting the motor is the straightforward bit.
The Arduino IDE includes code for driving stepper motors and examples of their use so I agree with Kevin that this would be a good starter project.

I don't know if you need any additional driver circuitry to drive your stepper motor, I think little stepper motors can be driven directly by the Arduino :-\

If you do need a lot of additional circuitry then your parts bill may approach £200.......
Logged
"Deja Moo - The feeling that you've heard this bull somewhere before."

GastronomicKleptomaniac

  • Omega Baron
  • *****
  • Offline Offline
  • Gender: Male
  • Teesside (the nice bit)
  • Posts: 4071
    • 3.2 plod, 2.6 MV6, etc
    • View Profile
Re: Arduino Microcontroller
« Reply #10 on: 02 April 2015, 21:34:38 »

I'm going to be using Arduino in the near future - I have two sets of traffic lights in my garden that I want to wire up to work in sequence. (I'm not sure why, I asked the council if I could have some and they said yes...)

Unfortunately my knowledge of electronics extends nowhere past typing letters and downloading adult material, so I'll probably be waving my arms on here...
Logged
Servicing and repairs done in NE. Special rates for OOFers! PM me.
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 17 queries.