Cutshort logo
Wideeye logo
IoT Embedded Software Developer
IoT Embedded Software Developer
Wideeye's logo

IoT Embedded Software Developer

Prasad Zaware's profile picture
Posted by Prasad Zaware
0 - 2 yrs
₹2L - ₹3L / yr
Pune
Skills
Internet of Things (IOT)
Embedded software
skill iconPython
skill iconMongoDB
Embedded C
skill iconC
skill iconJavascript
Responsibilities • Design & Develop work based on requirement • Report own status • Collaborate with other team members to achieve sprint goals. Required Qualifications And Experience • BE/ B.Tech in Electronics/Electrical • Good to have Knowledge on Backend Development • Strong knowledge in C/C++ and Python • Good programming & SW design skills
Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

About Wideeye

Founded :
2017
Type :
Products & Services
Size :
0-20
Stage :
Bootstrapped

About

Wideye Technologies Private Limited is an IoT solutions company. Working in multiple areas like M2M tracking, Asset tracking, Health management systems. We believe in giving customers, a complete solution based on the requirement. Providing specific solutions and a completely customized solution. What do we do: IoT CONSULTING Providing insights to clients for enabling them to embark on their IoT journey. Facilitating Roadmap Creation, Domain-based Value Stream Mapping, Business Case Preparation, Use Case Definition, Solution Blueprinting, Business KPIs and ROI Mapping. CUSTOMIZED IoT SOLUTIONS Every customer does not have the same requirement. We expertise in providing customized solutions as per the application and use case. ANALYTICS & INSIGHTS Develop & deploy analytics for our offered solutions, and based on applied analytics, generate actionable insights available to business users for process & productivity optimization. INTEGRATION & IMPLEMENTATION Providing end-to-end solutions, from sensor/equipment integration & M2M Communication to Business Intelligence Integration, by leveraging partner products/platforms and our domain expertise. NICHE SERVICES Varied domain expertise, multi-technology / platform & product expertise, innovation and CoE, to develop, enhance & support the platform-agnostic IoT solutions and experience. Extended Lab for Fail-Fast and Rapid Discovery PoC approach for value discovery.
Read more

Connect with the team

Profile picture
Prasad Zaware
Profile picture
Ali Modi

Company social profiles

linkedinfacebook

Similar jobs

Nexsure solutions
Bengaluru (Bangalore)
3 - 15 yrs
₹2L - ₹20L / yr
Embedded software
I2C
SPI
UART
EEPROM
+6 more

Hiring Alert 🚨 Hiring Alert 🚨 Hiring Alert 🚨


📌 Job Role: C++ Video Pipeline Developer 

📍 Location: Bangalore

💼 Experience: 3+ Years


We are hiring experienced C++ Video Pipeline Developers with strong expertise in multimedia/video processing systems.


🔹 Key Requirements

✅ 3+ years of experience in Embedded software developmen

✅ Hands-on experience in device driver development for I2C, SPI, UART, EEPROM

✅ Experience in GMSL1/GMSL2 serializer & deserializer bring-up (ADI, Maxim, TI)

✅ Hands-on experience in Camera Image Sensor bring-up (OVT, Samsung, ST

Sensors

✅ Experience working with SoCs such as Qualcomm 8540/8650/8775, ARM-based

SMPs, or Renesas processors

✅ Good understanding of video pipeline streaming, including buffer management

and display drivers

✅ Hands-on experience with Diagnostics and Error Monitoring applications

✅ Strong debugging, problem-solving, and system-level analysis skills

✅ Ability to collaborate with cross-functional teams (hardware, validation, system

teams)


📩 Interested candidates can share updated CV

📌 Subject Line: Application for C++ Video Pipeline 


#Hiring #CppDeveloper #VideoPipeline #MultimediaDeveloper

#AutomotiveJobs #BangaloreJobs #EmbeddedSystems

#Expleo #TechCareers #ImmediateHiring

Read more
Octobotics Tech
at Octobotics Tech
2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
3yrs+
Best in industry
ROS
Internationalization and localization
Navigation
Nav2
SLAM
+2 more

Senior Robotics Engineer (ROS 2 Migration & Systems) - WorkFlow

Department: R&D Engineering

Location: Octobotics HQ (Noida/On-Site)


The Mission

To successfully migrate our legacy ROS 1 architecture to a high-performance ROS 2 Native ecosystem, architecting a navigation stack that survives the "unheard-of" edge cases of the real world.


1. The Context: The Great Migration

Octobotics is at a pivot point. Our legacy stack was built on ROS 1 (Noetic). It got us to MVP.

But to scale, we are tearing it down and rebuilding in ROS 2 (Humble/Iron).

We are not looking for someone to maintain old code. We are looking for an Architect to lead this migration. You will deal with the pain of bridging ros1_bridge, porting custom messages, and rewriting node lifecycles from scratch.

If you are afraid of breaking changes and complex dependency hell, stop reading now.


2. The "Scorecard" (Outcomes)

  • The Migration: Port our core navigation and control logic from ROS 1 to ROS 2. This involves rewriting nodes to utilize Lifecycle Management and Node Composition for zero-copy transfer.
  • Nav2 Architecture: We don't just "install" Nav2. You will write custom Behavior Tree plugins and Costmap layers to handle dynamic obstacles in unstructured environments.
  • Middleware Optimization: You will own the DDS layer (FastDDS/CycloneDDS). You must tune QoS profiles for lossy WiFi environments and debug discovery traffic issues that traditional network engineers don't understand.
  • Sensor Fusion & State Estimation: Implement and tune EKF/UKF pipelines (robot_localization) to fuse IMU, Wheel Odometry, and LiDAR. You must understand Covariance Matrices—if your covariance grows unbounded, you have failed.
  • Serialization Strategy: Implement Protocol Buffers (Protobuf) for high-efficiency, non-ROS internal data logging and inter-process communication where overhead must be zero.

3. Technical Requirements (The Hard Skills)

The Stack (ROS 1 & ROS 2):

  • Deep ROS 2 Mastery: You know the difference between spin(), spin_some(), and Multi-Threaded Executors. You understand why we are moving to ROS 2 (Real-time constraints, DDS security, QoS).
  • Navigation Stack: In-depth knowledge of Nav2 (Planners, Controllers, Recoveries). You understand Global vs. Local planners (A*, DWB, TEB).
  • SLAM & Localization: Experience with Graph-based SLAM (Cartographer, SLAM Toolbox). You know how to close loops and optimize pose graphs.

The Math (The "Weeder"):

  • Linear Algebra & Geometry: Rigid body transformations are your second language. You understand Quaternions, homogeneous transformation matrices ($T \in SE(3)$), and how to avoid Gimbal Lock.
  • Kinematics: You can derive Forward and Inverse Kinematics for Differential Drive and Ackermann steering chassis.
  • Probabilistic Robotics: Understanding of Bayesian estimation. You know that sensors are noisy and that "Ground Truth" is a myth.

The Code:

  • C++ (14/17): Real-time safe coding standards. RAII, Smart Pointers, and template metaprogramming.
  • Python: For prototyping and complex orchestration.

4. The "Topgrading" Filter (Do NOT apply if...)

  • You think roslaunch is the same as ros2 launch.
  • You have never defined a custom .msg or .srv file.
  • You struggle to visualize a TF tree in your head (map -> odom -> base_link).
  • You think latency "doesn't matter" in a control loop.

5. The Challenge: Surfing the Tsunami

Let’s be honest: AMR (Autonomous Mobile Robots) is hard.

We are solving problems that are unheard of in the standard "warehouse" world. We deal with dynamic crowds, changing lighting, and network black holes.

There will be days when the Sensor Fusion drifts for no reason. There will be days when the DDS discovery fails because of a multicast storm. There will be architectural "Tsunamis" that threaten to wipe out our sprint.


We are looking for the engineer who doesn't run for higher ground, but grabs a board and says, "I’m ready to surf."

Read more
Hyerspecai
at Hyerspecai
1 recruiter
Venkata Kolla
Posted by Venkata Kolla
Hyderabad
7 - 15 yrs
$15K - $40K / yr
skill iconC++
skill iconC
Embedded software
FPGA
PCB
+3 more

Summary: 

Hyperspec is building a real time local map for self-driving cars and using cross view localization to enable ubiquitous autonomy. Hyperspec is a VC funded startup.

The principal embedded systems engineer will have deep expertise in embedded systems design, development and worked for years on embedded systems teams. This person is a leader and mentor to junior engineers and shares knowledge about the design and development of embedded systems.


Responsibilities:

  • Serves as an expert in all aspects of embedded projects and embedded systems—including designing, developing, testing, and perfecting designs 
  • Responsible for updating and working with executive leadership on the development of embedded systems and status of projects 
  • Provides guidance and mentoring to other members of the team

Requirements:

  • Minimum of bachelors' degree in computer science or engineering
  • At least ten years of engineering experience with expertise in software engineering, data structures, and programming techniques
  • Deep expertise in C/C++ programming
  • Experience with FPGAs, PCB, Xilinx, Altera, or similar SoCs.
  • Experience with ISPs, Cameras, Switches a plus.
  • Experience in working with real-time operating systems, communications protocols and firmware design.
  • Experience in interfaces, IP protocols, and hardware subsystems.
  • Experience in working as part of a team and leading teams.
Read more
wipro
Agency job
via Hansaya Consulting by Rashmi Manjunath
Bengaluru (Bangalore)
4 - 12 yrs
₹15L - ₹40L / yr
AUTOSAR
DaVinci
RTE
skill iconC
Embedded Systems
+3 more
Role: Autosar Development Lead

Location: Bangalore

Experience: 4 to 12 years

JD:

- Familiar with AUTOSAR BSW and RTE, architecture, specifications, and configuration tools

- Strong fundamentals programming in C, embedded system concepts, and software build process

- Strong customer orientation, willingness to meet deadlines, and self-management skills

- Deep passion for solving problems to resolution, including root cause analysis skills

- Ability to work and collaborate in a dynamic team environment
Read more
AI First, New-age Technology Company for the Digital
AI First, New-age Technology Company for the Digital
Agency job
via Himflax Group by Kashish Chawla
Bengaluru (Bangalore), Chennai
5 - 10 yrs
₹15L - ₹25L / yr
Embedded Linux
Embedded C++
skill iconC
skill iconC++
Embedded C
+4 more
Title:  Embedded C++ Developer
Location:Bangalore / Chennai
Type: Permanent
Company Type: AI / Digital  Product Design Service based 

Job Description

* Experience in C/C++ and have strong experience embedded application development and integration in Linux

* Good in creating unit tests, performing code reviews, optimizing performance and ensuring standards for maintainability  

* Debugging, profiling, and performance optimization skills

* Have experience working in a fast paced Agile/Scrum environment
Read more
Human Capital
Human Capital
Agency job
via Human Capital Consulting by Bhawna Kumari
Gurugram, Delhi, Noida, Ghaziabad, Faridabad
4 - 8 yrs
₹5L - ₹15L / yr
Automotive
Device Driver Development
skill iconC
skill iconC++
Debugging
+2 more
Senior Software Engineer is responsible to design, develop and maintain the Low-Level Drivers and Base SW modules used in the automotive/ Automobile products which functionally conform to the Software Interfacing Specifications as well as respect the SW Process & Methodology and good experience in communication protocols.
Read more
Chennai, Pune, Bengaluru (Bangalore)
1 - 6 yrs
₹2.4L - ₹12L / yr
skill iconC
skill iconC++
Embedded Linux
Embedded C++
skill iconJava
+4 more
IELEKTRON is a design house, providing engineering services & solutions to global OEM/Tier1s in Automotive, Aerospace & Industrial IOT Segments through key value-added services in Embedded and Data Science/AI technologies.

· 150+ Engineers, Projected to 300+ engineers in FY22-23.
· 10+ Key Global Clients/Customer
· 50+ Global Project Successful deliveries.
· Key organization having EMBEDDED & DATA SCIENCE/ AI in one shop.
· ISO9001:2015 Certified & Established QMS Policies.

Key responsibilities :

Embedded Software application development using Programming language C / C++
Infotainment ECU software development on Linux IVI systems
Bluetooth/Wi-Fi/Tuner/Android AUTO/ Car play to work
AUTOSAR Module Configuration using vector tools for BSW Modules such as
Integrate MATLAB Models in to AUTOSAR Framework using MATLAB and Vector Tools
Read more
Flux Auto
at Flux Auto
1 video
1 recruiter
Rachana Belagutti
Posted by Rachana Belagutti
Bengaluru (Bangalore)
1 - 6 yrs
₹6L - ₹10L / yr
Embedded Systems
ROS
Embedded software
Multithreading
ADAS System
+1 more
Company Overview:

Flux Auto builds autonomous vehicle technology for commercial and industrial applications.

 
Flux Auto was founded in 2017 with the goal of democratizing autonomous vehicle technology and bringing its benefits to vehicles - new and old - around the world. We develop the various hardware and software technologies to make vehicles move and operate autonomously. Everyday our engineers are working to solve new and unique challenges for our clients in India, and North America.
 
We are a multidisciplinary team solving some of the most challenging problems in autonomous technology and robotics. Join us in our journey to democratize autonomous mobility!

 

Responsibilities:

  • Work on Embedded Software for deployment on the self-driving vehicle.
  • Investigate, develop different system design and architecture for ADAS system.
  • ROS version of Firmware package for multiple sensors with different communication protocols.
  • Work on Serial communication (GMSL/CAN/LIN/FlexRay/Ethernet/UDP).
  • Work on Multi threading and Data preprocessing.

 

Requirements:

  • Experience in the fields of firmware development of Camera, Radar, Lidar, inertial sensors, Micro Controllers, ISP, Serdec.
  • Candidate should have a strong background in Embedded system and Communication protocols.
  • Candidate should have hands-on knowledge of data structures and algorithms for Data processing, and familiar with ROS (robot operating system)
  • Candidate should have hands-on knowledge on Multiple sensors, Data pre processing (Clustering, noise removal, etc.) and image preprocessing (Histogram equalization, Tone mapping, etc. )
  • Candidate should have real-world experience in implementing Firmware packages for multiple sensors and communication protocols
  • Candidate should have experience in programming in C++ and with robust, safety-critical, efficient code

Additional requirement: Active U.S visa.

 

Good to Have:

  • Domain knowledge and implementation experience with multiple sensor, inertial sensors, and general Embedded System Architecture
  • Real world experience with system integration and deployment
  • Worked on sensor fusion and Embedded systems
  • Experience with Nvidia SOCs and Drive works Architecture

Benefits:
  • Health Insurance 
  • Employee Stock Options 
  • Work From Home 
  • Flexible work hours 
  • Monthly Team outings and events
  • Budget for Upskilling
  • Flexible vacation 

Equal Opportunity Employer:
Flux Auto's employment decisions are made without regard to race, color, religion, national origin, gender, sexual orientation, age, gender identity, genetic factors, military/veteran status or other characteristics protected by law. 

Vaccination Requirements:
Flux Auto is implementing new requirements for employees to be fully vaccinated from COVID-19. 

Apply Now!

Read more
SigTuple
at SigTuple
1 video
5 recruiters
Mohammed Matheen
Posted by Mohammed Matheen
Bengaluru (Bangalore)
4 - 10 yrs
₹4L - ₹12L / yr
Circuit Design
Microcontrollers
Embedded Systems
Board Bringup
skill iconC++
+2 more
If you are an eccentric robotic champ and are keen to make a difference in a unique way, then we are looking for you…. We are looking for highly passionate players who can design robotic systems, manufacture and assemble them. You will be working on multiple projects as a prime contributor and should also be able to provide innovative ideas on new projects. You will be responsible for the complete manufacturing and assembly of prototypes of existing projects for testing and internal use. Roles and responsibilities: - Design of analog and digital electronics systems: schematic and PCB layout - Developing Firmware using C/C++ for microcontrollers for various sensor interfacing, motor actuation and control, communication protocol development for control board, etc. - Electronics design considering safety and compliance aspects of medical device development - Managing research procurement and vendors - Review of designs of electronics team - Provide technical leadership to the electronics team - Maintain quality and performance of electronics design - Design for manufacturability. Considering the manufacturing constraints of local technologies and in-house assembly skills   Skills and experience: - Very good experience in embedded microcontroller programming (Arm/PIC/Atmega etc) - Good in PCB design. Ready to learn new software tools for PCB design, essentially design thought process shouldn't be tool specific - Analog and digital circuit analysis   - Good exposure to UART, Optical encoder interface, SPI, I2C, ADC and interrupt handling - Knowledge in EMI/EMC/ESD is a plus - Good individual contributor and a team player  - BE/ME in electrical/electronics - Minimum 5 years relevant industry experience
Read more
Civil Maps
at Civil Maps
4 recruiters
Venkata Kolla
Posted by Venkata Kolla
Hyderabad
6 - 12 yrs
₹25L - ₹35L / yr
skill iconC++
Embedded Systems
Linux/Unix
skill iconC
We are Civil Maps Civil Maps, provider of 3D mapping technology for fully autonomous vehicles, has raised a $6.6 million seed funding round from Ford Motor Company, Motus Ventures, Wicklow Capital, StartX Stanford and Yahoo cofounder Jerry Yang’s AME Cloud Ventures. Civil Maps’ mission is to make it possible for fully autonomous vehicles (SAE Levels 4-5) to drive anywhere smoothly and safely. Through artificial intelligence and vehicle-based local processing, Civil Maps converts sensor data into meaningful map information built specifically to direct fully autonomous vehicles. The company will use the seed investment to accelerate product development and deployment with a number of leading automotive companies and technology partners. Civil Maps’ artificial intelligence software aggregates raw 3D data from LiDAR (high-resolution laser imaging), camera and other sensors onboard autonomous vehicles and organizes the information into machine-readable maps. The information is vastly more actionable information than today’s mapping systems and requires a fraction of the data storage and transmission for existing technologies. Thanks to this light data footprint, Civil Maps’ spatial information is far less costly to transmit over cellular networks, enabling the company to more easily crowdsource, update and share road data in real time—a major improvement over the lengthy processes that require human annotation in current use. As a result, the company can quickly generate and maintain maps that give fully autonomous vehicles the comprehensive and precise knowledge to autonomous operate safely and smoothly on all roads. About the Opportunity As an embedded systems engineer at Civil Maps, you will work on the interface between software and the different machine vision hardware systems in production. You will also interact with customers for requirements, implementation, and support. Join us today in enabling autonomous vehicles to become a part of our lives. Qualifications Bachelor’s degree in Computer Science, related technical field or equivalent practical experience. Solid Software Engineering experience in C/C++. Unix/Linux experience is mandatory and Shell/Bash scripting experience in Linux is a plus. Knowledge of TCP/IP and network programming. Experience in database design and working with MongoDB and cache systems like Redis. Experience writing production grade docker containers and deployment. Experience working on cloud platforms like AWS and Azure. Python, Javascript programming experience is a plus. Solid foundation in data structures, algorithms and software design with strong analytical and debugging skills. Familiarity with version control like GitHub Working proficiency and communication skills in verbal and written English. Self-motivated and directed, with a keen interest in current and emerging technologies Preferred qualifications: Prior experience developing applications or backend experience in gaming industry or 3D simulator experience is a plus. Familiarity with continuous integration and automated deployment systems like TravisCI. Hadoop, MapReduce, and Parallel computing experience. Solid experience with Linux OS internals and Docker containers Experience deploying containerized applications to bare metal servers. Large systems software design and development experience, distributed systems and techniques on accessing/indexing a massive data store. Good understanding of private and public cloud design and architecture. The ability to pick things up quickly with minimal supervision, and be flexibility during product release.
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos