Vacancy for the post Incubation Manager (01) & Technology Specialist (01) for STPI CoE-EA, Bengaluru.
Call for Online Application for the post Incubation Manager (01) & Technology Specialist (01) for STPI CoE-EA, Bengaluru is open now.
Call for Online Application for the post Incubation Manager (01) & Technology Specialist (01) for STPI CoE-EA, Bengaluru is open now.
Date: August 28, 2025
"We already had opened startup cells at different locations in the country, but today we have opened the full-fledged startup branch, and this concept we are going to do it in and implement it in the major centers in the country," said Ashok Chandra, MD and CEO, PNB.
Punjab National Bank (PNB) opened its first startup-centric branch in New Delhi to support Indian entrepreneurs and innovations through its services.
Simultaneously, the bank has also signed a memorandum of understanding (MoU) with Software Technology Parks of India (STPI) to facilitate Indian startups with financial literacy and awareness, banking service needs, and registration with some financial institutions, it said in a statement on Wednesday, August 27.
"We already had opened startup cells at different locations in the country, but today we have opened the full-fledged startup branch, and this concept we are going to do it in and implement it in the major centers in the country," said Ashok Chandra, MD and CEO, PNB.
Chandra said that STPI is going to play an important role because it has a good ecosystem and necessary infrastructure.
"We will leverage it and we will find out the way that how we can provide the financial literacy to startups," he said.
He lauded the government for the support they have been providing to the startups, particularly the credit guarantees of up to Rs 20 crore.
"It is exclusive for the startups. So now all those measures are in place, but that has to be brought out, and we should explain it to startup community," the CEO said. "PNB will play an important role. So going forward, you will see that many more branches like this we are going to open in the pan India."
"We are going to engage with STPI, and we are also going to engage with the various incubator centers in the country... We are also in touch with IIT Delhi, IIIT, and other institutions that are promoting the startups. I think (PNB) bank is well poised to take care of its financial requirements," he added.
He doesn't see "any big challenges" in giving loans to startups. "Wherever there are viable proposals, definitely we can give the loan up to Rs 20 crore."
DG, STPI, Arvind Kumar, told ANI that the MoU signed today aims to facilitate startups and innovate new products.
"Somewhere we found that involvement of banking system was not much in the startup domain. We have investors, have mentors, have incubators, have accelerators. I think this will be the first of its kind model in the country, Wherein banking, Punjab National Bank will play a major role in the whole startup ecosystem...," Kumar added. he loan up to Rs 20 crore."
Asked about the impacts of Trump tariffs on the Indian economy, PNB CEO Chandra said it is too early to comment on the consequences.
"We need to examine this entire impact and how long it is going to continue. I think let us wait for some time and then you see the impact," he supplemented. In the same breath, he also noted that he doesn't see a major challenge as we advance.
"Whenever any such crisis has come world over, whether the 2008 crisis or the COVID, I think India has come out very, very successfully. We have grabbed the opportunity. So whenever such challenges come, I think a country like India, with the leadership that we have, I think we are going to seize that opportunity and come out successfully," he hoped.
Date: August 28, 2025
PSU Bank, Punjab National Bank inaugurated a new startup branch at Bhikaji Cama Place, New Delhi. Further, an MoU was signed between PNB and STPI to extend financial support to eligible startups.
New Delhi, 28 August 2025: Public sector lender Punjab National Bank, in a significant boost to financial outreach, has inaugurated a new startup branch at Bhikaji Cama Place, New Delhi. The inauguration of the new branch is in line with the Startup India initiative, and it aims to promote entrepreneurship and support innovation by providing comprehensive banking solutions.
The branch was inaugurated by Hon’ble Chief Guest Sh. Arvind Kumar, Director General, STPI, & Sh. Ashok Chandra, MD & CEO, PNB, in the presence of Sh. Subodh Sachan, Director STPI; Sh. Ankesh Kumar, Additional Director STPI; and other senior officials of PNB and STPI.
Further, an MoU was signed between PNB and STPI to extend financial support to eligible startups. The main objective of STPI (Software Technology Parks of India) is to promote the development and export of software and IT-enabled services (ITeS), foster innovation and product development, and create a conducive ecosystem for the IT industry.
Renewal of AMC & license contract for FortiGate 201F Firewall Appliance at STPI-Mangaluru.
STPI Kolkata invites offers from interested banks for leasing/renting a space for ATM installation in its new IT Park.
Employment Notice: STPI/GH/STPINEXT/OCTANE/131/2022/ A
Applications are invited from the eligible candidates for filling up of following post for OCTANE – Centre of Entrepreneurship (CoE) at Guwahati:
For more details refer to the detailed advertisement.
STPI invites Tender under Two Bid Systems (Technical Bid & Commercial Bid) for Supply, Installation, Testing, Commissioning and Training of Network Devices - Routers, LAYER-3
Switches and LAYER-2 Switches at various STPI Locations as mentioned in the Annexure-A of the RFP document.
To develop Hardware Implementation of zk-SNARKs (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge) Algorithm modules: Quotient Polynomial h(x) amd MSM using Pippenger Algorithm.
A zero-knowledge proof (ZKP) is a protocol in which one party (the prover) can convince another party (the verifier) that some given statement is true, without conveying to the verifier any information beyond the mere fact of that statement’s truth.
Types of Zero Knowledge Proofs:
1. Interactive Zero-Knowledge Proof (IZKP):
Require multiple rounds of communication between prover and verifier.
2. Non-Interactive Zero-Knowledge Proof (NIZKP):
NIZKPs allow the prover to generate a single proof that can be verified by anyone without further interaction. i.e., the verifier can independently check its validity using the same proof. Ex: zk-SNARKs and zk-STARK.
NIZKPs are more scalable and efficient for block chain and other decentralized applications due to their single-round communication pattern.
ZK-SNARK is abbreviated as “Zero-Knowledge Succinct Non-Interactive Argument of Knowledge.”
1. Zero-Knowledge: Prover can prove that he knows something without revealing the actual information.
2. Succinct: The proof is short and efficient, meaning it doesn’t take up much space or require much time to verify.
3. Non-Interactive: ZK-SNARKs work with a single message from the prover to the verifier.
4. Argument of Knowledge: This ensures that the prover genuinely knows the information they claim to know and isn’t bluffing or using fake data.
Generating ZK-SNARK proofs requires significant computational resources. While verification is fast, the proof generation process can be slow and resource-intensive, particularly for large or complex computations. Proof generation in zk-SNARKs consumes approximately 90% of total computation time, primarily due to two critical operations:
• Multi-scalar Multiplication (MSM): Dominates computational workload (approx. 70% of proof generation time) requiring intensive elliptic curve operations.
• Number Theoretic Transform (NTT): Creates substantial memory pressure due to large-scale polynomial computations with high-bitwidth operand.
Scope:
The scope of this project is to implement the Following modules:
1. Quotient Polynomial h(x) generation module on FPGAs, which takes the input from Trusted setup of zk-SNARKs and provides the polynomial h(x).
2. MSM module with Pippenger Algorithm.
Shall perform Performance testing and integration of these modules with C-DOT developed modules and/or third party HW/SW modules to realize the ZKP system.
Expected Outcome:
1. Quotient Polynomial generation module of Proof generation in Zk-SNARK.
2. MSM module with Pippenger Algorithm.
3. Integration with Trusted Setup and other modules of zk-SNARKs system.
Deliverables:
1. Test bench and Simulation results of the modules.
2. Test reports
Support for Technical clarification during the Integration.
Interested Startup may submit the pitch deck comprising of following:
Problem being solved
Market opportunity for product
Proposed solution/ Defining product
Value proposition
Technology details
Competition analysis
Founding Team Composition
DPIIT Registration (Mandatory)
Start-up stage status
Current ownership
Business model and innovation
C-DOT
STPI
Design and implement a high-speed, line-of-sight Light Fidelity (LiFi) communication system that is compliant with ITU-T G.9991 and G.9960 standards. The system must utilize a Laser Diode for optical data transmission and a Photo Diode for reception. The complete system should be built around Raspberry Pi (RPi) platforms, such that one RPi transmits Ethernet data via LiFi and another RPi receives it and outputs it back through Ethernet. The solution should include hardware interfacing, embedded code, and real-time data transmission capabilities.
LiFi is an emerging wireless communication technology that offers high data rates using visible or infrared light instead of traditional radio waves. ITU-T G.9991 and G.9960 standards define physical and data link layer specifications for optical wireless communications, ensuring interoperability and performance benchmarks. The need for secure, interference-free, and high-throughput short-range communication systems motivates the development of this LiFi prototype. Raspberry Pi-based implementation enables low-cost deployment, rapid prototyping, and integration with existing Ethernet-based infrastructure, making this system suitable for smart environments, IoT networks, or secure indoor communication.
The system should consist of two main units:
Transmitter Unit (RPi1-based):
· Accepts Ethernet data input.
· Processes and encodes the data in compliance with ITU-T G.9991/G.9960.
· Transmits data using a Laser Diode through LiFi.
· May require custom driver circuitry and signal modulation hardware.
Receiver Unit (RPi2-based):
· Receives LiFi signal via Photo Diode.
· Decodes and processes the data.
· Outputs the recovered data via Ethernet.
· May include signal conditioning, demodulation, and synchronization logic.
Scope includes:
· Implementing physical layer modulation compatible with ITU-T G.9991 (e.g., OOK, PAM).
· Timing synchronization and error correction as per ITU-T G.9960 MAC layer.
· Design and fabrication of interface hardware (signal amplification, ADC/DAC if needed).
Developing low-level and high-level software for RPi to handle data I/O and optical signalling.
Functional Prototype:
A working LiFi system using RPi units and custom hardware to support real-time Ethernet-to-Ethernet communication over a laser-based optical link.
Hardware Designs:
Schematic and PCB design files of the interfacing board connecting the Laser Diode and Photo Diode to Raspberry Pi GPIO or SPI/I2C/UART interfaces.
Firmware and Software:
Source code running on the RPi, implementing ITU-T compliant modulation/demodulation and data handling.
Documentation:
· System architecture and design report.
· Setup and deployment instructions.
· Performance metrics (data rate, error rate, range, latency).
Demonstration:
A test scenario showing successful transmission of a file or streaming data (e.g., video, text) from RPi1 to RPi2 over the optical LiFi link.
Interested Startup may submit the pitch deck comprising of following:
Problem being solved
Market opportunity for product
Proposed solution/ Defining product
Value proposition
Technology details
Competition analysis
Founding Team Composition
DPIIT Registration (Mandatory)
Start-up stage status
Current ownership
Business model and innovation
C-DOT
STPI
To develop a secure, modular, and intelligent payload handling mechanism for drones that:
· Holds payloads during flight securely.
· Autonomously attaches/detaches the payload at precise locations.
· Allows reusability, swappable payloads, and remote control.
Unmanned Aerial Vehicles (UAVs) are increasingly used to carry and deploy payloads in hard-to-reach or high-risk areas. However, most current drone systems either drop payloads blindly or require human intervention. For critical missions, like placing communication nodes for rescue teams or deploying medical kits, precision placement and secure payload handling are essential.
A modular, autonomous payload holding and positioning system allows drones to:
Securely carry mission-critical payloads.
Navigate and evaluate the best placement spot using onboard sensors.
Align precisely.
Safely and intelligently release the payload at the optimal location.
Traditional drones lack:
Secure payload interface: Manual or fixed locking systems can't adapt to different payloads.
Environmental awareness: They can’t identify optimal placement zones in real time.
Adaptive release control: They either drop payloads at fixed GPS points or under manual control.
This system should provide modular, intelligent, and automated payload deployment, significantly enhancing operational efficiency and safety in critical scenarios.
A. Mechanical Subsystem (Payload Holding)
Attachable and Detachable Mechanism
Servo-controlled latch, electromagnetic hook, or mechanical clamp
Modular Payload Mount
Universal attachment points with guided locking rails or pins
Lightweight, Rugged Design
Carbon fiber or reinforced polymer frame
B. Autonomous Positioning Subsystem
High-Precision Navigation
RTK-GNSS + IMU Fusion for centimeter-level accuracy
Terrain/Zone Analysis
Downward-facing camera, LIDAR, or IR sensor to detect suitable surfaces
Decision-Making Algorithm
AI model selects best drop point (e.g., flat ground, signal-optimized location)
C. Control Release Subsystem
Microcontroller-Based Controller
Interfaces with flight controller (via MAVLink, UART, or I²C)
Release Trigger
Based on GPS, visual cue, terrain match, or remote command
Feedback Loop
Confirms payload lock/unlock status, logs telemetry
1. Fully Integrated Drone Payload Handling System
A functional drone system that:
Securely holds, transports, and releases a payload.
Autonomously navigates and aligns over optimal placement locations.
Reliably performs precision placement of payloads based on environmental analysis.
2. Modular Payload Mount with Smart Locking Mechanism
Mechanical or electromechanical attach/detach mechanism (e.g., servo latch, magnetic clamp, or winch).
Feedback sensors to confirm lock and release states.
Modular design supporting various payload shapes and sizes.
3. Autonomous Positioning and Site Selection Capability
Onboard sensors (camera, LiDAR, RTK-GPS, IMU) for environment perception.
AI or rule-based logic for terrain analysis and optimal location selection.
Ability to avoid obstacles and adjust in real time based on local features (e.g., flatness, line-of-sight, proximity to target).
4. Real-Time Control and Feedback Loop
Payload controller that:
Interfaces with flight controller and sensors.
Executes release commands.
Sends real-time feedback (locked/unlocked, success/failure).
Telemetry/logging of payload deployment (timestamp, GPS, altitude, placement status).
5. Mission Automation and Repeatability
Drone can autonomously:
Identify target zone.
Execute drop.
Log status and return for the next payload.
Supports multi-drone coordination or swarm-based deployment scenarios.
6. Demonstration Scenario / Prototype Test
Live field test or simulation showcasing:
Autonomous flight to a GPS-defined zone.
Visual or terrain-based landing site selection.
Payload release onto a predefined surface (e.g., rooftop or marked area).
Confirmation of successful drop with onboard camera or sensor.
7. Documentation and Performance Metrics
System block diagrams, control flow, and mechanical design documentation.
Evaluation of performance under:
Varying terrain and weather.
Different payload weights.
GPS-available vs GPS-denied environments.
Key metrics:
Payload placement accuracy (cm-level)
Release success rate (%)
System latency (ms)
Mission success/failure cases
8. Scalable Framework for Other Applications
The developed system can be extended to:
Sensor deployment in remote monitoring (e.g., forest, volcano, radiation zone).
Delivery of relief items (medical, food, tools).
Temporary installation of telecom relays or surveillance equipment.
Tactical deployment in defense or border patrol operations.
Interested Startup may submit the pitch deck comprising of following:
Problem being solved
Market opportunity for product
Proposed solution/ Defining product
Value proposition
Technology details
Competition analysis
Founding Team Composition
DPIIT Registration (Mandatory)
Start-up stage status
Current ownership
Business model and innovation
C-DOT
STPI