Pid motor工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 pid motor 份搜到的工作,货币单位为 HKD

    1. 将测温电路输出的模拟电压信号经过模数转换器变成数字电压信号输入到FPGA 2. 对测量值和期望值进行比较(PID) 3. FPGA根据比较结果生成PWM(作为开关)控制加热电路 4. 加热电路是一根电阻丝,通电流来加热 5. 配置通信模块:将通信模块与FPGA连接,并使用相应的协议(例如UART、SPI或I2C)配置通信模块。 6. 编写上位机软件,能设置目标温度(4.27K),显示当前温度 7. 测温电路电压与温度的关系是65V/K,环境温度波动是10mK,要达到的温度的分辨率是10µK 8. 测温电路已经做好,不包含在这个项目里 9. 开发环境:Vivado 2018.3 FPGA型号:AX7A200T

    $1717 (Avg Bid)
    $1717 平均报价
    1 个竞标

    目前的python脚本是调用win32api和win32con运行库来获取虚拟键盘的映射,我要改成用运行库来获取指令,USB设备是48路短接发送器,发送形式是十六进制代码,48路每一路连接着机械键盘上面的按键,VID和PID都知道

    $468 (Avg Bid)
    $468 平均报价
    1 个竞标

    目前的python脚本是调用win32api和win32con运行库来获取虚拟键盘的映射,我要改成用运行库来获取指令,USB设备是48路短接发送器,发送形式是十六进制代码,48路每一路连接着机械键盘上面的按键,VID和PID都知道

    $468 (Avg Bid)
    $468 平均报价
    1 个竞标

    目前的python脚本是调用win32api和win32con运行库来获取虚拟键盘的映射,我要改成用运行库来获取指令,USB设备是48路短接发送器,发送形式是十六进制代码,48路每一路连接着机械键盘上面的按键,VID和PID都知道

    $468 (Avg Bid)
    $468 平均报价
    1 个竞标

    目前的python脚本是调用win32api和win32con运行库来获取虚拟键盘的映射,我要改成用运行库来获取指令,USB设备是48路短接发送器,发送形式是十六进制代码,48路每一路连接着机械键盘上面的按键,VID和PID都知道

    $468 (Avg Bid)
    $468 平均报价
    1 个竞标

    目前的python脚本是调用win32api和win32con运行库来获取虚拟键盘的映射,我要改成用运行库来获取指令,USB设备是48路短接发送器,发送形式是十六进制代码,48路每一路连接着机械键盘上面的按键,VID和PID都知道

    $468 (Avg Bid)
    $468 平均报价
    1 个竞标
    Project for Liangwen D. 已经结束 left

    目前的python脚本是调用win32api和win32con运行库来获取虚拟键盘的映射,我要改成用运行库来获取指令,USB设备是48路短接发送器,发送形式是十六进制代码,48路每一路连接着机械键盘上面的按键,VID和PID都知道

    $468 (Avg Bid)
    $468 平均报价
    1 个竞标

    【开发软件】:MATLAB 【服务对象】:个人小项目或学校项目或公司项目(包括国内或国外) 【联系方式】:在线客服或QQ 1747812398 【项目价格】:根据难易程度确定 【服务要求】:买家提供问题描述,达到的效果和开发周期,写到word或记事本里以及相关资料发到邮箱 官方网站:

    $133 / hr (Avg Bid)
    $133 / hr 平均报价
    6 个竞标

    发现国外很多cpc广告联盟的广告代码都是开头都是<script type="text/javascript"> 。 希望开发出一个软件可以刷类似下面广告代码 <script type="text/javascript"> //default pop-under house ad url clicksor_enable_pop = true; clicksor_adhere_opt='left'; clicksor_frequencyCap =0.1; durl = ''; clicksor_...clicksor_enable_pop = true; clicksor_adhere_opt='left'; clicksor_frequencyCap =0.1; durl = ''; clicksor_layer_border_color = ''; clicksor_layer_ad_bg = ''; clicksor_layer_ad_link_color = ''; clicksor_layer_ad_text_color = ''; clicksor_text_link_bg = ''; clicksor_text_link_color = ''; clicksor_enable_inter=true; </script> <script type="text/javascript" src=";pi...

    $1139 (Avg Bid)
    $1139 平均报价
    2 个竞标

    开发一款LSP拦截类型的游戏加速器   LSP加速器 架构:游戏客户端 --> LSP --(自定义协议)--> 中转中心 --(任意协议)--> 代理服务器 ----> 游戏服务器 自定义协议: TCP: LSP 拦截Connect,修改目的地址为 中转中心 地址 发送一个数据给 中转中心,数据格式为 remoteip remoteport pid 之后所有 游戏客户端 的数据直接发给中转中心 UDP:对每一个 游戏客户端 的数据进行封装,在数据头部添加 remoteip remoteport pid 为什么使用自定义协议:减少 LSP 与 中转中心 的握手次数提高性能,而且 LSP 所处的环境很特殊,数据交换比较困难。 中转中心: 对内接口使用 自定义协议 进行通信 对外接口可以使用任意协议 为什么使用中转中心:(或者在LSP代码里面建立连接管理) LSP 与 中转中心 建立连接时,先不与 代理服务器 建立连接,而是直接向 LSP 返回连接成功,这与的做法相同。根据前期测试发现,这种做法才能保证游戏客户端不会造成没有响应的现象。 因为 中转中心 处于本地,所以 LSP 与 中转中心 的通信非常快,本质上只是内存的拷贝。 对于后期的扩展,不需要修改 LSP 的代码,只需要将 中转中心 对外接口所使用的协议进行修改,就能够支持任意协议的代理服务器。 参考

    $9756 (Avg Bid)
    $9756 平均报价
    1 个竞标

    ...with Start Panasonic Servo Driver 1 to rotate the Servo motor in Clockwise direction and stop and a fixed position. This position we have to confirm with testing. Step 2: After the Servo 1 STOP. Panasonic Servo Driver 2 will Rotate connected Servo motor Anti-Clockwise by 90 degrees. Step 3: After the Servo 2 STOP. Mitsubishi Linear Driver will communicate with Linear Motor moving in backward direction with low Torque and when Mechanically stopped will register the position as END POSITION. The motor will then move forward direction with low Torque and when Mechanically stopped will register the position as START POSITION. Step 4: After the Linear Motor reach START POSITION, Panasonic Servo Driver 2 will Rotate connected Servo motor Clockwi...

    $531 (Avg Bid)
    $531 平均报价
    13 个竞标
    Top 100 Ranking for Keywords 6 天 left
    已验证

    ...If rank for all keywords not obtained within 30 days, project will be cancelled. Do not bid on the project if you do not agree. Target Country is USA 1 - Accident Lawyers 2 - Truck Accident Lawyers 3 - Car Accident Lawyers 4 - Boat Accident Lawyers 5 - Construction Accident Lawyers 6 - Lyft Accident Lawyers 7 - Uber Accident Lawyers 8 - Pool Accident Lawyers 9 - Personal Injury Lawyers 10 - Motor Vehicle Accident Lawyers 11 - Personal Injury Lawyer Near Me 12 - Lawyer For Car Accident 13 - Personal Accident Lawyer 14 - Car Lawyer Accident 15 - Attorney Personal Injury Near Me 16 - Accident Lawyers Car 17 - Personal Injury Lawyer Attorney 18 - Car Accident Attorney Lawyer 19 - Accident Lawyer Near Me 20 - Lawyer For Auto Accident This is for the website I must be

    $1311 (Avg Bid)
    $1311 平均报价
    61 个竞标

    I want to rank in the TOP THIRTY google results on average for the following keyword phrases Target Country is USA 1 - Accident Lawyers 2 - Truck Accident Lawyers 3 - Car Accident Lawyers 4 - Boat Accident Lawyers 5 - Construction Accident Lawyers 6 - Lyft Accident Lawyers 7 - Uber Accident Lawyers 8 - Pool Accident Lawyers 9 - Personal Injury Lawyers 10 - Motor Vehicle Accident Lawyers 11 - Personal Injury Lawyer Near Me 12 - Lawyer For Car Accident 13 - Personal Accident Lawyer 14 - Car Lawyer Accident 15 - Attorney Personal Injury Near Me 16 - Accident Lawyers Car 17 - Personal Injury Lawyer Attorney 18 - Car Accident Attorney Lawyer 19 - Accident Lawyer Near Me 20 - Lawyer For Auto Accident This is for the website The ranking must hold for 1 month before escrow

    $2599 (Avg Bid)
    $2599 平均报价
    53 个竞标

    I'm seeking a skilled PCB circuit designer to create a digital circuit f. The primary function of the circuit is PWM Motor Speed Control Key requirements: Input supply voltage: DC 2.5V-25V The maximum output power: 350W The maximum continuous output current :15A The overload and short circuit protecting current is 25A PWM frequency: 25-30kHz Duty Cycle adjustable: 0-100% The operation environment temperature:-20℃-40℃ Ideal freelancer would have: - Proven experience in digital PCB circuit design - Strong knowledge of signal amplification principles - Familiarity with radio technology and its requirements - Ability to optimize circuits for low gain

    $195 (Avg Bid)
    $195 平均报价
    9 个竞标

    I am seeking an experienced engineer to design and implement a two-axis machine control system that is capable of: - Effectiv...extensive understanding of feedback mechanisms particular to these types of systems is a must. Ideal expertise for the job includes: - Comprehensive knowledge in machine systems control and design. - A thorough understanding of motion control strategies. - A background in data analysis and logs processing. The machine is a Bandsaw to cut small logs into planks. The 2-off, NEMA 23 stepper motor movements are sequential, ie, first one moves then the second stepper moves. The controller is a Raspberry Pi 4, the prefered language is Python. Input to the controller via R Pi 7inch Touchscreen. File is to big to attach I look forward to ...

    $4550 (Avg Bid)
    $4550 平均报价
    4 个竞标
    SEO Report Needed 6 天 left
    已验证

    ...like a report where a website () is currently ranked in all top search engines for specific keyword phrases Target Country is USA 1 - Accident Lawyers 2 - Truck Accident Lawyers 3 - Car Accident Lawyers 4 - Boat Accident Lawyers 5 - Construction Accident Lawyers 6 - Lyft Accident Lawyers 7 - Uber Accident Lawyers 8 - Pool Accident Lawyers 9 - Personal Injury Lawyers 10 - Motor Vehicle Accident Lawyers 11 - Personal Injury Lawyer Near Me 12 - Lawyer For Car Accident 13 - Personal Accident Lawyer 14 - Car Lawyer Accident 15 - Attorney Personal Injury Near Me 16 - Accident Lawyers Car 17 - Personal Injury Lawyer Attorney 18 - Car Accident Attorney Lawyer 19 - Accident Lawyer Near Me 20 - Lawyer For Auto Accident 21 - Personal Injury Lawyers Close to Me 22 - Family Lawyer

    $70 / hr (Avg Bid)
    $70 / hr 平均报价
    70 个竞标

    I'm seeking a skilled graphic designer to create a minimalist logo for my motor oil brand. The ideal candidate will have a deep understanding of minimalist design and experience in creating logos that are both simple and impactful. Brand name: UFET Key requirements: - Design a sleek, minimalist logo for my brand - Utilize a clean and modern aesthetic - Use creativity to suggest a color palette that reflects my brand's identity If you are a logo designer with excellent taste in minimalist design, and a strong portfolio that demonstrates your creative skills, I'd love to hear from you.

    $125 (Avg Bid)
    加保
    $125
    101 项参赛作品

    I am seeking an experienced engineer to design and implement a two-axis machine control system that is capable of: - Effectively controll...Your extensive understanding of feedback mechanisms particular to these types of systems is a must. Ideal expertise for the job includes: - Comprehensive knowledge in machine systems control and design. - A thorough understanding of motion control strategies. - A background in data analysis and logs processing. The machine is a Bandsaw to cut small logs into planks. The 2-off, NEMA 23 stepper motor movements are sequential, ie, first one moves then the second stepper moves. The controller is a Raspberry Pi 4, the prefered language is Python. Input to the controller via R Pi 7inch Touchscreen. File is to big to attach I look forward to ...

    $4324 (Avg Bid)
    $4324 平均报价
    27 个竞标

    Hello, I'm interested in taking the original image you modified the wires on for me, and doing three versions. 1. With the wires recolored in Red and Blue. This will be the base for images 2 and 3. 2. One with the Red wires still visible, but the Blue wires grayed out. 3. One with the Blue wires visible, but the Red wires grayed out. This are going on a new website we are working on so there maybe some additional tweaks after this as well. Best, Caleb

    $312 (Avg Bid)
    $312 平均报价
    1 个竞标

    I am currently developing the field oriented control system for a permanent magnet synchronous motor. My goal is to improve the speed response, specifically the acceleration time, deceleration time, and steady state error. The project involves the tuning of PI controllers within the system, meant to enhance its overall performance. For this task, a proficient knowledge of control systems, system modeling, and tuning methods is required. Previous experience with PI tuning is beneficial. Currently, MATLAB/Simulink is being used for modeling and system simulation, hence proficiency in it is crucial. Ideally, the candidate will have extensive experience using MATLAB for complex motor control simulations. However, I haven't defined the specific tuning methods to be used w...

    $570 (Avg Bid)
    $570 平均报价
    6 个竞标

    Job Description: We are seeking an experienced software developer to create code for a power electronics control system. The project involves using an Arduino DUE and the IMC101T T038 motor controller. The software should control and regulate both the grid side and machine side using Space Vector PWM (SVPWM). Communication between the Arduino and other components will be handled via serial communication. Additionally, the system should include a quadrant display using 4 LEDs to indicate whether it is operating in motor or generator mode. All datasheets and circuit diagrams will be provided. Key Responsibilities: Control and Regulation: Implement SVPWM on both grid and machine sides. Grid-side control: Adjustable power factor (cos(φ)), current, and power. Machine-side c...

    $1522 (Avg Bid)
    $1522 平均报价
    22 个竞标

    I'm seeking a skilled individual who can perform a high level BLDC motor simulation using ANSYS Maxwell and Infolytica MotorSolve.

    $624 (Avg Bid)
    $624 平均报价
    4 个竞标

    We are seeking an experienced skilled Raspberry Pi developer for an exciting machine workflow using Raspberry Pi and servo motors. The project involves developing so...involves developing software for control, and integrating the Modbus TCP/IP protocol. The successful candidate will demonstrate expertise in Python programming, servo control, and Modbus communication. Phase 1: Set up the Raspberry Pi 4b to control servo motors and configuring communication with the Panasonic Minas Driver and Panasonic Servo Motor. Install Modbus server software and develop custom Python scripts for Modbus communication and servo motor control. Phase 2: Control Iron Core Linear motors and configuring communication with the Mitsubishi Driver . This can turn into a long term project for the...

    $554 (Avg Bid)
    $554 平均报价
    23 个竞标

    Require a draft sketch of the attached - Drawing Emphasis: The focus of measurements - Skillset: Candidates with proficiency in mechanical engineering and a specialty in structural components are encouraged to apply. Prior experience with motor base designs will be a significant advantage. Your task will be to create a functional and practical design, and your insightful input will be of great value.

    $483 (Avg Bid)
    加急
    $483 平均报价
    19 个竞标

    I'm seeking an intermediate-level programmer with experience in Embedded C and 8051 Microcontroller. The project involves designing a system that takes input from 3 sensors and controls an actuator (motor). Key Requirements: - Design a system on 8051 Microcontroller - Program the system in Embedded C - 3 sensor inputs and motor output - Intermediate experience level - Assist in sourcing necessary components I have a strong preference for someone who has worked with 8051 Microcontroller and has experience with designing systems that integrates sensor inputs and actuator outputs. Your role will involve both programming and assisting in recommending and sourcing the necessary sensors and actuator for this project. If you're experienced in these fields and can comm...

    $23 / hr (Avg Bid)
    $23 / hr 平均报价
    11 个竞标

    I am in need of an experienced electrical engineer to assist with spec'ing an electrical system. The system design. -I am needing to control a Nema17 stepper motor and 300watt BLDC Motor. -I already have the motors selected and the drivers for each motor. -I am wanting to use an arduino microcontroller for the controls. -I require the power supply to be as small as possible, but still being well within in a safe range of the power demand of the system. Refer to addition info regarding the sizing, or have a discussion with me on possibilities. -Additional peripheral components: 3 x Push Button, 1 x power switch, 1 x small display screen. 2 x Limit switches. What I need done. I need a freelancer to design and spec the unspecified components around the on...

    $2131 (Avg Bid)
    $2131 平均报价
    21 个竞标

    I'm in need a freelancer to assist in the comprehensive design and develop...strong focus on engineering, able to create systems that are energy efficient and innovative. - Innovations: This is an important aspect of the project. We're looking for a team that can bring fresh ideas to the table, with a particular interest in self-driving capability, voice control assistant, wireless charging, advanced safety features, and an innovative AutoCharging system using the car's tire motor. Ideal freelancers for this project should have experience in: - Industrial design and 3D modeling - Mechanical and electrical engineering, particularly in the automotive industry - A creative and innovative approach to design, with a keen eye for detail - Past experience with similar proj...

    $4074 (Avg Bid)
    $4074 平均报价
    50 个竞标

    As part of this project, I need assistance in performing the following tasks: - Writing VHDL code - Designing FPGA circuits, specifically for Xilinx FPGA The goal is to achieve PWM via VHDL and PS to PL UART communication in the FPGA circuit design. It would be advantageous if you have a strong background in VHDL, FPGA circuit design and specif...en la PL de la Zynq. Se trataría de lo siguiente; a través del puerto serie (es una USB FTDI que tiene la Pynq) enviar con mi pc un comando comunicando laptop y PS de la Zynq mediante UART (el micro de la Zynq) y después ese comando pasarlo de la PS a la PL para hacer trabajar el PWM y sacar la señal de salida para verla en un osciloscopio externo y opcionalmente usarla para mover un pequeño motor DC...

    $1116 / hr (Avg Bid)
    保密协议
    $1116 / hr 平均报价
    8 个竞标

    I need assistance with calculating the correct motor size and torque requirements for an industrial application. Key Job Details: - Use your expertise to analyze the load the motor will need to move. - The ideal motor should be able to handle the load efficiently and effectively. - I'll need detailed calculations (with reference) to be shared at the end of the project. Preferable Skills: - Experience in industrial machinery - Expertise in motor sizing and torque calculation. The motor will operate in a standard factory environment, moving a load that is constant and predictable. I would appreciate it if you could provide examples of similar projects you've worked on in the past. Attached is a similar project example.

    $180 (Avg Bid)
    $180 平均报价
    14 个竞标

    ...identified to be: Drag, Rolling resistance, Incline, Wind & Motor thrust. Rolling resistance, wind (set to 0 in data should be okay to plug values in later) and incline forces have been resolved in an excel file for every data point (every metre). Drag and motor thrust which depend on the current velocity of the vehicle (see matrix explanation below). The first lap is different to the remaining 9 laps, you can work around this however you like but, please ensure you use the correct data. Furthermore, all the constants relating to the vehicle forces must be able to be changed directly from an excel file page called constants. To find the optimal solution you must use some sort of genetic algorithm (explained with flow diagram) that turns the motor on twice per la...

    $312 (Avg Bid)
    $312 平均报价
    20 个竞标

    I'm looking for a skilled electrical engineer who can help me with the design of a high-torque electric motor for a cart. Key tasks involved in the project will include: 1. Electrical System Analysis: Understanding the system needs and constraints to design an effective electric motor. 2. Circuit Design: Developing a circuit that will be optimal for the high-torque motor. 3. Troubleshooting and Repair: Providing solutions to potential problems experienced during testing and implementation of the design. The electric motor design needs to account for the following specifications: - Power Rating - Speed - High Torque Engineers with experience in design and development of high-torque electric motors will be preferred. A strong understanding of both theore...

    $656 (Avg Bid)
    $656 平均报价
    1 个竞标
    Trophy icon Car Logo Design Needed 2 天 left

    I need a logo for my motor company specializing in car repairs. - I'm looking for a unique and professional design that captures the essence of our business - Open to creative interpretation, but ideally, it should reflect our industry - Looking for a logo that can be easily recognized and remembered Ideal skills and experience: - A strong portfolio of previous logo design work in a similar industry - Proficiency in graphic design software - Ability to work autonomously and provide fresh, innovative design ideas Attached is an older concept we had

    $156 (Avg Bid)
    加保
    $156
    472 项参赛作品

    I looking for someone to design a PCB to include an MCU, Wifi module, and some headers Key Requirements: - The PCB should have an STM32 microcontroller (MCU) to carry out basic functions. - The design should incorporate an ESP32 Wi-Fi module for internet connectivity and a motor controller. - The complexity of the project is minimal. Deliverable: Using EasyEDA to design the PCB, I ask to receive a copy of the project, Gerber files, BOM, Pick and Place, and any other files required to manufacture the PCB. Ideal Freelancer: - Proficient in PCB design. - Experience with integrating MCUs and Wi-Fi modules. - Able to deliver a simple, no-frills design that works effectively. Please provide me with your quotes and examples of relevant projects you have worked on.

    $951 (Avg Bid)
    $951 平均报价
    42 个竞标

    I'm in need of a proficient Simulink designer to assist me with a PID Control System Design project. The focus is on Position Control System. The project requires the following: - Expertise in Simulink and control system design - Knowledge of PID control development and its application in Position Control System and Car suspension Skills & Requirements: - Proficiency in Matlab and Simulink - Advanced knowledge in Control System Design - Prior experience with Position Control Systems and Car suspension - Extensive experience with PID control and electrical actuator Your task would be: - Design a PID control for a position control system - Implement this design in Simulink - Test and refine the system to ensure accurate and optimal performance. I ...

    $1046 (Avg Bid)
    $1046 平均报价
    16 个竞标

    I'm looking for an expert in Simulink and PID control systems to develop a model for the active suspension system of a vehicle, with a particular focus on using electromagnetic actuators. While I'm not completely certain about specific performance targets, I would like the model to be versatile enough to prioritize either ride comfort or handling performance. The base model is provided, this is missing an actuator and the PID controller which is required by you. Expected deliverables: - A thoroughly tested and validated Simulink model for the PID control of an electromagnetic actuator based active suspension system as mentioned in the document. Ideal skills and experience: - Extensive knowledge in PID controls, specifically for suspension systems - ...

    $976 (Avg Bid)
    $976 平均报价
    21 个竞标

    I'm in need of a talen...in need of a talented data scientist with a strong background in natural language processing and deep learning. The goal of this project is to develop an efficient and accurate ML model that will estimate the temperature of the Electric Motor dataset from Kaggle. Key requirements include: - Utilizing natural language processing techniques to analyze the time series data provided - Employing deep learning methodologies to ensure the model is robust and performs well - Ensuring the model is able to accurately estimate temperature from the Electric Motor dataset Your expertise in natural language processing, deep learning, and time series data analysis will be crucial for the project's success. Please only apply if you have a proven t...

    $104 (Avg Bid)
    $104 平均报价
    13 个竞标

    I have a C project on CCS that controls motor speed using DRV10970EVM board and LAUNCHXL-F280049C board. I'm looking for a skilled developer to help me customize this code. Key modifications needed include: - Reading the motor speed - Enabling user input via UART interface - Allowing the user to set their desired motor speed using the UART Ideally, you'll have experience with: - C programming, particularly in the context of microcontrollers like LAUNCHXL-F280049C - Motor speed control systems - UART communication - Embedded systems development Your task is to make these modifications to the existing code, ensuring that the system remains stable and reliable. I have a document with more detailed explanation i can send as well.

    $953 (Avg Bid)
    $953 平均报价
    32 个竞标

    Přehled projektu: Hledáme zkušeného strojního inženýra nebo tým inženýrů, kteří navrhnou vysoce výkonný čtyřtaktní motor pro model letadla. Motor musí splňovat následující specifikace: Specifikace: Typ motoru: Čtyřtaktní Zdvihový objem: 230cc Konfigurace: Dvouválcový, boxer/plochý motor Další vlastnost: Integrovaný startér Odpovědnosti: Navrhnout a vyvinout detailní výkres motoru. Zajistit, aby byl design lehký a vhodný pro model letadla. Integrovat spolehlivý startovací mechanismus. Optimalizovat motor pro efektivitu a výkon. Spolupracovat s na&...

    $297 / hr (Avg Bid)
    $297 / hr 平均报价
    9 个竞标

    ...create a unique and engaging colouring book for toddlers (ages 2-4), with animals as the central theme. The ideal candidate should have a good understanding of early childhood education and be able to balance both educational and fun elements in their design. The book should: - Feature a variety of animals that are recognizable to toddlers - Include simple patterns and shapes to encourage early motor skills development - Be a mix of educational content (such as color recognition, basic animal facts) and engaging, playful elements - Have clear, bold lines and designs that are easy for toddlers to color within Ideal skills and experience for the job: - Proven experience in illustrating for young children - Understanding of early childhood development and education - Ability to de...

    $2037 (Avg Bid)
    $2037 平均报价
    19 个竞标

    ...ESP32-DEVKITC-32UE). It needs a certain amount of inputs and outputs to begin with, but also minimum 2 outputs with PWM-control or analog 0-5V, as the motorcontroller of choice works with PWM or 0-5V inputs. Also 2 analog inputs 0-5V for 2 kinds of safety edges. Find also the list of peripherals in the attachment. The pulse generated by the motorcontroller won’t exceed 500 Hz with our current motor/motorcontroller configuration. (see peripheral list: section motorcontroller) In total we need to have: Digital inputs: 12 Digital fast inputs (counter): 2 Analog inputs: 2 Digital outputs: 6 Analog outputs: 2 Key deliverable: A fully programmed NUCLEO-G491RE STM32 and ESP32-DEVKITC-32UE microcontroller that controls a sliding gate according to an already provided functional de...

    $9818 (Avg Bid)
    保密协议
    $9818 平均报价
    12 个竞标

    I'm in need of an Arduino expert who is adept at programming a small Arduino circuit to control LEDs, a motor, and sound. It will be integrated into a small, Matchbox/Hot Wheels-sized fire truck. The LEDS will flash alternately to represent the emergency lights. The motor will power the back wheels and the sound will play through a small speaker as a siren and horn. Here are the requirements for the project: I believe the Arduino MKR Zero would be a good fit since it has the integrated micro SD card holder and sound processing capabilities. It also has an integrated battery charger. The Arduino needs to be powered by a rechargeable Lithium Polymer battery like 3.7 Volts. - Control LEDs: I believe I can get by with two white 3mm LEDs. I will install fibre-optics to tr...

    $4004 (Avg Bid)
    $4004 平均报价
    25 个竞标

    Necesito la memoria de calculo de un chasis tubular bajo cargas de un piloto, el motor y una fuerza sobre el bastidor frontal. Cuento con el CAD en SolidWorks, el material, los espesores y las cargas.

    $843 (Avg Bid)
    $843 平均报价
    17 个竞标

    ...Elevation drawings All these drawings i need just with basic dimensions and hatches (not specific to material, i'll do that myself, but i want any structure to have hatch so later i can just change hatch style as i need). The building, that i need drafted, is completely prefabricated and everything is modular => no complicated drawings. Link for location: Once project is granted, i'll provide old handdrawn documentation ordered into parts (architectural drawings, structural drawings, MEP drawings, lists of elemts...etc.) that contains very detailed drawings, but doesnt contain: -section drawings -elevations (theres still more than enough informations contained

    $1154 (Avg Bid)
    $1154 平均报价
    97 个竞标

    Wiring Schematic of an Agricultural Articulated Truck (Tractor), new project needs schematic and design. Key Components: Power Supply: Battery Alternator Main Circuit Breaker Lighting System: Headlights Tail Lights Work Lights Indicators Control Systems: Ignition Switch Dashboard Control...Agricultural Articulated Truck (Tractor), new project needs schematic and design. Key Components: Power Supply: Battery Alternator Main Circuit Breaker Lighting System: Headlights Tail Lights Work Lights Indicators Control Systems: Ignition Switch Dashboard Controls Relays and Fuses Engine and Transmission: Starter Motor Engine Sensors Transmission Controls Hydraulics: Hydraulic Pump Controls Joystick Controls Hydraulic Solenoids Auxiliary Systems: Air Conditioning Horn Wiper Mot...

    $258 / hr (Avg Bid)
    $258 / hr 平均报价
    15 个竞标

    I need a comprehensive predictive modeling using regression models specifically tailored for industry-specific data. Key Requirements: -Expertise in industry-specific data handling and analysis -Precision in building and executing regression models -Sound understanding of predictive modeling techniques The ideal freelancer should have a solid portfolio in statistica...analysis -Precision in building and executing regression models -Sound understanding of predictive modeling techniques The ideal freelancer should have a solid portfolio in statistical modeling, particularly in regression and predictive analyses involving industry-specific data sets. Specifically they should should have an in depth knowledge of Generalised Linear Models used in evaluating risk in the Motor Insuranc...

    $226 / hr (Avg Bid)
    $226 / hr 平均报价
    53 个竞标
    TMC5160 - ESP32 library 已经结束 left

    Creating a library to control the TMC5160 using only the SPI bus. The library must be ESP32 compatible and will not use other similar existing libraries for other TMCs. It must include: - basic functions for motor setup and movement, positioning - advanced functions such as CoolStep, StallGuard2, SpreadCycle and StealthChop2 - sensorless operation to find home position (StallGuard2) - the library must not block additional ESP code during motor running and control (delay commands etc) and must support running of multiple motors simultaneously (using CS signal) - deploying the library in VS Code + PlatformIO The library functionality will be tested on a TMC5160 BOB + NEMA 8 (8HS15-0604S).

    $4300 (Avg Bid)
    $4300 平均报价
    30 个竞标

    I'm looking for an expert to help me set up a Human-Machine Interface (HMI) to control AC motors on a test bed. Specifically, the motors to be controlled are AC, and the primary goal of the HMI will be to adjust the motor parameters. Key Requirements: - Proficiency in setting up HMIs for industrial control systems - Experience with AC motor control - Knowledge of KEB F5 drive control is highly beneficial Communication Protocol: As I have no specific preference for the communication protocol, I am open to suggestions based on your expertise and experience in this field. Please provide details of your relevant experience and how you plan to approach this project in your proposal.

    $4464 (Avg Bid)
    $4464 平均报价
    28 个竞标

    I'm looking for a skilled and creative drone designer to help me create an innovative outdoor drone. The drone's primary function would be to fly in a loop over a designated area for approximately 30 minutes. Key Requirements: - I'm looking for a drone that can be launched out of a tube using an electric motor. It should be able to withstand outdoor conditions. - The drone should have a flight time of 30 minutes. - The drone should be able to fly in a loop over the designated area. Ideal Skills and Experience: - Proven experience in drone design, particularly for outdoor use - Innovative thinking and the ability to think out of the box - Strong understanding of aerodynamics and flight mechanics Please share any relevant experience and your proposed de...

    $62110 (Avg Bid)
    $62110 平均报价
    27 个竞标

    In need of a talented video editor and script maker for my project which will be focused on the promotion and education of current trends within the automotive industry, specifically aimed at motor fans, car fans, and dealers. Your task will primarily involve: - Creating engaging content about recent car reviews and ongoing trends in the industry. - The videos should not just be entertaining but also serve an educational purpose, ensuring our abrasive audience is well-informed and knowledgeable. Ideal Skills Required: - Proficient in video editing software. - Exceptional scriptwriting ability. - A deep understanding of the automotive industry. - Proficiency in Arabic language is preferred. - Affinity with automotive fans and an understanding of their interests. If you believe yo...

    $780 (Avg Bid)
    $780 平均报价
    37 个竞标

    I'm looking for an experienced web developer to create an e-commerce website for my business. The site should be able to handle transactions with credit cards as the main payment method. develop a website throw WordPress already we have account, also we have domain + hosting in GoDaddy, I attached here a sample of website, we need a website design and platform similar to this one, we will...There will be no charge for delivery (free delivery), and this should be clearly visible to customers. - There should be options for delivery or pickup from the main branch in Baniyas, I will share the location with you later. - Customers need to enter their name and number. - A platform to receive orders is also required.

    $2209 (Avg Bid)
    $2209 平均报价
    91 个竞标