About
Published by AlexGorn on Monday, August 24, 2015
Hello!
My name is Alexey (Alex) Gornostayev. I am software engineer with specialization in microcontrollers and embedded systems. I design and implement systems and devices for road traffic management and yes, speed cameras as well…
It is strange, but my work (all this small MCU gizmos) is one of my hobbies. I also like sailing, building stuff, 3D printing and so on. Anyway, I do many fun hobby MCU based projects outside of my work in office. This includes weather stations, smart home and smart sailboat, 3D printer controllers, interfacing with big professional video cameras etc.
I always wanted to have a controller, which has most commonly used bells and whistles, fits most of my projects, can be programmed and debugged with JTAG or via Arduino environment, and reusable. Yes, there are plenty of -DUINOS around, however sometimes I really want to have power of JTAG debugger. Also, if I want to have a display or SD-Card or RF in my project than I have to buy Arduino Shields. Besides, what about reusability? Are you tired of rebuilding everything when you want switch to another project and you have only one Arduino on hand?
Therefore, my requirements to my perfect controller were:
- Miniature with standard connectors for simple plug-in/plug-out – implemented throw DIP “dual in-line package” form-factor.
- A visual display capabilities (It is always useful) – more than fulfilled with onboard 128×32 OLED display and two onboard LEDs.
- Tons of memory – this is why DIPs have on-board micro SD cards.
- Many GPIOs – 19 must be enough.
- JTAGICE3 debugger interface – present.
- More than one UART, because I like to have debug port and interface with other devices at the same time. In addition, it is convenient to have FTDI USB included into the devices, and it must support Arduino bootloader – DIP has all this.
- RF capability often required – the answers is integrated ZigBee.
- Power from USB on to pins – yes (4V…5.5V DC).
- Simple and reliable – yes, it is.
…I also wanted to have couple of buttons and RTC, but had to sacrifice something because of because of space constrains.
Now DIP-CORE is real, and ready to drive various devices from quadcopters two 3D printers. I have created this web site to stay in touch with owners of DIP-CORE, share related news, source code, schematics etc.
If you want to get your DIP, please contact me through the contact form on my website and tell me why you need it.
Stay connected!
Best Regards,
Alex.