2014-01-17 06:39 AM
What kind of board is this?
What's the catch? It looks like almost free compared to other STM32-boards with any kind of display.I've been thinking of buying myself a toy-board to play with, and this looked like capable yet cheap alternative - even suspiciously so: 29.11 eur. Or is there a decimal point mistake in the price?2014-01-17 07:13 AM
The first batch I bought were $42 (USD) Mouser, the set I have on order are now $24. This is more in line with the pricing offered by Farnell in the UK which had been cheaper since the beginning.
They are nice enough boards, although the ones I've seen don't ship well, at least via USPS, and the screen frames detach easily. A couple at the seminar had problems with the touch screen function. Technically I have a bigger gripe with the design in that it's not very expandable. The design focuses on the LCD+SDRAM, and the pin utilization forecloses on the use of ETHERNET, DCMI and SDIO. You can do 1-bit SDIO if that appeals, there are only two or so ADC pins available. I posted the Micro Xplorer files to another thread if those are of interest.2014-01-17 07:36 AM
THANKS!
Now that you mentioned, I understood to look: there are not too many connectors!That's why... It doesn't help if you have CAN controllers USB controllers and whatever, if there are no connectors. I have no urge to solder anything with pads less than 1 mm apart - presuming there are any pads drawn from the chip for the interfaces.I wondered about the price since most other STM32-boards are priced around 300 eur.My appetite woke up now that I worked a bit with STM3240G-EVAL. (Drooling...)2014-01-17 12:33 PM
I recently added a STM3240G-EVAL to my collection, the EVAL series are in a whole different class of boards to the DISCOVERY series.
eBay does have a number of alternatives, at much more competitive prices. The being quite competitive. The function is ultimately limited by the part choice of the 144-pin device rather than the 176-pin. WaveShare has some nice boards, and break-out options. and The break-out board for the STM32F4-DISCO is recommended, quickly adds SDIO and ETHERNET, with options for LCD and DCMI/CAMERA. Or something similar from2014-01-17 03:07 PM
Thanks. The suggestions were a nice surprise.
GB-STM32F107 from Waveshare or that RedDragon you mentioned are pretty muchoptimal in features/price for me (features = memory + interfaces). I'm actually more into bare iron programming than using OSes, so the memory doesn't need to be very large, but I admit that Atmel Butterfly is a bit small in memory - 1kB RAM.2014-02-23 06:19 AM
> Technically I have a bigger gripe with the design in that it's not very expandable. The design
> focuses on the LCD+SDRAM, and the pin utilization forecloses on the use of ETHERNET, DCMI and SDIO. > You can do 1-bit SDIO if that appeals, there are only two or so ADC pins available. > I posted the Micro Xplorer files to another thread if those are of interest. If you're using uclinux w/ decent drivers, can't you use a USB->ethernet adapter? I didn''t adding ethernet to it was this painful until I dug this up...wow :o http://www.emcraft.com/stm32f429discovery/connecting-to-ethernet-on-stm32f4292014-02-23 08:22 AM
If you're using uclinux w/ decent drivers, can't you use a USB->ethernet adapter?
Sure, but why would I want to run Linux on such an underpowered system? I've got boards running 400-500 MHz, proper MMU, proper caching, 256-512 MB SDRAM, full USB hosting, Ethernet, SD Card, that can do a far better job, and I won't be constantly banging my head on low hanging beams?