Show Posts
|
|
Pages: 1 2 3 [4] 5 6 ... 12
|
|
47
|
Using Arduino / Microcontrollers / Re: STM32F4
|
on: June 11, 2012, 11:39:00 pm
|
It's common for a microcontroller to have many fewer A-D converters than it has analog pins, with an analog multiplexer in between the pins and the A-D converter. The Atmel AVR used on the Arduino only has ONE A-D converter, fronted by a 16 :1 analog multiplexer (some of whose inputs are not connected) I had no idea it worked like this. Your explanation was very enlightening. Thanks.
|
|
|
|
|
48
|
Using Arduino / Microcontrollers / Re: STM32F4
|
on: June 08, 2012, 04:18:44 pm
|
|
I disagree that it'll NEVER be as easy as the Arduino. The Maple Leaf board uses an Arduino style IDE, and is exactly like the Arduino when programming it. The Maple uses an STM32F1 if I'm not mistaken. As for an example sketch.. I'd like to see at least one of the ADC's get read, and then use that information to drive a PWM output. Maybe a stepper motor and i2c example too. At $8-$15 for a STM32 board, it'd make an extremely nice RepRap brain. Overkill, for sure, but for the price...
|
|
|
|
|
50
|
Using Arduino / Microcontrollers / Re: STM32F4
|
on: June 06, 2012, 09:34:25 pm
|
|
It's a shame it's not as simple as simply adapting the Arduino environment/compiler to work on the STM32 boards.. I got the F4 back when it was free, and recently scored an F0 freebie as well.
|
|
|
|
|
52
|
Development / Suggestions for the Arduino Project / Re: arduino and rasberry pi
|
on: May 26, 2012, 11:26:40 am
|
|
The Raspbian distro (highly recommend, that FPU dramatically improves performance) has Arduino 1.0 in the repositories. Certainly better than the 010 the base Debian distro installed.. And certainly easier to do an "apt-get install arduino" than installing it manually.
|
|
|
|
|
55
|
Community / Exhibition / Gallery / Re: ArduinoIDE on RaspberryPi
|
on: May 23, 2012, 12:16:41 am
|
|
Cool. The default Debian install had 018 in the package manager. I never could figure out how to update it to 1.0 (1.0.1 now). The only thing I see being a problem with your instructions is you don't cover the final install, which would put it into the apps menu in the window manager..
|
|
|
|
|
57
|
Development / Suggestions for the Arduino Project / Re: arduino and rasberry pi
|
on: May 10, 2012, 10:08:12 pm
|
|
Sounds like someone needs to come up with a non-Java Arduino IDE, maybe native C++, maybe Python.. Something lighter. Saying 256megs of ram isn't enough just boggles my mind. I learned to program Java back when 64mb was a luxury. Bloat bloat bloat. Given all the trouble Oracle is causing lately, it's probably a good idea to be looking for the exits when it comes to Java, anyways.
|
|
|
|
|