
Engineering
Real-World Systems
Hardware ▸ AI ▸ Software
M.Tech, Computer Science — IIT Patna
Two minutes on what we actually build
Custom PCB to cloud
Six engineering disciplines under one roof — hardware, firmware, AI, robotics, software and field deployment.
500+ machines, multi-state
Government OEM, defence-deployed, and three years of continuous uptime in public places.
Everything after this is detail
The rest of the session is how it gets made, and how you get into this line of work.
Click the thumbnail to play. Every video in this deck is on our channel, Sparklers.
An engineer who ships hardware, not a motivational speaker

Co-Founder & Director
Aeonix Research and Innovations LLP — indigenous IoT, AI and robotics, custom PCB to cloud. Bootstrapped since 2020.
Co-Founder & Technical MD
iAvatars LLC, USA — emotional-AI presence hardware. A second company, a very different problem.
M.Tech, CS — IIT Patna
B.Tech in Computer Science before that. And yes — I took the campus job too: System Engineer at TCS, 2021–22.
Patents & papers
5+ Indian patents filed and 7 peer-reviewed publications, including a Best Paper award at ICCACCS-2020.
Won · 2026Green MSME Award, World MSME Day
Won · 2024JIS Samman — Best Entrepreneur
Nominee · 2026NASSCOM Outstanding Young Entrepreneur
2026M.Tech convocation, IIT Patna
Work covered by Forbes India, The Times of India, The Telegraph and The Statesman — and in the engineering press: Electronics For You, Circuit Cellar, The MagPi, Servo, Silicon Chip.
From a college bench to this room

College, and Sparklers
B.Tech at Narula. Built robots, and ran a maker channel to 1.7M views.

The job
System Engineer at TCS. My last job before going all in.

All in on Aeonix
Bootstrapped, zero capital. Tata, ITC and IIT Hyderabad in year one.

M.Tech at IIT Patna
An advanced degree while running the company. Both at once.

Government OEM, and scale
WBPCB empanelment, deployments across states, a team of eighteen.

Going international
A Michigan branch, iAvatars LLC in the USA, and our kits teaching STEM in US schools.
There was no funding round anywhere in that sequence. The customers paid for the company — and the campus job paid for the first year.
Six blocks. The last two are yours.
Interrupt whenever something is unclear — a question in the middle is worth three at the end.
The Stack
Hardware, AI, software, robotics — four words students treat as four separate careers. In a real product they are four layers of one loop.
A demo and a deployed system are different products
| The demo | The deployed system | |
|---|---|---|
| Runs on | Your laptop, your desk | A board in a sealed box, in the sun, in a public place |
| Input | A clean dataset you chose | Dust, glare, 2G, monsoon, and someone kicking it |
| Failure | You press restart | A technician drives 60 km with a spare |
| Success | It worked in the viva | It has worked for three years, unattended |
The deskWhere it always works
The fieldWhere it has to keep workingEverything difficult in engineering lives in the right-hand column.
“IoT” is not a device. It's a closed loop.
Any product that calls itself IoT has to answer four questions. If it cannot answer all four, it is a gadget with a Wi-Fi chip and a monthly data bill.
- What does it measure, and how often?Every extra reading costs power, bandwidth and storage. Cadence is a design decision, not a default.
- How does that leave the device?Wi-Fi, 4G, LoRa, BLE — chosen by range, power and who pays the SIM bill.
- Where does it land, and who looks at it?A database nobody opens is an expensive log file.
- What changes because of it?A truck reroutes, a refill goes out, a valve closes. No action, no IoT.
The nodeAn ESP32 — the workhorse of cheap IoT, about ₹400
The link4G LTE, for everywhere there is no Wi-Fi to borrowA smart bin that fills up and tells nobody is just a bin with a battery.
A sensor turns something physical into a number
Temperature & humidity
DHT22, BME280. Weather stations, cold chain, comfort control.
Distance
HC-SR04 ultrasonic, VL53L0X laser. Is the bin full? Is somebody at the door?
Motion & orientation
PIR for presence, MPU6050 for tilt and shake. Did it move, and which way is up?
Light & colour
LDR, TCS3200. Is the lamp on, is it day, what colour is this object?
Gas & air quality
MQ series for smoke and CO, SDS011 for PM2.5. The basis of every air-quality project.
Current & power
ACS712, INA219. How much energy is this thing actually drawing?
Weight & force
Load cell plus an HX711 amplifier. How much stock is left inside the machine?
A camera
The most general sensor there is. Anything you can see, you can measure — once you add the AI.
Almost every product in this deck is one of these eight, plus a decision, plus a way to tell somebody.
None of this is new. It just got cheap enough.
Machines talking to machines
Industrial automation and M2M links. Expensive, factory-only, and nobody called it IoT yet.
Things get addresses
Embedded systems and RFID. Devices could be identified and networked — but you needed a company behind you to do it.
The maker wave
Arduino and Raspberry Pi arrive. Suddenly a student can build a connected device for a few hundred rupees. This is the door opening.
Industry grows up
Industry 4.0 and cloud IoT platforms. Fleets of devices, dashboards, and the first genuinely large deployments.
The AI moves onto the device
Edge AI and TinyML. Models start running on the microcontroller itself instead of phoning a server.
The boring, useful era
Smart cities, 5G, AI plus IoT in logistics and agriculture. Less hype, far more deployment — which is exactly where the jobs are.
The tools became affordable around 2010. Everything since has been about who actually bothers to deploy them.
Every real system is the same loop






Six specialisations. Break any one link and the loop never closes — which means the product does not exist.
These are the parts you'll actually hold

Dev board
ESP32 or STM32 on a breadboard. Wi-Fi, BLE, deep sleep, and about ₹400.

Your own PCB
Schematic, layout, footprints, SMT assembly. The step that turns one into five hundred.

A production board
Designed, dimensioned and manufactured in-house, for machines already in the field.

LiDAR + compute
The sensor that lets a robot know where it is — and the board that decides what to do.

Coverage
Your device is only as reliable as the tower it can reach. Design for the network being gone.
None of this is exotic. Everything on this slide is buyable today, and most of it costs less than a phone.
Hardware is whatever survives the room it lives in
- Power comes first. Ask “what keeps this running?” before you design anything else. A device that needs charging every day is a device nobody uses.
- The cheap bits break first. Almost never the chip. It's the wire, the plug, or the connector somebody pulled too hard. Design for that.
- Sealed boxes get hot. A hot chip slows itself down to protect itself. Leave the heat somewhere to go.
- One is easy. Five hundred is the job. Making one that works and making hundreds that all behave the same are two different skills.
- Somebody has to repair it. Can a technician swap it in ten minutes, outdoors, without a laptop? If not, redesign it.
Our own boardCustom PCB, designed and manufactured in-houseReference point: 500+ devices in public environments, 3+ years of continuous uptime.
Hardware: what to actually learn, in order
Get current flowing
Read a circuit diagram. Ohm’s law, voltage dividers, pull-up resistors. Blink an LED. Learn a multimeter before you trust anything you build.
Make it do something
C / C++ on an ESP32 or STM32. GPIO, PWM, ADC, interrupts. UART, I²C and SPI. Read a datasheet properly. Drive a motor, read a sensor.
Make it a product
KiCad — schematic to layout to a board somebody fabricates. Power and battery design. An RTOS. Order five boards and make all five work.
Month one looks like thisA soldering iron and a board you madeNobody is born knowing this. Every step above is four weekends, and the whole ladder is about six months.
The model is the easy part. Everything around it isn't.
- A model just spots patterns. You show it thousands of examples until it can recognise the next one. That is genuinely all it is.
- Being fast matters as much as being right. An answer that arrives too late is a wrong answer. Decide your time limit before you pick a model.
- On the device, or over the internet? On the device is quick and private. In the cloud is more powerful, but it stops working when the network does.
- Your own photos beat downloaded ones. Two hundred pictures from the actual place beat twenty thousand from the internet. Every time.
- Plan for “not sure”. What should it do when it is only half confident? Decide that yourself, or it will decide for you.
Gesture recognition, liveSub-100 ms, on a public installationAccuracy you cannot run inside the latency budget is 0% accuracy.
AI: what to actually learn, in order
Get comfortable
Python, NumPy, Pandas. What training data actually is, and why it decides everything. Run somebody else’s pretrained model and watch it work.
Train your own
Collect and label a few hundred images yourself. Train a small classifier. Learn what accuracy hides — precision, recall, and the one case that matters.
Make it run anywhere
OpenCV on real camera frames. Export to ONNX, convert with TensorRT. Put it on a Jetson or a phone and measure milliseconds, not epochs.
You need less than you thinkA second-hand GPU will train your first modelsYou do not need to invent a new architecture. You need to make an existing one work on real data, fast.
Software is how it keeps working after you leave
- You must be able to update it from your desk. If you cannot send new software over the internet, every small bug becomes a train journey.
- Let the machine tell you how it is doing. A device that reports in every hour is a device you can trust. One that goes quiet is a site visit waiting to happen.
- People see the screen, not the machine. Whoever pays for it will judge it entirely by the dashboard. Make that part clear and honest.
- Save your work properly. Use Git. Not
final_v3_FINAL.zip. This is genuinely the first thing an interviewer opens. - Assume the internet will drop. Keep the data on the device and send it when the connection returns. And never ship a default password.
The unglamorous halfFirmware, backend, dashboardsHardware wins the pilot. Software wins the renewal.
Software: what to actually learn, in order
The floor everyone stands on
The Linux command line. Git properly — branch, commit, push, and read a history you did not write. One language until it feels boring.
Move data around
A REST API and a real database. MQTT publish and subscribe. A dashboard somebody else can open on their phone without you explaining it.
Keep it alive
Docker. A cloud VM. HTTPS, auth and secrets. Logs you can search. Deploy something and keep it up for a month without touching it.
Where most of the hours goNot glamorous, and utterly non-negotiableThis is the half that hardware people skip — and it is exactly why they get stuck at prototype.
A robot is the same stack, plus wheels and consequences
- A robot is only four things. Sensors to see, a computer to decide, motors to move, and a map so it knows where it is. Everything else is detail.
- Now mistakes have weight. On a screen a bug is annoying. On wheels it can hit somebody. Safety gets designed in at the start, not added later.
- Most of the code is “what if”. What if it is blocked, lost, low on battery, or a person steps in front of it? That list is the project.
- The tools are free and standard. ROS 2, Nav2 and SLAM are what the whole industry uses. Learn them once and they follow you everywhere.
Misti — oursBengal's first food-serving robot. Sensors, a computer, motors, and a map.Same four layers as everything else — but now a bug moves.
Where most projects stop, and where industry starts
The prototype
Roughly 20% of the work and almost none of the value. It proves the idea is possible — nothing more.
The product
PCB, enclosure, certification, manufacturing. This is where most of the engineering hours actually go.
The system
Deployed, serviced, updated, measured. This is the part a company pays a salary for — and almost none of it is taught.
The path, month by month
Two consistent hours a day beats a three-day hackathon and a six-month gap. Consistency is the entire trick — there isn't a second one. After six months, add a second layer — a hardware engineer who can also write the dashboard is worth two people.
What it looks like
when it's real
One company, six engineering disciplines, and the machines that came out of them — including the ones on this table.
Founded 2020, Kolkata. Fully bootstrapped.
in the field
government clients
and shipped
engineering team
filed
capital raised
Government OEM · Defence-deployed · Made in India · DPIIT-recognised · five ISO certifications · CE & RoHS · NVIDIA Inception · NASSCOM affiliated
Six engineering disciplines, one roof
Embedded & IoT hardware
Custom PCB design, ESP32 / STM32 firmware, RTOS, 4G LTE and LoRa, BMS, motor drivers, EMI-ready layouts.
AI & computer vision
Real-time inference under 100 ms in production. Edge AI on Jetson, Coral and RK3588 NPUs. Privacy-preserving on-device deployment.
Robotics & autonomy
ROS 2, Nav2, SLAM Toolbox, LiDAR + IMU fusion, motion control — mechanical through to firmware.
Surveillance & defence
4G LTE field cameras, wireless audio monitoring, privacy protection, secure mobile and cloud command.
Software platforms
Web and mobile apps, SaaS dashboards, cloud architecture, APIs, data pipelines, AI-integrated enterprise software.
End-to-end integration
Hardware and software co-designed together, device-to-cloud sync, field commissioning, and the long tail of operations.
100% indigenous design, manufacturing, firmware, AI and cloud. Nothing hard is outsourced.
Smart cleantech infrastructure





Five machines, 500+ units in the field, three years of continuous public uptime.
Robots that work in real places



Misti is Bengal’s first food-serving robot. The spider kit was a cover story in SERVO and Silicon Chip, and is used for STEM training in US libraries. The drone has flown banner displays over live corporate conferences.
Interactive systems people walk up to and play



Sub-100 ms vision for tens of thousands of live users — no instructions, no second take.
And ten more, across security, health and automation










21 products in total. Point at any of them and I'll tell you what was hard about it.
The machines, actually working
Four different problems, one stack. The last one is a camera and a model doing a job a person used to walk around doing.
The robots, in rooms full of people
SPY-DER was the first thing we ever shipped abroad — it went to the USA for student training.
Devices that look after people
A wrong reading here is not a bug report, it is a person. That changes how you test.
Things people walk up to and use
No instructions, no training, no second take. It works the first time a stranger touches it, or it does not work.
These are photographs, not renders
Cloth bag vendingAcross 100+ public locations
Pad vendingRural and tribal schools and hostels
Handover dayA machine becoming somebody's responsibility
InaugurationRibbon, crowd, and a machine that must now workEvery one has a PCB we designed, firmware we wrote, and a dashboard somebody checks on a Monday morning. That's the whole job.
Impact is an engineering output
put into circulation
avoided
≈ 10,000 urban trees
hygiene access programme
in West Bengal alone
public environments
None of this happens if a connector corrodes, a modem drops, or nobody reads the dashboard. Impact is downstream of reliability.
The client list that took four years to write


Government & defence
Government of India · Indian Army · Government of West Bengal · WBPCB · Sikkim PCB · Central PCB · National Council of Science Museums · WEBEL · Haldia Municipality
Enterprise
Tata Motors · ITC Limited · CK Birla Group · TCS · Kolkata Knight Riders · DNA Networks · CuraFoot
Academia & research
IIT Hyderabad, JIS College of Engineering, GNIT, GCELT and ten more institutions running our systems or training on them.
200+ clients. Government procurement, defence, enterprise and academia — every one of them a reference somebody else checked before signing.
The constraint is never the algorithm

AI sanitation, mass gathering
Real-time cleanliness detection across a temporary city. Hard part: crowd density, no reliable network, alerts that must reach a human who will move.

Gesture gaming and the toss car
Sub-100 ms for tens of thousands of users, plus the Curvv toss car across every IPL 2025 stadium. Hard part: it runs live, or not at all.

4G LTE surveillance
Field-deployed cameras and secure devices. Hard part: ruggedisation, power, secure links, and behaving predictably where nobody can come and debug it.

Becoming a Government OEM
Presenting to the Pollution Control Board. Hard part: compliance, procurement, and proving three years of uptime before anyone signs.
Also deployed with Tata Motors · ITC · WEBEL · CK Birla · IIT Hyderabad · Haldia Municipality · Sikkim SPCB
The same six boxes, inside one vending machine
The machine in questionCloth bag vending, launch day| Layer | In this machine | Who owns it |
|---|---|---|
| Sense | Stock sensor, coin acceptor, door switch, temperature | Embedded engineer |
| Acquire | Custom PCB, MCU firmware, motor driver, power supply, BMS | Hardware + firmware |
| Decide | Dispense logic, fault handling, offline queue, anti-jam retry | Firmware engineer |
| Carry | 4G LTE modem, MQTT over TLS, store-and-forward on network drop | IoT / backend |
| Store | Cloud ingest, database, alerting rules, UPI reconciliation | Backend engineer |
| Show | Operator dashboard, stock alerts, sales analytics, service tickets | Full-stack + design |
Six people. One product. Every one of those rows is a job you can hold.
Becoming
industry ready
Not a motivational list. What actually gets checked when a company decides whether to pay you.
Five things we actually check
Have you finished anything?
Finished means enclosed, documented, and used by someone who is not you. "It worked once in the lab" is not finished.
Can you debug code you didn't write?
Ninety percent of your first year is reading someone else's work and finding out why it stopped.
Can you read a datasheet?
Open it to a timing diagram or a register table. Can you find the answer without a tutorial?
Do you use Git properly?
Branches, real commit messages, a README. final_v3_FINAL.zip tells us everything we need to know.
Can you explain it in two minutes?
To someone non-technical. If you cannot, you do not understand it — and you cannot face a customer.
The actual jobSomebody else’s code, on somebody else’s board, at 6pmYour marks get you the interview. These five get you the offer.
Build three things. That's the whole strategy.
Something that senses
A real sensor, real data, a real decision. Log it for a week and plot what actually happened — including the noise and the gaps.
Something that thinks
A model trained on data you collected yourself. Not a Kaggle dataset. The collection is the lesson.
Something that ships
Deployed, with a UI, used by a stranger. It runs when you are asleep. It recovers when the power blinks.
Then document all three. A public repo with a clear README and a 60-second video beats a forty-page project report every single time.
Your first real project, start to finish
Buy the parts
ESP32 (₹400), a DHT22 sensor (₹150), breadboard and jumper wires (₹200). Under ₹800 total.
Get one reading
Blink an LED first. Then print the temperature to the serial monitor. That is day one finished.
Send it somewhere
Publish over MQTT to a free public broker. The moment it leaves the board, it stops being electronics and becomes IoT.
Draw it
Node-RED, Grafana or ThingSpeak — all free. Now somebody who is not you can see what your device knows.
Leave it running a week
Wi-Fi drops. Readings go strange at 3 a.m. The board resets. This step teaches you more than the other four combined.
This is the whole thingA board, a sensor and some wire — less than a pizzaOne weekend, under ₹800. Step five is what separates you from everyone else with the same kit.
Twelve projects worth building
Water tank monitor
Ultrasonic sensor, alert before it runs dry.
Air quality logger
PM2.5 in your own room, plotted for a month.
Face-recognition attendance
Camera plus a model, on a Raspberry Pi.
Automatic plant watering
Soil moisture, a pump, and a decision.
Smart energy meter
Find out what actually costs you money at home.
Bin fill-level sensor
Exactly how our compactor bins started.
Gesture-controlled game
A webcam, OpenCV, and something to play.
Number plate reader
ANPR on a parking gate. Harder than it looks.
Line follower, then obstacle avoider
The classic first robot, then the first hard one.
Cold-chain temperature tracker
Log a journey, prove nothing spoiled.
Fall detection for the elderly
An IMU, a threshold, and a phone alert.
Crowd counter for an event
Count people through a door. Then handle two at once.
Pick the one that annoys you personally. That is the one you will actually finish.
India writes the world's software. It doesn't build the hardware.
What China built
- A complete components and manufacturing ecosystem
- Decades of sustained R&D investment
- Government policy pointed squarely at hardware
- Scale, and an export economy to absorb it
Where India is short
- Import dependency — sensors, microcontrollers and components nearly all arrive from abroad
- Few places to prototype — not enough fab labs, maker spaces or small-run manufacturing
- An academic gap — the curriculum is software-first; hardware design barely gets taught
- Research that stops at the paper — very little makes it into a manufactured product
The componentsAlmost all of them arrive from somewhere else
The prototyping gapToo few places to make one and try it
What closing it looks likeA board designed and made hereRead that right-hand column again. Every line is an unfilled job — and it is exactly why this company exists.
Where to actually learn this
Boards to start on
Arduino Uno or Nano to begin · ESP8266 / ESP32 for Wi-Fi and Bluetooth · STM32 when it gets serious · Raspberry Pi 4 or 5 · NVIDIA Jetson for AI on device.
Protocols to learn
MQTT first · then HTTP / REST and WebSocket · CoAP, LoRaWAN and BLE for low power or long range · plus OTA updates, RTOS and Node-RED.
Watch and read
YouTube: Sparklers, Andreas Spiess, Techiesms. Courses: NPTEL, Coursera, Udemy. Magazines: Electronics For You, The MagPi, Servo.
Where to get unstuck
GitHub for code · Hackster.io and Instructables for full build write-ups · r/IoT and Stack Overflow when something refuses to work at 2 a.m.



Sparklers on that list is our own channel — 1.7M+ views, and it is how a lot of people first found us.
The roles this turns into
Roles being hired
- Embedded systems developer
- IoT cloud integration engineer
- Robotics software developer (ROS)
- Edge AI / computer-vision engineer
- Hardware and PCB design engineer
- Field deployment engineer
Who is hiring
- Healthcare and medical devices
- Automotive and EV
- Energy and utilities
- Manufacturing and Industry 4.0
- Smart appliances and consumer
- Defence and public infrastructure
What gets tested
- Hardware: microcontrollers, PCB design, BLE, LoRa
- Software: Python, C/C++, ROS, MQTT
- Both: Linux, Git, and security basics
- And a project you can defend for ten minutes
AutomationSomebody programs these for a living
ManufacturingIndustry 4.0 is a hiring category, not a buzzword
Healthcare devicesThe fastest-growing of the lotThere are tens of billions of connected devices in the field. Every one of them needs somebody who understands both halves.
Now watch somebody build one, step by step
SUDO V2 was a college project, and it ended up in five-plus global electronics magazines. Start small, finish it, publish it.
Five mistakes that cost years
Tutorial hell
Fifty hours of watching, zero hours of your own broken code.
Never finishing
Six projects at 70%. One finished project is worth more than all six.
No version control
You will lose work, and you will look like an amateur when it matters.
Never measuring
"It's fast" is not engineering. Milliseconds, milliamps, degrees, percent.
Waiting to feel ready
Nobody feels ready. Apply, build and ask early — the door opens sooner than you think.
Every one of these is free to fix, starting this week.
Internships, and what you'd actually do
- Embedded firmware — ESP32 / STM32, RTOS, drivers
- Edge AI & computer vision — Jetson, TensorRT
- Robotics — ROS 2, Nav2, sensor fusion
- Full-stack platform — dashboards, APIs, cloud
- Hardware & PCB design — schematic to DFM
- Field deployment & commissioning
- One page. No objective paragraph, no photo.
- Three project links that actually open.
- One paragraph on something that broke and how you fixed it. This is what we read first.
- Name the track. "Anything" reads as nothing.
Send it to contactus@aeonixinnovations.com
15+ collegesIoT & robotics sessions
Government trainingWBPCB — plastic waste management
Hackathon juryJudging student buildsTrack record: 50+ students mentored, 15+ colleges trained in robotics, IoT and embedded AI.
Building a
company from it
Started at 22 with no capital, no clients and no factory. What that actually involved — and what I'd tell you to do differently.
Bootstrapping means your customer is your investor
Revenue on day one
Not a pitch deck on day one. Someone has to want it enough to pay before it is polished — a much better test than any jury.
The constraint is a filter
You cannot afford to build what nobody buys. That removes an entire category of expensive, comfortable mistakes.
Cashflow beats valuation
Valuation is a story you tell. Cashflow is whether salaries are paid this month. Only one of them is real.
Funding is a tool, not an achievement. Raise when it accelerates something that already works.
One machine, five revenue lines
Machine sale
B2B and B2G hardware sale. The visible part, and the smallest part over time.
SaaS dashboard
Monthly monitoring and analytics. High margin, and it makes the hardware stickier.
Maintenance contract
Annual AMC with an uptime commitment. Predictable cashflow, and it keeps you close to the field.
Consumables
Bags, pads, liners. The machine creates its own ongoing demand.
Waste partnerships
Revenue share with recyclers on the segregated streams the machines create.
Deploy → dashboard → consumables → expand → recur. Every deployment becomes an annuity — that is the difference between a product and a business.
Ideas are cheap. Deployment is the moat.
Anybody can copy the idea of a smart bin in an afternoon. Here is what they cannot copy in an afternoon:
500 machines
Surviving three years in public, with the failure data that taught us why.
Government OEM status
Registration, compliance and trust that took years of delivery to earn.
Five ISO certifications
Quality, environment, information security, safety, IT service management.
Patents that hold
Filed on the core mechanisms — the parts that were genuinely novel, not the idea.
Your competitive advantage is the boring work nobody else was willing to do for four years.
In this order. Not the other one.
- Build the thing first.Before the name, the logo, the Instagram page and the co-founder argument about equity.
- Find one paying customer.Even ₹10,000 from a stranger. A paying customer is real evidence; a competition prize is not.
- Then register.Udyam / MSME, then DPIIT and Startup India recognition. It takes days and unlocks schemes and tenders.
- Use your college incubator.Space, mentors, small grants and legitimacy — the cheapest capital you will ever have access to.
- Patent only what is genuinely novel.A mechanism, not an idea. And ideally once somebody is already paying for it.
You do not need permission, a co-founder, or funding to start. You need one working thing and one customer.
Five questions
Hands up, answer out loud. Wrong answers with real reasoning count — I'm listening for how you think, not what you memorised.
A camera system must react in under 100 ms. Do you run the model on the device or in the cloud — and why?
You have to count how many people enter a shop each day. Give me one way to do it — and one problem your way will have.
Your model is 99% accurate in the lab and 60% in the field. What is the most likely reason?
What is the difference between an IoT product and simply "a device with Wi-Fi"?
A robot navigates perfectly in simulation and fails in the corridor. What do you check first?
Over to you
No slides, nothing off limits — career, technical, company, money, or the parts that went badly.
Ask the awkward ones
"Should I choose AI or embedded? Which one has a future?"
"Is hardware a bad career in India compared to software?"
"M.Tech, MS abroad, or a job? What did you actually gain?"
"How do I get my first client with no track record?"
"What do you regret about the last four years?"
"My CGPA is low. Am I already out of the race?"
Guest lectureComputer-vision drones
AI India SummitOn the floor with the robot
Bengal GlobalBusiness Summit
NASSCOMTechnology Confluence
Dell TechnologiesAI summit, KolkataSome of the other rooms this talk has been given in. The questions are always better than the slides.
Two minutes, four questions
- Which track interests you most?Embedded · Edge AI · Robotics · Platform · Not sure yet
- What is one thing you have built?Anything. A line follower counts. Be specific about what broke.
- What do you want to learn next?One skill, named precisely.
- Internship or mentored project?Yes / No — and your email if yes.
This is the shortlist
Responses go straight to the engineering team. Name a track and one thing you have actually built, and you will hear back — that is genuinely how we have found interns before.
Or skip the form entirely and write to contactus@aeonixinnovations.com
The prototype proves it can work.
The deployment proves it does.
Pick one track. Build three things. Finish them. Everything else — the job, the internship, the company — follows from work that survives contact with the real world.




Built. Deployed. And still running. Component photography via Wikimedia Commons — ESP32 board © Edwiyanto (CC BY-SA 4.0) · SMT close-up © John Fader (CC BY-SA 3.0) · cell tower © Cvmontuy (CC BY-SA 4.0) · LiDAR robot © S. Winkvist (public domain) · data-centre rack © Derrick Coetzee (CC0) · ultrasonic sensor © Suyash Dwivedi (CC BY-SA 4.0) · single-board computer © Gareth Halfacree (CC BY-SA 2.0) · soldering © Krzysztof Popławski (CC BY-SA 4.0) · breadboard © Jstapko (CC BY-SA 3.0) · code screen © MikeRun (CC BY-SA 4.0) · robotic arm © Oleg Yunakov (CC BY-SA 4.0) · graphics card © AMD · 3D printing © Maurizio Pesce (CC BY 2.0). All other photography © Aeonix Research and Innovations LLP.










