Find Jobs
Hire Freelancers

I need an I/O device (or embedded software) to allow variable delay between a USB input and PC -- 2

$500-3000 USD

Terminado
Publicado hace alrededor de 4 años

$500-3000 USD

Pagado a la entrega
I am conducting research using a PC (windows 10) based flight simulator and need the ability to input a delay between the control actuation and when it is delivered to the simulation. The controls are a USB input so basically need a way to select a specific time to buffer the USB input before it is input to the simulation. The delay needs to be accurate and selectable between 0.0 and 2.0 seconds. Another device such as Raspberry or Arduino could be used as an I/O device or a software solution are acceptable. Block diagram loaded to show the intended setup. The output delay will be tackled after the input delay is successful.
ID del proyecto: 24258275

Información sobre el proyecto

16 propuestas
Proyecto remoto
Activo hace 4 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
My background lies in Systems Engineering with a focus on Satellite Systems (Master's degree from TU Delft, the Netherlands), where I built a strong foundation in Physics, CS and Applied Mathematics. Additionally, I have collected vast experience in over 7 years as a PCB designer and Firmware/Front-end/Back-end software developer spanning over dozens of products and projects. My biggest project yet, resulting in a successfully funded Kickstarter was the Ecogarden, an IoT Aquaponic system. As part of the project I have developed the electronics, firmware, and mobile app integration of the product, consisting of a smart aquaponic system, which makes use of different sensors and actuators remotely controlled via mobile app ([login to view URL]).
$1.000 USD en 25 días
5,0 (11 comentarios)
5,6
5,6
16 freelancers están ofertando un promedio de $1.968 USD por este trabajo
Avatar del usuario
Greetings from Scandinavia. I am quite interested in your project - 'I need an I/O device (or embedded software) to allow variable delay between a USB input and PC -- 2'. :) I've already done this kind of project before. I am an experienced software developer with 12 years of successful experience who has rich experience in this. I am pretty much sure that we will enjoy the deal once you contact me. Thank you in advance. Skills: Arduino, C Programming, C++ Programming, LabVIEW, Software Architecture
$1.944 USD en 7 días
5,0 (11 comentarios)
7,4
7,4
Avatar del usuario
Hi, Greetings!! We have huge experience of building softwares. Please chat with us so that we can discuss further Looking forward to your response Thanks & Regards, Deepika
$2.500 USD en 35 días
4,8 (29 comentarios)
6,3
6,3
Avatar del usuario
Hello I have got your job posting “I need an I/O device (or embedded software) to allow variable delay between a USB input and PC -- 2” and I am very much interested to work in your project. I am a circuit designer and have more than 5 years experience of working with the Analog/Digital Electronics Embedded systems(Arduino,Rasberry pi ,ARM processors ,PIC microcontrollers,Wireless boards,TFT Touch Displays,All types of sensors and actuators). I have done tons of similar projects So, I think you’ll find that, I have the skills you’re looking for.I have a hardware solution for your problem. For more on my skills and successfully finished projects, please have a look on my Profile and Portfolio. I have all the components available here with me so i will develop a working prototype according to your specifications and then send you the code and schematics so things will work for sure.I will remotely guide you and help you build the system on your side. I am always available on Email and Skype. Please have a voice or video chat if necessary. I shall be available round the clock and able to start your project as soon as possible according to you. Thank you for your consideration, Best Regards, Haseeb Shafqat
$1.000 USD en 7 días
4,9 (52 comentarios)
5,8
5,8
Avatar del usuario
Hello I will make this simulation device for you. Kindly come over chat and plan the project. We will use either arduino or raspberry pie as needed. You will be able to define the delay needed. Please visit my portfolio to understand my work.
$1.750 USD en 7 días
4,5 (49 comentarios)
5,9
5,9
Avatar del usuario
Hello There are no block diagrams attached with the project description Is there any specs about the input you want to delay ? what data is the control actuation is sending ? Is the flight simulator provide an API ? I assume you want a Middle Man between the control unit and the simulator .. so there should be a way to send command to the simulator .. an API maybe ? one more question , Is it a unified delay or per command delay ? Regards
$3.000 USD en 30 días
5,0 (7 comentarios)
4,9
4,9
Avatar del usuario
I may offer you a software solution by using a DAQ (data acquisition) device controlled by a Labview program. But I need to fully understand your setup. Can you provide more details please? Do you have details about the actuator's current and how the control is done? Best regards, Nicolae
$1.750 USD en 25 días
4,9 (13 comentarios)
4,6
4,6
Avatar del usuario
Hello, I have gone through the details conducting research using a PC (windows 10) based flight simulator and need the ability to input a delay between the control actuation and when it is delivered to the simulation. Please open a chat window for more discussion I will share with you my previous work to get more confidence and we will make a deal and work on our project. I am an expert in web and mobile app design & development with 5 years of experience. I have delivered many successful applications in the global market. Looking forward to a positive response from you. Thanks
$2.000 USD en 30 días
5,0 (1 comentario)
4,0
4,0
Avatar del usuario
Hello, As an embedded system engineer with hands-on experience simulation for real fighter over 10 years, I can help with your design. If you want I could make a quick demo. I have worked many projects about PCB and schematics design, development in embedded C programming and code debugging. I design, assemble and test prototype electronics with in-house equipment. For volume production, I can help you. I also have development boards as Arduino, Raspberry Pi, Beaglebone Black, etc. I also have experience with working oscilloscopes and logic analyzers for debugging, RF/IF, and also wireless. Please send me a message so we can discuss more details. Regards fazli_kuzu
$1.800 USD en 15 días
5,0 (6 comentarios)
3,8
3,8
Avatar del usuario
I have 19 years experience in Linux kernel porting, device driver development, RTOS (FreeRTOS and uCOS) and bare metal systems. Please contact me for discussion of the details. Will you be emulating and inserting the delay into a single specific class of device? A Raspberry Pi or similar developers PCB definitely would be able to handle such a task, providing the PCB selected had both USB host and device support. The device to host interface could support a serial class as well to allow for device communication and configuration. Specifically, the PCB would be running a Linux derivative. Given the amount of device configuration and extra code required, the Buildroot project would probably be the best choice for a starting point. The Linux kernel would be configured with both USB host and gadget capabilities. Based on your description, it sounds like a HID class device would be targeted. Therefore, the USB host would be configured to support HID devices and the gadget interface would be configured to support a composite interface that provided both HID and CDC class interfaces to the PC. A daemon would be created that would accept input from the hose HID interface, and would relay it to the gadget HID interface after a specific delay. Another daemon would interface with the CDC interface to provide status and configuration support to the PC. Perhaps a small application for the PC would be created to interface with the device. Contact me so that we can refine the bid..
$2.000 USD en 28 días
5,0 (1 comentario)
3,5
3,5
Avatar del usuario
Hi, Hope you are doing well! Thanks for sharing your project requirement with us. As a highly skilled PCB/Arduino hardware/software engineer and I can help you perfectly. I am very confident with my skills and I'd like to help your business by doing my best. My clients have never been frustrated with my work and I hope to make you one of them. Please confirm that I am one of the best fits for you and drop me a message for further discussion. Thanks and Best Regards.
$3.000 USD en 7 días
5,0 (3 comentarios)
3,1
3,1
Avatar del usuario
Hi, Greeting there, i am an electrical engineer with an experience of 5+ years in industry, i can able to design the system in multiple platforms, and can do both hardware and software. we also having an expert team to develop the circuits and also we can able to fabricate the circuit as per your requirement. and am capable of developing the designs in various design platforms.
$3.000 USD en 10 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Dear Client. It sounds you need a mobile developing expert. you want to develop an application. I will provide a perfect solution. I have read your description very carefully and I am sure that you can complete your project perfectly in a short time. I am a Mobile Developer and have many experiences that completed some projects in the past. If you hire me, I will do the best for you. We can meet and discuss your project via chat in detail. Thanks. Shefali
$1.650 USD en 12 días
0,0 (1 comentario)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
University Place, United States
5,0
1
Forma de pago verificada
Miembro desde ene 15, 2020

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.