Re: [GTALUG] micro controllers

2021-02-16 Thread Kevin Cozens via talk
On 2021-02-16 8:16 p.m., Stewart Russell via talk wrote: A particularly handy board they sell is the CANADUINO PLC 300-24 — https://www.universal-solder.ca/product/canaduino-plc-300-24-arduino-mega2560-based-diy-kit/ — that's basically an Arduino Mega but with proper relay outputs and 0-10

Re: [GTALUG] micro controllers

2021-02-16 Thread Stewart Russell via talk
Another Canadian supplier of semi-industrial microcontrollers is Universal Solder out of Yorkton, SK: https://www.universal-solder.ca A particularly handy board they sell is the CANADUINO PLC 300-24 — https://www.universal-solder.ca/product/canaduino-plc-300-24-arduino-mega2560-based-diy-kit/ —

Re: [GTALUG] micro controllers

2021-02-16 Thread mwilson--- via talk
I wouldn't be so negative about capes and shields -- they're where you put your own peripherals and interface circuitry. Start by mapping out the sensors and drivers you're going to connect to the big hardware, and work inward from there to the microcontroller. The hard work is out there with

Re: [GTALUG] micro controllers

2021-02-16 Thread o1bigtenor via talk
On Tue, Feb 16, 2021 at 10:22 AM o1bigtenor wrote: > > Greetings > > I'm wanting to use micro controllers in more of an industrial setting. > Don't want to spend the $$$ to get the officially hardened etc > etc etc models. > > Looking for information - - - - - there's piles on using

Re: [GTALUG] micro controllers

2021-02-16 Thread Chris Tyler via talk
I've been using ESP8266/ESP32 boards, but the RP2040 used in the Pi Pico looks interesting as it's cheap, dual-core, and has the PIO units on it. The Pico has weak network connectivity, but the RP2040 chip is showing up in other boards like the Arduino Nano RP2040 Connect, which has WiFi+BT.

Re: [GTALUG] micro controllers

2021-02-16 Thread Scott Allen via talk
On Tue, 16 Feb 2021 at 16:43, Scott Allen wrote: > On Tue, 16 Feb 2021 at 15:40, Kevin Cozens via talk wrote: > > The Arduino boards I've seen always(?) have ATmega328's on them. > > Nope. I almost forgot; Arduino have announced an upcoming board based the the RP2040 MCU used on the Raspberry

Re: [GTALUG] micro controllers

2021-02-16 Thread Scott Allen via talk
On Tue, 16 Feb 2021 at 15:40, Kevin Cozens via talk wrote: > The Arduino boards I've seen always(?) have ATmega328's on them. Nope. Arduino Leonardo, Arduino Micro: ATmega32U4 (AVR) Arduino Mega 2560: ATmega2560 (AVR) Arduino Zero: Atmel SAMD21 (ARM Cortex M0+) Arduino Due: Atmel SAM3X8E

Re: [GTALUG] micro controllers

2021-02-16 Thread Kevin Cozens via talk
On 2021-02-16 1:34 p.m., Mauro Souza via talk wrote: If you need IO pins, Arduino is the way to go. They too have lots of variants, with more pins, less pins, large, small, and they are very easy to program. You can also make your own board using an ATtiny or ATmega chip. The Arduino boards

Re: [GTALUG] micro controllers

2021-02-16 Thread Jim Ruxton via talk
You could also take a look at Microchip Curiosity boards; https://www.microchip.com/promo/curiosity-development-boards On 2021-02-16 3:05 p.m., D. Hugh Redelmeier via talk wrote: | From: o1bigtenor via talk | I'm wanting to use micro controllers in more of an industrial setting. | Don't want

Re: [GTALUG] micro controllers

2021-02-16 Thread D. Hugh Redelmeier via talk
| From: o1bigtenor via talk | I'm wanting to use micro controllers in more of an industrial setting. | Don't want to spend the $$$ to get the officially hardened etc | etc etc models. If you value your time, unless you are replicating a lot of systems, paying for more hardware to save

Re: [GTALUG] micro controllers

2021-02-16 Thread Scott Sullivan via talk
On 2021-02-16 1:55 p.m., Giles Orr via talk wrote: I think when you said "Raspberry Pi" above you were referring to the SBC, but they have very recently issued their own microcontroller board, "the Raspberry Pi Pico:" https://www.raspberrypi.org/documentation/pico/getting-started/ In fact they

Re: [GTALUG] micro controllers

2021-02-16 Thread Alvin Starr via talk
On 2/16/21 11:22 AM, o1bigtenor via talk wrote: Greetings I'm wanting to use micro controllers in more of an industrial setting. Don't want to spend the $$$ to get the officially hardened etc etc etc models. Looking for information - - - - - there's piles on using Arduino, Raspberry Pi

Re: [GTALUG] micro controllers

2021-02-16 Thread Giles Orr via talk
On Tue, 16 Feb 2021 at 11:23, o1bigtenor via talk wrote: > I'm wanting to use micro controllers in more of an industrial setting. > Don't want to spend the $$$ to get the officially hardened etc > etc etc models. > > Looking for information - - - - - there's piles on using Arduino, >

Re: [GTALUG] micro controllers

2021-02-16 Thread Mauro Souza via talk
It depends on what kind of connectivity do you need, and how fault tolerant you have to be. If you need mostly wifi/bluetooth, there's a very nice line of microcontrollers: ESP32. They have a lot of variants, so you can find the one you want. If you need IO pins, Arduino is the way to go. They

Re: [GTALUG] micro controllers

2021-02-16 Thread Michael Galea via talk
On 2021-02-16 11:22 a.m., o1bigtenor via talk wrote: Greetings I'm wanting to use micro controllers in more of an industrial setting. Don't want to spend the $$$ to get the officially hardened etc etc etc models. Looking for information - - - - - there's piles on using Arduino,

[GTALUG] micro controllers

2021-02-16 Thread o1bigtenor via talk
Greetings I'm wanting to use micro controllers in more of an industrial setting. Don't want to spend the $$$ to get the officially hardened etc etc etc models. Looking for information - - - - - there's piles on using Arduino, Raspberry Pi but they're not really developed for serious use