Hi,
I'm building a mushroom incubator as a product for my new company using the mbed as a controller:
The prototype is working with a classic NXP1768 mbed for the CPU
I don't really need this as all I'm driving is a DS18B20, a relay, some buttons, and a chain of 74HC595s
I was going to switch to using an Atmel ATMega328p-AU because it is cheap and the external circuit is very simple (one 16mhz XTAL, two 22pf caps, an ICSP header).
But I started doing this, and well, I think the mbed API is much nicer and want to continue using it. I'm using GCC at the minute, and the workflow is very simple and straightforward, which is what I want for such a simple device.
I'm using kicad to make a PCB for the first time and so I don't want things to get too complicated at this stage as I've never made a PCB before.
Which mbed device has the simplest possible external circuit?
Is there anything comparable to the Atmel chips that just use an external chip and that's about it (actually at lower clock cycles this can be omitted too)?
What would you recommend?
Do you have some simple schematics you can share?
Regards
Ashley
P.S. I'm using FreeBSD and Linux so I need workflows that work for this.
Hi,
I'm building a mushroom incubator as a product for my new company using the mbed as a controller:
The prototype is working with a classic NXP1768 mbed for the CPU
I don't really need this as all I'm driving is a DS18B20, a relay, some buttons, and a chain of 74HC595s
I was going to switch to using an Atmel ATMega328p-AU because it is cheap and the external circuit is very simple (one 16mhz XTAL, two 22pf caps, an ICSP header).
But I started doing this, and well, I think the mbed API is much nicer and want to continue using it. I'm using GCC at the minute, and the workflow is very simple and straightforward, which is what I want for such a simple device.
I'm using kicad to make a PCB for the first time and so I don't want things to get too complicated at this stage as I've never made a PCB before.
Which mbed device has the simplest possible external circuit?
Is there anything comparable to the Atmel chips that just use an external chip and that's about it (actually at lower clock cycles this can be omitted too)?
What would you recommend?
Do you have some simple schematics you can share?
Regards
Ashley
P.S. I'm using FreeBSD and Linux so I need workflows that work for this.