Closed ihartwig closed 6 years ago
The best option for this off the top of my head is Cypress's PSoC 5 Dev Kit. It is 32-bit ARM with programmable hardware blocks to meet the needs above and supports 5V IO. The dev board is easy to breadboard/protoboard and comes with an onboard programmer/JTAG adapter. The IDE is only available for Windows ( =/ ) but is really helpful.
did the stm32f4 discovery dev board not fit the bill?
I think it could but I also don't want to swap controllers 14 days before a demo. But it would make for a great "mic dropping" aprill fools day joke
On Fri, Apr 1, 2016 at 1:12 PM, Matthew Sebek notifications@github.com wrote:
did the stm32f4 discovery dev board not fit the bill?
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/CMU-Robotics-Club/RoboBuggy/issues/386#issuecomment-204475091
Sincerely,
Trevor Decker
Solved on NAND, using NXP chips
High-resolution steering and encoders are pushing the limits of the Arduino Mega. Running the steering motor at > 25% power (about 400 deg/s) consumes 50% of the cpu time with quadrature encoder readings. This doesn't include distance encoder interrupts, RC decoding interrupts, or main loop processing. Our main loop targets 100Hz but yields to interrupts first, which can cause it to be starved.
If we want to move to a new hardware platform it should support