Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 arduino write xml jobs fundet, i prisklassen EUR

    ...coding and PCB design. I have used Arduino, PIC, MSP430, C2000 and STM32 for 8 years. I have developed several codes by using their IDE and compilers. I know all principles of them. And I can do microcontroller simulation by using Proteus. Proteus have microcontroller model and peripheral components to simulate the code. The code can be debugged by using COF file also. Simulation result is same with real time application. I have 8 year experience on Arduino and know all principles of it. I’m using Atmega chip instead of Arduino board as a platform to have cheapest solution.I’m using samples, libraries and Arduino IDE for developing any code. I have developed several codes for different kind of boards. I can do simulation by using Proteus also. Th...

    €188 (Avg Bid)
    €188 Gns Bud
    1 bud

    I'm looking for a skilled mobile app developer to create a cross-platform app f...with the ability to download them. - Show the value of specific parameters: The app should display real-time values of specific parameters of the device. - Write a C firmware sketch for a MCU (it has to be integrated into an existing firmware) Ideal candidates for this project will have: - Extensive experience in mobile app development, particularly on both iOS and Android platforms. - Proficient in Bluetooth device integration with mobile apps. - Strong UI/UX design skills to ensure a user-friendly interface. - Familiarity with data visualization tools for the trends functionality. - Experience in MCU programming (C language, Arduino friendly) - Experience in working with log files and fi...

    €1193 (Avg Bid)
    NDA
    €1193 Gns Bud
    67 bud

    I'm in need of an experienced Arduino expert, specifically one who is well-versed in home automation projects. While your specific tasks aren't limited to, they fundamentally revolve around the following: * Writing, troubleshooting, and optimizing Arduino codes. * Designing and prototyping of Arduino circuits. Ideal Skills: * Proficient in Arduino programming. * Rich experience in home automation projects. * Demonstrated success in circuit design and prototyping. In your application, please include a detailed descriptions of your past Arduino coding experience, particularly those related to home automation. Your proven track record and experience in this field is crucial for this project success.

    €140 (Avg Bid)
    €140 Gns Bud
    42 bud

    ...then apology to Kendrick Lamar, how should J. Cole navigate his career moving forward. 7. If you were to be a Franchise player for any sports franchise, which would it be? 8. Carousel Idea: Celebrities That Own Cybertrucks Do slides of all the celebrities that currently have cybercars 10. If you had $2000 to start a brand. Write the letter & number you're choosing: Face Of The Brand: a) Yourself b) Justin Bieber  c) Patrick Mahomes d) Francis Ngannou BUSINESS CONNECTIONS: 1) Jay-Z 2) Elon Musk 3) Michael Jordan 4) Dana White Make sure you are able to put together an Instagram post with supporting content for any ideas. If necessary. REQUIRED: IN YOUR APPLLICATION GIVE ME 5 ORIGINAL IDEAS FOR THE @Boardroom Page: Based

    €7 / hr (Avg Bid)
    €7 / hr Gns Bud
    30 bud

    I need an Arduino C expert with experience in sensor integration, communication with other devices, and data logging. To meet all my project needs, the selected freelancer should have skills to integrate RFID and WiFi sensors. Primary tasks include: - Integrating RFID and WiFi sensors into an Arduino C project. - Ensuring seamless communication between Arduino C and Mobile devices/PCs. - Implementing effective data logging. This is a complex project and looking for someone who can provide realistic solutions. Proven work with Arduino C, RFID/wifi sensor implementation, and device communication enhancement will give you an upper hand in your application. Looking forward to discussing further details.

    €463 (Avg Bid)
    €463 Gns Bud
    41 bud

    I'm in search of a skilled calligrapher with experience in traditional calligraphy. The project involves creating beautiful traditional calligraphy that will be framed as artwork. Key Requirements: - Write the Verse #5 (ولسوف يعطيك ربك فترضى) from Susa Alduha to fit a specific shape that is provided in this project - The writing has to be done in SVG format - Provision of past work for review Ideal experience: - Proven track record in traditional calligraphy - Experienced in creating calligraphic pieces for framing

    €25 (Avg Bid)
    €25 Gns Bud
    38 bud

    I am looking for a freelancer who can write up an explanation on XRD Analysis at an intermediate level. The explanation should be specific to the application of XRD Analysis in Material Science. Skills and Experience: - Strong knowledge and understanding of XRD Analysis and its principles - Proficiency in writing technical content in an easy-to-understand manner - Experience in explaining complex scientific concepts to a non-technical audience - Familiarity with the application of XRD Analysis in Material Science would be preferred.

    €11 (Avg Bid)
    €11 Gns Bud
    18 bud

    I'm seeking an experienced Arduino programmer for a complex project involving a Bafang mid drive e-bike. You will be tasked with programming the Arduino system to control different elements of the bike, including throttle control, power level, and motor speed. Key Responsibilities: - Rework the throttle control to increase speed, decrease speed, and maintain the constant speed. - Modify the existing power level controls. - Adjust the motor speed settings. For this project, it's necessary have robust experience with Arduino programming and a good understanding of Bafang mid drive e-bikes would be greatly beneficial. I'm yet to finalize which components we will need, so any advice on this subject would be appreciated.

    €16 (Avg Bid)
    €16 Gns Bud
    17 bud

    ...are podcasting" This post will go into details about why podcasting has been more lucrative for rappers over the music industry. 8. Carousel Idea: Celebrities That Own Cybertrucks Do slides of all the celebrities that currently have cybercars 10. If you had $2000 to start a brand. Write the letter & number you're choosing: Face Of The Brand: a) Yourself b) Justin Bieber  c) Patrick Mahomes d) Francis Ngannou BUSINESS CONNECTIONS: 1) Jay-Z 2) Elon Musk 3) Michael Jordan 4) Dana White Make sure you are able to put together an Instagram post with supporting content for any ideas. If necessary. REQUIRED: IN YOUR APPLLICATION GIVE ME 5 ORIGINAL IDEAS FOR THE @Boardroom Page: Based

    €4 / hr (Avg Bid)
    €4 / hr Gns Bud
    18 bud

    Need someone with an already tested code with an Oscilloscope of 3 phase using Ardunio or ESP32. Must be a tested code or will need to wait for me to test it before releasing milestone

    €109 (Avg Bid)
    €109 Gns Bud
    32 bud

    I need to convert a small 25mb .bak file to csv/xml. This is a backup of MSSQLSERVER2016 (MS SQL Server)

    €22 (Avg Bid)
    €22 Gns Bud
    22 bud

    Task 1.1: Define a document parsing function Create a function parse_rcv1v2(stop_words, inputpath) to parse XML files in a folder. Implement steps to read XML files, extract docID and index terms, and create Rcv1Doc objects. Define a class Rcv1Doc with attributes like docID, terms (a dictionary of terms and their frequencies), and doc_len. Tokenize text, remove stop words, and apply stemming using the Porter2 algorithm. Define methods like getDocId() and get_term_list(). Task 1.2: Define a query parsing function Create a function parse_query(query0, stop_words) to parse a query string. Tokenize the query, remove stop words, and apply stemming. Return a dictionary of terms with their frequencies in the query. Task 1.3: Define a main function Implement a main function to t...

    €109 (Avg Bid)
    €109 Gns Bud
    15 bud

    I'm building an CRM platform for churches. I need help to write a product spec for designers and developers to follow and build according to specification. Below is a working document, the product manager should turn this into a product spec for developers and designers to use as reference.

    €400 (Avg Bid)
    €400 Gns Bud
    44 bud

    ...He/she'll have to work with Esko Dynamic Content: For more info on 'esko dynamic content check our their training on their last version: ) Job description: 1. Based on a Excel sheet containing translation to a package label saying, the designer will have to generate: a XML file containing the different language version to be applied on the package. The Excel sheet will contain 5 languages (all written from left to right): - Portuguese - Spanish - English - Polish - Greek 2. Based on an existing trilingual AI artwork (sample attached) I'll share the designer will have to map the artwork with the correct placeholders for the label sayings in different languages sheet

    €81 (Avg Bid)
    €81 Gns Bud
    39 bud

    ...background in measurement systems particularly using load cells and load cell amps and basic platform development. The objective is to develop a project which measures loads within a range of 10-20kg , with data input to an Arduino microcontroller. The ability to configure an edge device to continuously stream data to a simple BI dashboard on a desktop is also required. The successful freelancer should have the following skills and experience: - An excellent understanding of load cells and how to operate and interpret readings from them. - Extensive experience using Arduino microcontrollers and able to proficiently program and troubleshoot them. - Knowledge on how to integrate an edge device with this setup, and the skills needed to stream data to a BI dashboard. -Should...

    €128 (Avg Bid)
    €128 Gns Bud
    6 bud

    I am seeking a seasoned expert in Arduino development for a comprehensive home automation project I have in mind. This will encompass elements of light control, temperature regulation, and security systems across different areas in my house, including the living room, bedroom, and kitchen. Key features to develop consist of: • Light Control: Automated lighting systems tailored for the three mentioned rooms. • Temperature Regulation: Automated and responsive temperature control for comfort and efficiency. • Security Systems: Implement a robust security system, integrating it into our Arduino control center. Could you help in creating an all-encompassing, user-friendly, and secure home automation system? Knowledge in Arduino home automation, smart home t...

    €41 (Avg Bid)
    €41 Gns Bud
    9 bud

    I’m seeking a skilled developer to convert my existing PortVB Desktop App into an iOS/Mac Desktop App. It a small tool that runs on a Windows PC and reads some flat XML files and inserts/updates a mySQL database. We need the same program to be able run on a iOS/Mac desktop. I have all the VB Project files/ Source code. - Skills in app development for iOS/Mac, ideally with previous experience in app conversion - Knowledge of data syncing, user authentication, and offline access, in case these features need to be incorporated - Familiarity with contacts management, communication, scheduling, calendar integration, and file/document management functionalities for potential focus areas - Creative design skills to potentially revamp the user interface and overall design of t...

    €413 (Avg Bid)
    €413 Gns Bud
    30 bud

    I need of code in Python (Selenium) to get information of product page of a marketplace. The method/function need receive the link of page, and the code must create a directory and save inside this directory, the video and images of product. Must create file (ex xml, csv) and save the title of product, description of product, price and discounted price when offered, basic information.

    €22 (Avg Bid)
    €22 Gns Bud
    50 bud

    We have a hardware in the loop (simulator) project that needs to be completed in 15 days time. Develop and write register level programs for an Arduino microcontroller that satisfy the following control objectives: 1. Speed / cruise control (PID) - maintain a desired car speed 2. Traction / launch control - maximize acceleration until a desired speed is reached 3. Braking control - maximize deceleration until the car stops - similar to traction control 4. Steering control down the track 5. Obstacle and crash avoidance We need the register level programming as well as C++ codes for simulation

    €102 (Avg Bid)
    €102 Gns Bud
    33 bud

    I am seeking a skilled Arduino Developer to assist with creating a home automation system. Though the specific aspect to be focused haven't been established, the freelancer will be operating under a quick turnaround time to deliver a comprehensive solution. Key project requirements include: - substantive knowledge in Arduino home automation projects - able to promptly execute tasks - comfortable with rapidly evolving project details Experience in any of the following areas will be highly desirable but not mandatory: - Lighting control systems - Temperature regulation mechanisms - Home security systems Please apply urgently as I am planning to get started as soon as possible.

    €156 (Avg Bid)
    €156 Gns Bud
    5 bud

    Tengo un proyecto donde por medio de arduino y sensores, recopilo unas informaciones de un motor. Necesito hacer que esa información se presente en una pantalla LCD y también me envié esa información a una app o web, para eso tengo un ESP32.

    €28 (Avg Bid)
    €28 Gns Bud
    15 bud

    I'm in need of an experienced Arduino expert, specifically one who is well-versed in home automation projects. While your specific tasks aren't limited to, they fundamentally revolve around the following: * Writing, troubleshooting, and optimizing Arduino codes. * Designing and prototyping of Arduino circuits. Ideal Skills: * Proficient in Arduino programming. * Rich experience in home automation projects. * Demonstrated success in circuit design and prototyping. In your application, please include a detailed descriptions of your past Arduino coding experience, particularly those related to home automation. Your proven track record and experience in this field is crucial for this project success.

    €139 (Avg Bid)
    €139 Gns Bud
    35 bud

    Need skills in arduino code enhancement using libraries like accelstepper motor control .

    €145 (Avg Bid)
    €145 Gns Bud
    16 bud

    I am looking for someone with strong skills in camera integration and Arduino setup to build a low-resolution (640 x 480 pixels) Arduino camera that can effectively capture photos. However, the camera must send in a cloud the one photo per day but doesn't need to have video or live streaming capabilities. Given this camera will be primarily used for research, I expect the winning bidder to make recommendations and understand the key requirements for a research setting. Expertise with similar projects is desired to deliver a proficient final product.

    €142 (Avg Bid)
    €142 Gns Bud
    29 bud

    Looking for a SQL Expert who is good with Transact SQL, stored procedure and expert with MS SQL server. Task is related to trigger and XML and should hardly take one day to complete

    €78 (Avg Bid)
    €78 Gns Bud
    38 bud

    I'm in need of an experienced ASP.NET full-stack developer to provide job proxy from 7:30 pm IST to 2:30 am IST. (must have to work on client laptop wia screen sharing) Resource must have Knowledgeable of the ASP.NET framework, Microsoft SQL Server and design/architectural patterns (e.g., Model View-Controller (MVC)). Knowledge of web development languages, such as HTML, XML, CSS, JavaScript and AJAX. Experience with database servers, particularly Microsoft SQL Server 2016 or newer/ In-depth knowledge of the .NET infrastructure Experience with architecture styles/APIs (REST, RPC). Understanding of the Agile methodology. Knowledge of REST and RPC APIs. Strong communication and interpersonal skills with an ability to work well in a team setting. Advanced profici...

    €680 (Avg Bid)
    €680 Gns Bud
    62 bud

    I require a professional to write a script for Google Sheets, specifically to make Column E a "write once" column. This column will involve a choice from a dropdown menu. It's essential that once data is entered in this column, it cannot be rewritten. Ideal Skills and Experience: - Proficient in creating Google Sheets Scripts - Expert understanding of coding for writing scripts in google sheets - Experience in writing "write once" scripts Application Requirements: Please include examples of past work, especially those relevant to Google Sheets Scripts manipulation. Show me how you've solved similar challenges in past projects to make a strong case.

    €103 (Avg Bid)
    €103 Gns Bud
    28 bud

    I'm in need of a freelancer with expertise in XML and shipping logistics. The task involves generating textual shipping labels from XML data. The crux of the task includes: - Interpreting XML data - Generating labels exclusively containing package details Ideal candidates will have a solid background in XML data handling and shipping logistics, ensuring efficiency, accuracy, and compliance in label generation. Knowledge of industry standards for package details display on shipping labels is preferred. Your role will include interpreting XML data for relevant package details and converting this into a textual format for shipping labels. Please ensure you have the necessary skills before bidding.

    €20 (Avg Bid)
    €20 Gns Bud
    11 bud

    ...developer to create a solution that seamlessly integrates QuickBooks Point of Sale (POS) with Google Sheets. This project involves using the QuickBooks POS Software Development Kit (SDK) to retrieve data from QuickBooks POS, such as sales, inventory, and customer information, and then programmatically update a Google Sheet with this data. Requirements: Strong programming skills with experience in XML and COM. Experience with QuickBooks POS SDK and understanding of qbposXML for data retrieval. Proficiency in using Google Sheets API for creating, updating, and managing spreadsheets. Ability to implement robust authentication and authorization flows, particularly OAuth2 for Google Sheets API. Knowledge of data handling and transformation to ensure seamless data flow between QuickB...

    €451 (Avg Bid)
    €451 Gns Bud
    58 bud

    As a client, I am in search of a skilled Python developer with experience in XML parsing and handling database operations. I require a Python utility program to parse Talend jobs and determine source and target column details. Key Requirements: * Parse XML files - The Talend mapping file will be supplied in XML format. We're in need of someone fluent with Python's XML parsing libraries. * Extract information - The utility must be able to extract critical information including source and target table columns, as well as source and target databases. * Dynamic Output format - The extracted information must be formatted in CSV or potentially other formats. It should be flexibly designed as we will use this data to load into a database. * Database experti...

    €11 (Avg Bid)
    €11 Gns Bud
    8 bud

    I am looking for an experienced WP All Export plugin developer to customize my WP All Export custom XML feed. The changes involve adding an incremental ID attribute to image array elements and modifying the Kyero feed to suit my needs. See attached screenshot As this project requires specialized knowledge in WP All Export, I would appreciate it if freelancers with experience in WP All Export apply for this job.

    €22 (Avg Bid)
    €22 Gns Bud
    16 bud

    ...implementing the E-invoicing resolution, which includes generating the XML format in compliance with the Saudi Zakat, Tax, and Customs Authority (ZATCA) guidelines. The implementation is required in dotnet core 6 MVC project and involves two key documents: 1. ELECTRONIC INVOICE DATA DICTIONARY (19 May 2023): 2. ELECTRONIC INVOICE XML IMPLEMENTATION STANDARD (19 May 2023) : 3. the SDK tool to validate XML generated invoice: | password: 466277 4. sample invoice to work on: 5. code to continue on: branch name: main The implementation process should follow two distinct steps: 1. XML Format Invoice Generation (For Simplified invoice version only) 2. Validation

    €133 (Avg Bid)
    €133 Gns Bud
    13 bud

    Project Description: We are seeking a freelanc...send links effectively. Excellent communication and documentation skills. Additional Information: The chatbot operates with prompts in XML standard. We use the ChatGPT-4 language model. A spreadsheet with relevant links will be provided as part of the project. The chatbot's training database is formatted in Q&A. The platform used to develop the AI is Dify. How to Apply: Send your portfolio, highlighting previous projects related to chatbots or conversational AI. Include a description of how you would address the specific needs of this project to improve our chatbot's prompt engineering. Attachments and additional details, such as your experience with XML standards and specific AI models like ChatGPT-4, will be v...

    €131 (Avg Bid)
    €131 Gns Bud
    22 bud

    for adult sites (XXX) (¡¡¡¡READ THE DESCRIPTION COMPLETELY !¡¡¡) this is our site, we want a freelancer that can give at least 60 highquality backlinks in at least 30 articles Permanent is a MUST, No Duplicates if you want to be hired, send the list of domains where you will publish the articles with the DA No spam backlinks like blogsport, comments on other postings things won´t be accepted neither Budget: 600 USD dont harrass me, just bid and send the list, otherwise you will be blocked and reported

    €334 (Avg Bid)
    €334 Gns Bud
    29 bud

    this is our site, we want a freelancer that can give at least 20 highquality backlinks in at least 10 articles Permanent is a MUST if you want to be hired, send the list of domains where you will publish the articles with the DA No spam backlinks like blogsport, comments on other postings things won´t be accepted neither Budget: 250 USD dont harrass me, just bid and send the list, otherwise you will be blocked and reported

    €126 (Avg Bid)
    €126 Gns Bud
    70 bud

    This is a very specific task. I am currently seeking an embedded system Engineer with exceptional skills in C/C++, Arduino, communication protocol. Your primary task will be connect a Raspberry Pi rp2040 to a GPS device via USB, rp2040 will act as USB host and GPS will streaming data via USB as a serial com port. Note: if we connect the GPS device to PC, it will be detected as a comport and streaming

    €146 (Avg Bid)
    €146 Gns Bud
    11 bud

    Step 2: Dashboard Exploration Analyze the selected dashboard thoroughly. Pay attention to the layout, design, choice of visualizations, and the story it tells. Identify the dataset(s) used in the dashboard and describe its source and purpose. Step 3: Critique and Analysis Write a critical analysis of the selected dashboard. Consider the following aspects: a. The effectiveness of visualizations in conveying insights. b. The dashboard's overall design and user-friendliness. c. Whether the dashboard effectively communicates a specific message or story. d. The choice of colors, fonts, and other design elements. e. Interactivity and user engagement. f. Any areas where improvements or enhancements could be made. Step 4: Presentation Prepare ...

    €19 (Avg Bid)
    €19 Gns Bud
    28 bud

    We are developing an electronic circuit for electrochemical experiments and require a skilled Arduino coder. The circuit is already built, and we have a clear circuit diagram for reference. You must develop Arduino code to control the built circuit. Your Responsibilities: The code should enable functionalities like: - Applying precise potential (voltage) through DAC to one terminal of OPAM which is connected to three electrodes. - Voltage should vary at specified rate and specified step. - Measuring correct current being received by Arduino from OPAM. (Actually, current generated between electrodes are converted to voltage by resistance (R) . Voltage output to Arduino gives current dividing voltage by R. - Implementing a reference for stable measuremen...

    €294 (Avg Bid)
    €294 Gns Bud
    36 bud

    Looking for a proficient C# and .NET Framework developer to write a piece of code for QRCode generation and the signing process for XML generation of ZATCA Simplified Tax Invoice. Key Requirements: - The QR code will contain binary data. - The XML generation will be in a Standard XML format. Ideal Skills: - Extensive experience in C# programming and .NET Framework. - Familiarity with QR code generation and XML generation. - Knowledge in taxes or financial reporting is a plus but not mandatory. Your main task is to ensure the smooth and error-free generation of QRCodes and XML documents within our existing system. Please only apply if you are confident in your ability to deliver a high-quality solution. Prior experience with a similar proc...

    €203 (Avg Bid)
    €203 Gns Bud
    11 bud

    I'm looking to develop an electrical drawing using Arduino for sensor-based automation, specifically utilizing motion sensors. it will be applied to a bicycle to indicate which direction it is turning and if it is stopping or moving. I will need expertise in the following areas: - Proficiency in Arduino - Experience with electrical drawings - Knowledge in sensor-based automation - Specific experience with motion sensors The project's overall goal is to attain a functional automation system based on motion sensing. Please share any similar projects you've completed.

    €119 (Avg Bid)
    €119 Gns Bud
    40 bud

    Title:...responsive one-page website using HTML, CSS, and JavaScript. Implement server-side logic using Node.js and Express. Use Angular for front-end web development. Integrate MongoDB to store user input data. Implement a payment integration system. Requirements: Proven experience as a Full Stack Developer or similar role. Knowledge of multiple front-end languages and libraries (e.g. HTML/ CSS, JavaScript, XML, jQuery). Experience with JavaScript frameworks (e.g. Angular, React, Node.js). Familiarity with databases (e.g. MongoDB), web servers (e.g. Apache), and UI/UX design. Excellent communication and teamwork skills. Great attention to detail. Organizational skills. An analytical mind. If you meet these requirements and are passionate about web development, I would love to hear...

    €132 (Avg Bid)
    €132 Gns Bud
    39 bud

    This project aims to generate a proof of concept application that demonstrates functionality and uses the Kotlin language. It will consist of three pages: - Page 1: Features buttons leading to the se...may have different statuses. This page will implement Jetpack Navigation, Data Binding, Retrofit, and Coroutines. - Page 3: Detailed view of an item clicked from the RecyclerView list. Other key aspects of the project include: Hilt for dependency injection, SOLID principles for design, MVVM for architecture, and XML for layout design. Ideal candidates should possess strong skills and experience with Kotlin, Jetpack Navigation, Data Binding, Retrofit, MVVM, Coroutines, and XML. They should also be familiar with SOLID principles and have a good understanding of Hilt for depe...

    €141 (Avg Bid)
    €141 Gns Bud
    10 bud

    ...so that it will make the 1st boot device PXE on the next boot it will boot off the PXE and do tasks as PXE including install a new OS after OS install is done........ 2..would like to change change2 - so that it will make the 1st boot HD 3..Also- read the values of the boot order from the bios in linux ? Can you do this as a script ? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5...

    €15 / hr (Avg Bid)
    €15 / hr Gns Bud
    7 bud

    ...this via command line is fine but script would be nice also change1 - so that it will make the 1st boot device PXE on the next boot it will boot off the PXE and do tasks as PXE including install a new OS after OS install is done........ would like to change change2 - so that it will make the 1st boot HD Can you do this as a script ? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 ...

    €22 / hr (Avg Bid)
    €22 / hr Gns Bud
    8 bud

    ...table top hydroponic system for use in a home. This circuit will require timed controls of an LED grow light and water pump ( + inputs from buttons in the future). The components I am using are: LED grow strip: rated at 20v, 350mA DC Water pump: 12v, 5W DC Timed controls: Arduino Uno (5min on/55min off Pump, 16h on/8h off LED) I have built a simple circuit for timed controls of the water pump. This comprises of 12DC input from a constant voltage (12v, 30W) plug and IRF520 MOSFET module for control of the water pump. The Arduino output and ground pin are connected to the MOSFET in order to control the pump. However, I am stuck on how to integrate the LED grow strip into this circuit. Does anyone have any suggestions on how I can power and wire up this circuit to facilitate ...

    €59 (Avg Bid)
    €59 Gns Bud
    23 bud

    ...table top hydroponic system for use in a home. This circuit will require timed controls of an LED grow light and water pump ( + inputs from buttons in the future). The components I am using are: LED grow strip: rated at 20v, 350mA DC Water pump: 12v, 5W DC Timed controls: Arduino Uno (5min on/55min off Pump, 16h on/8h off LED) I have built a simple circuit for timed controls of the water pump. This comprises of 12DC input from a constant voltage (12v, 30W) plug and IRF520 MOSFET module for control of the water pump. The Arduino output and ground pin are connected to the MOSFET in order to control the pump. However, I am stuck on how to integrate the LED grow strip into this circuit. Does anyone have any suggestions on how I can power and wire up this circuit to facilitate ...

    €131 (Avg Bid)
    €131 Gns Bud
    16 bud

    I need an expert who can use the Pentaho tool for a data integration project. My main goal is data cleansing and transformation. Our data sources are diverse - we are dealing with relational databases, flat files, XML, JSON, and manual entry. The tasks include: - Data filtering - Data sorting - Data aggregation - Data validation - Creating dimension and fact tables The ideal freelancer should be skilled in Pentaho and have a solid background in handling various data sources (relational databases, flat files, XML, JSON). Familiarity with data transformation tasks, particularly creating dimension and fact tables, is key for this project. Experience in data validation is also crucial.

    €4 / hr (Avg Bid)
    €4 / hr Gns Bud
    7 bud

    I'm looking for a skilled professional who can help us enhance the security of our Azure AD B2C Custom policies by implementing client certificates. Key Requirements: - Basic configuration changes: We're not looking for advanced policy o...certificates is a must. - Ability to work with internal teams: Our internal team will be handling the lifecycle management of the certificates, so the freelancer should be able to collaborate effectively with our team. Skills and Experience: - Strong background in Azure AD B2C Custom policies and client certificates - Ability to implement basic configuration changes in Azure AD B2C - Experience in XML Language If you have the necessary experience and skills to meet our requirements, please provide a proposal detailing how you would ap...

    €388 (Avg Bid)
    €388 Gns Bud
    6 bud

    I'm looking for an experienced electronics expert to help design a circuit for a consumer electronics device. Key Tasks: - Advanced PCB Design: This will involve creating a complex PCB layout that can accommodate the circuit's requirements. - RF Circuit Design:...essential. Ideal Skills and Experience: - Seeking Electronics Expert with the following skills: Proficient in LTSpice, Multisim, or SPICE. Analog, digital circuit design, power supplies, signal conditioning. Skilled in Altium Designer, Eagle, or KiCad. Knowledge of PCB fabrication processes. Experience integrating optical filters into IR-based devices. Write algorithms for signal processing, and control systems. Microcontroller programming (e.g., Arduino, Raspberry Pi). Design experience with IR-based ...

    €297 (Avg Bid)
    €297 Gns Bud
    15 bud

    I am in need of a skilled (medicine preferable) French writer who can help me create a high-quality write-up. It is lecture come presentation.

    €131 (Avg Bid)
    €131 Gns Bud
    41 bud