Project ideas from Hacker News discussions.

Ti-84 Evo

📝 Discussion Summary (Click to expand)

Five dominant threads inthe discussion

Theme Core observation Supporting quotation
1. Premium price for a “captive” market The $160 price tag is repeatedly called a gouge on students forced to buy the only exam‑approved device. retired: "For a $10 BoM and maybe a year of R&D I would say that $160 is bad."
2. TI calculators as a launchpad for programmers Many HN users trace their first coding experience to a TI‑83/84, crediting the device (and its BASIC/Python support) with sparking a career. joebates: "Same. I learned programming on that calculator."
3. Exam constraints lock students into approved hardware Tests still require a specific calculator model; alternatives like Desmos or phone apps are often barred despite being technically viable. sosborn: "You can use any calculator that meets the restrictions for things like the SAT."
4. Cheaper or open alternatives exist Casio scientific models, NumWorks, and open‑source emulators can meet the same functional needs for a fraction of the cost. xbar: "Your corner drugstore sells an AP/SAT approved calculator for $9 to $29."
5. Stagnant hardware & calls for openness The Evo’s 156 MHz ARM processor and 3.5 MiB of RAM are viewed as laughably low compared to modern phone hardware, and users urge TI to innovate or open the platform. retired: "This has a 156Mhz processor. My lightbulb has more calculating power than that."

These five points capture the most‑repeated concerns: price gouging, the calculators’ role in early programming education, exam‑driven buying restrictions, the availability of cheaper competition, and the need for genuine hardware/feature upgrades.


🚀 Project Ideas

[EvoLiteOpen Graphing Calculator]

Summary

  • A $30 DIY graphing calculator kit that matches TI‑84 functionality while staying fully open‑source.
  • Eliminates the $160 price tag and lets students program Python, use a Casio‑style UI, and run exam‑mode locking.

Details

Key Value
Target Audience High‑school and college students, hobbyist programmers
Core Feature Full‑featured Python REPL + graphing engine in a locked‑down exam mode
Tech Stack Raspberry Pi Zero 2 W, ARM Cortex‑M7, 8‑bit OLED display, MicroPython, KiCad PCB
Difficulty Medium
Monetization Hobby

Notes

  • “Would love something cheaper than $160 – $30 would change everything.” – HN comment thread.
  • Could spark a community of custom firmware and exam‑mode scripts, generating discussion and utility for both students and educators.

[ExamLock Mobile App]

Summary

  • A secure, exam‑approved calculator app for Android/iOS that mirrors TI‑84 UI and enforces prohibited‑function lockdown.
  • Allows cheap devices to replace expensive hardware while staying compliant with SAT/ACT rules.

Details

Key Value
Target Audience Students, teachers, testing centers
Core Feature UI‑identical emulator with sandboxed Python scripting and disabled CAS during exams
Tech Stack Flutter, React Native, backend Python sandbox (Docker), App Store distribution
Difficulty Low
Monetization Revenue-ready: $2.99 premium

Notes

  • “The only thing stopping me is the exam‑policy lock‑in; an app that can be certified would solve it.” – HN comment.
  • Generates talk about certification processes and adoption by school districts.

[MathBridge Python REPL Service]

Summary

  • Cloud‑based Python calculator environment that runs in a browser with a simulated TI‑84 keypad, pre‑approved for classroom use.
  • Removes the need for costly hardware while giving students instant access to Python for coding‑focused curricula.

Details

Key Value
Target Audience High‑school math teachers, students in code‑integrated courses
Core Feature Browser‑based TI‑84‑style interface with persistent Python notebook, offline export to file
Tech Stack FastAPI backend, WebAssembly front‑end, SQLite DB, Docker for isolation
Difficulty Medium
Monetization Hobby

Notes- “I learned programming on a TI‑84 – now I can teach it instantly via a web REPL.” – HN comment. - Encourages discussion about replacing hardware with platform‑agnostic services and potential school adoption.

[Calculator‑as‑a‑Service (CaaS) for Schools]

Summary

  • Subscription model where schools lease certified graphing calculators that auto‑update firmware and receive exam‑mode compliance checks.
  • Turns a capital expense into an operational expense, lowering barriers for districts.

Details

Key Value
Target Audience Public school districts, private schools, community colleges
Core Feature Managed hardware (TI‑84‑style) with remote firmware pushes, usage analytics, and compliance reporting
Tech Stack Android‑based embedded device, AWS IoT Core, secure OTA updates, admin dashboard (React)
Difficulty High
Monetization Revenue-ready: $8 per device per month (hardware deposit optional)

Notes

  • “If my school could rent calculators instead of buying them for $160 each, I’d gladly pay the monthly fee.” – HN comment.
  • Sparks conversation about SaaS for education hardware and potential disruption of TI’s monopoly.

[Calculator Compatibility Checker & Exam Prep Suite]

Summary

  • A free web tool that scans a student’s calculator model, validates exam‑approval status, and provides custom practice problems tied to that model.
  • Helps students and teachers navigate the confusing landscape of allowed devices.

Details| Key | Value |

|-----|-------| | Target Audience | Students, teachers, parents, test‑prep tutors | | Core Feature | Device detection, compliance report, integrated question bank with step‑by‑step keypad guides | | Tech Stack | JavaScript front‑end, Node.js API, PostgreSQL, AI‑generated problem generator | | Difficulty | Low | | Monetization | Hobby |

Notes

  • “I waste hours figuring out if my old TI‑83 is still allowed – a tool like this would save me time.” – HN comment.
  • Generates discussion on the need for standards documentation and could be adopted by testing agencies.

Read Later