Hello, i just want to ask simple question.
I have project based on STM32F429, it is smart solder reflow oven. It has 800x480 AMOLED screen, capacitive touchscreen for input, STM32F429 running at 180MHz with 2MB SRAM frame buffer. It also have two thermocouples for temperature measurements connected to PSoC5LP MCU that handles temperature acquisition and PID for PWM temperature control. STM32F429 communicate via uart with PSoC5LP to set temperature profile. it will use DMA2D peripheral for temperature graphics and also for on screen numeric keyboard that will be used to change refow parameters (like peak temperature, board size,preheat temperature and time). All hardware is completely custom, but is very similar to STM32F429 primer.
Originally it is developed on IAR AMR, but i can do that on Raisonance IDE as well, since i am running my own operating system.
So question is, if i have hardware that is completely custom, can i participate in this contest ?
I will produce all schematics, all pcb files as well as drawings, and of course c code. But because it will be impossible to run my application on STM32F429 primer (because of different hardware, like lcd, frame buffer ), i will make video to show how it works. This project will be open source so anyone who has amoled panel, and additional parts can make one.
I will also could create forum thread with step by step instructions how i did that