Timer arduino jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 timer arduino jobs found, pricing in CAD

    I’m in the process of creating a robotic arm for plucking tomatoes using six servo motors. I need help in writing the arduino code. Your code will command the robot to perform the following actions: - Rotation of the waist - Shoulder movement - Elbow bending - Wrist rotation - Gripping objects - Detection of red color With the red color detection, the gripper should open up and proceed with the tomato plucking. The kinetic architecture of this robot should be inverse, and the links I'm using for shoulder, elbow, and wrist are 18cm, 12cm, and 8cm respectively. The color sensor model is tcs3200. Once the tomato is held by the gripper, a stroke should be initiated to pluck the tomato. Interested freelancers should share past work of similar projects. Knowledge of robus...

    $192 (Avg Bid)
    Urgent
    $192 Avg Bid
    7 bids

    I'm on the lookout for a seasoned professional with profound knowledge and experience with Arduino and motor control. Ideally, you should have: - Extensive experience with Arduino programming. - Understand how to code for servo motor control. - Significant background with sensor data collection and device communication. Specifically, your task is to develop an Arduino code to control a single servo motor. Your main role will be programming the Arduino to control the actuator and to communicate appropriately with the device. Proven experience in similar projects will be highly appreciated but is not mandatory. Extra points for creative problem-solving and the ability to work independently.

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    45 bids

    I need a skilled programmer to write Arduino code that accomplishes the following tasks: - Ability to control LEDs. - Command a Servo Motor to make randomized movements. - The code should allow for control over motors and other actuators. Ideal experience for this project would include proficiency in Arduino coding and electronics, with a particular focus on controlling servo motors and LEDs. Understanding of random movement patterns is a bonus. I rely on your expertise for effective and efficient control of these components.

    $794 (Avg Bid)
    $794 Avg Bid
    73 bids

    We are looking for Mechanical Engineer having expertise in SOLIDWORKS who can do a design project for us in 3 days. We have attached our prototype document, we want to create a time delayed hinge that will work on cabinet doors and drawers when the cabinet door is opened it winds the hinge mechanism that will start a timer or 2-3 minutes, that will close when the period of time is done. The door/drawer has to be able to close freely at anytime during the winding mechanism, fully wound at 1/4 of the opening rotation, and have a switch that disengages/engages the closing mechanism it can be a different design we just did some initial drawings

    $179 (Avg Bid)
    $179 Avg Bid
    26 bids

    I have some controller project, working project with Teensy 4.0 and Arduino's program. Now I need update this project for additional canbus data (two IDs): reading actual shifter position (one ID) and send data to other units (another one ID).

    $68 (Avg Bid)
    $68 Avg Bid
    5 bids

    ...both users and administrators. This feature is essential for tracking progress and identifying areas for improvement. Additional Features: - Secure Login: The platform must ensure secure access for all users. - Question Bank Management: The developer should include the ability to add, edit, and delete questions from the question bank. - Test Scheduling and Timer: The software should support the scheduling of tests, as well as provide a timer function during test taking. - Setting of Question Paper: The system should allow for the creation of question papers from the question bank. - Onsite Support for 3 Years: I expect the freelancer to provide onsite support for a period of 3 years. Please note that no travel or accommodation expenses will be reimbursed. Your Experience...

    $3299 (Avg Bid)
    $3299 Avg Bid
    19 bids

    Fees Adjusted (-1000 inr) User Betting Page: Simple static bootstrap page with visible funds, refill option, and options to select h, d or t, also shows timer of event and option to select h,d or t and a small table showing past 10 users bets and their results. Additional Pages: -Referrals -Contact Us -Privacy page (TOS, Privacy Policy, referral Policy) -Recharge -Withdrawl -Account Details -Verification Page -Forgot Password -404 E-Commerce Part: 1) Landing Page -Hero section (BootStrap Carousel) with products 2) Product Search Page - Same products from landing page but with a search bar 3) product View Page - product view page where can see a demo product with quantity selector, price and 'add to cart' button Admin Panel Part With Bootstrap Nav bar NOT bottom mounted ...

    $172 (Avg Bid)
    $172 Avg Bid
    1 bids

    ...to rotate its jet part. - Speaking: While I didn't specify the exact method for the voice feature, it's open for creative ideas. - Jet Movement: The rotating jet part should be controlled by an Arduino and motor. It should move smoothly and in a controlled manner. - Limit Mouth and Eye Mechanism: The robot should have a limit mouth mechanism and limit eye. It's important these parts move in a precise and controlled manner. - 3D Printing: The internal structure of the robot is expected to be 3D printed. Skills and Experience: - Proficiency in mechatronics and animatronics. - Experience in Arduino programming and robotics. - Strong understanding of 3D printing. - Creative problem-solving skills for animatronic design. Collaboration and Communication: - It&#...

    $204 - $341
    Sealed
    $204 - $341
    9 bids

    ...an Arduino based controller however implementation is open to improvements so long as requirements are met. - The basic concept could potentially become a commercial product however I need one to destroy approximately 10,000 cans soon. We could discuss further commercialization of the result if our device works well. - you must be located in the Calgary area and be at least 18 years of age so that you can work with testing filled beer cans at our brewery. No, don't even ask, you cannot volunteer to empty them manually!! If you are not in the Calgary Alberta, Canada area, please do not respond. The ideal candidate for this project would be someone with experience in designing and building similar machinery. You should have a good understanding of mechatronics, pneumat...

    $747 - $1494
    Local
    $747 - $1494
    0 bids

    I'm seeking a skilled microcontroller designer to create a specialized microcontroller for an HVAC application. The microcontroller requires specific features and functionalities. Key Requirements: - Temperature Control: The microcontroller should be able to regulate temperature within a range of -50 to 100 degrees Celsius. - Timer Function: An essential feature, the microcontroller needs to support timer functions. - Inputs and Outputs: Integrate 3 Analog, 5 Digital inputs, and 8 digital outputs for a comprehensive system. - Should have integrated IoT for viewing data online. Ideal candidates should have: - Previous experience in designing microcontrollers. - Proficiency in programming and testing microcontrollers. - Knowledge of sensor integration and communication p...

    $462 (Avg Bid)
    $462 Avg Bid
    9 bids

    The problem: The solonoid valve does not turn off. The voltage on mosfet module output goes from 4.2 V to 4.8 V when motion is detected. It does not goes to 0V and thereby closes the valve. What have i done wrong? I have a simple setup: - Pir sensor AM312 - Nodemcu /ESP (powered by usb) - Mosfet module IRF520 - Solonoid valve 4.5V - External power supply connected to Mosfet 5V, 1A I'm using the following code: const int pirPin = D5; // PIR sensor pin const int mosfetPin = D6; // Connect to the IN/Input terminal on the MOSFET module void setup() { (115200); pinMode(pirPin, INPUT); pinMode(mosfetPin, OUTPUT); ("PIR Motion Sensor with Solenoid Valve Control"); } void loop() { int motionDetected = digitalRead(pirPin); if (motionDetected == HIGH) { (&...

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    8 bids

    I'm in need of a skilled PCB designer who can create a single layer PCB for use in medium-sized consumer electronics. i need to put together a pcb design to include 4x 8x8 led matrix with display driver and a arduino. Requirements: - Design a single layer PCB - Suitable for consumer electronics - Dimensions between 5 cm and 10 cm Ideal Skills: - Experience in single layer PCB design - Proficiency in consumer electronics' PCB requirements - Ability to work within specific size constraints

    $121 (Avg Bid)
    $121 Avg Bid
    51 bids

    I'm looking to automate a process in my manufacturing setup. This involves controlling a servo and timer to carry out specific tasks. Key Responsibilities: - Develop a system that uses a combination of a servo and timer to automate a particular process in my manufacturing facility. - Ensure the system is able to operate efficiently and with high precision. Ideal Skills: - Proven experience in automation projects, particularly in a manufacturing setting. - Proficiency in programming and working with servos and timers. - Strong problem-solving skills to optimize the automation process. Note: I'm unsure about which platform would be the best for this project. I'm open to suggestions and recommendations.

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    12 bids

    I'm in need of a skilled mobile app designer who can redesign an existing android app and also make for IOS. there will be two versions (android / Ios) EDITED: this project is not only to change the color or the images to the current app. you need to know about programation in arduino, bluetooth and android ,, because this app will manage a lock using the smartphone. I send you the current android app in order that you could understand and know how the buttons work please do not offer your job if you can not open the current job and see how it works Key Requirements: - The design modifications primarily focus on be friendly and easy to use - For the user interface, I'm looking to make changes to the color scheme, font styles, and the overall layout. - In terms of ...

    $330 (Avg Bid)
    $330 Avg Bid
    28 bids

    ...and password as well as mobile OTP, while the examinees needs to login with only ID and password. - Question Bank Management: It needs to support the management of a database of test questions. Initially this Question bank will have minimum Ten Thousand questions( MCQ + Descriptive). More questions can be added at any time by admins. - Test Scheduling and Timer: The software should also provide conducting and scheduling for tests and a timer feature for exam sessions. - Setting of Question Paper: The system should have a feature to set up question papers for each test by admin. - Intuitive GUI for Examinee: A user-friendly graphical interface for test takers. - GUI for Result Preparation: Additionally, a graphical interface for staff to prepare and analyze results and to g...

    $2742 (Avg Bid)
    $2742 Avg Bid
    15 bids

    I have Arduino code and a svc model and I’m using a application called Blynk for visualization I want to send the reading of the moisture sensor to the svc model as an input for prediction and send the prediction back to the Blynk or Arduino so if the output is 0 it stop watering and if its 1 it start watering

    $29 (Avg Bid)
    $29 Avg Bid
    9 bids

    I have Arduino code and a svc model and I’m using a application called Blynk for visualization I want to send the reading of the moisture sensor to the svc model as an input for prediction and send the prediction back to the Blynk or Arduino so if the output is 0 it stop watering and if its 1 it start watering

    $38 (Avg Bid)
    $38 Avg Bid
    10 bids

    ...Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3 Finally, I tried to run the example code ColorCamera/rgb_preview.py. However, I would run into the error, "RunTimeError: No avaible devices." Originally, I thought this was a watchdog error since the it said "RunTimeError" but the watchdog timer only activates after 15 seconds and the terminal returns this error in less than 5 seconds. On Luxinos's documentation I noticed that if the camera is unable to connect to the DHCP server it has a fall-back IP Address, 169.254.1.222. Using my computer, I was able to run a script that gives me the IP address of the camera and I noticed the two matched. It also mentions &qu...

    $240 (Avg Bid)
    $240 Avg Bid
    13 bids

    ...Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3 Finally, I tried to run the example code ColorCamera/rgb_preview.py. However, I would run into the error, "RunTimeError: No avaible devices." Originally, I thought this was a watchdog error since the it said "RunTimeError" but the watchdog timer only activates after 15 seconds and the terminal returns this error in less than 5 seconds. On Luxinos's documentation I noticed that if the camera is unable to connect to the DHCP server it has a fall-back IP Address, 169.254.1.222. Using my computer, I was able to run a script that gives me the IP address of the camera and I noticed the two matched. It also mentions &qu...

    $73 / hr (Avg Bid)
    $73 / hr Avg Bid
    23 bids

    Setup: 6 amp Stepper Motor With External Micro Controller. Two Buttons (switches) Desired Action: Press and release button #1 motor CW, accelerates and travels to an assigned location, decelerating to a stop. Pressing this button a second time will stop the motor. Press and release button #2 motor CCW, accelerates and travels to an assigned location, decelerating to a stop. Pressing this button a second time will stop the motor.

    $83 / hr (Avg Bid)
    Urgent
    $83 / hr Avg Bid
    9 bids

    More details: What type of communication method would you like the smart watch kit to use? GSM Do you want to send only text messages or multimedia messages as well to the smart watch? Only text messages What type of phone will you be sending messages from to the smartwatch? iPhone All I require is a code which enables me to send messages from my iphone 11 onto this Arduino board.

    $334 (Avg Bid)
    $334 Avg Bid
    16 bids

    I'm in need of an Arduino ESP32 BLE Beacon that can help me locate my position. Its key function will be to triangulate its position based on three central beacons in an indoor environment. Key Requirements: - The main goal of this project is to create a beacon that allows me to know my position inside indoor spaces, such as offices and warehouses. - The system should be designed to provide a medium level of precision in position tracking, with an accuracy of up to 5 meters. Ideal Skills and Experience: - Proficiency in Arduino and ESP32, with a strong understanding of BLE (Bluetooth Low Energy) protocols. - Prior experience in designing and developing beacon systems for positioning. - A solid understanding of indoor positioning systems and the challenges they may p...

    $729 (Avg Bid)
    $729 Avg Bid
    31 bids

    ...ready, into an existing C++ codebase designed for ESP32 arduino. Here is the specifics: - Integrate user authentication functionality, file input/output, and error handling into the previous codebase. - Implement RTCM messages code for real-time positioning corrections, data integrity checks, and network communication. The successful candidate will ideally have the following skills and experience: - Proficiency in C++ programming, including libraries and message coding. - Extensive understanding of RTK library and RTCM messages. - Experience with ESP32 Arduino. - Strong troubleshooting and problem-solving abilities. The original code is completed. All you need to do is adjust and ensure its seamless operation with the ESP32 Arduino code. Your work is vital in e...

    $214 (Avg Bid)
    $214 Avg Bid
    15 bids

    I'm seeking a capable programmer with expertise in using C and Atmel Studio and a good understanding of Atmel microprocessors. The pro...in using C and Atmel Studio and a good understanding of Atmel microprocessors. The project involves developing a Simple Program capable of: - Reading analog sensor values - Reading digital input signals - Controlling digital output signals Using a combination of analog and digital inputs and outputs is key to the project, so demonstrated experience in this area is required. Prior knowledge of Arduino would also be beneficial. The right freelancer should be proficient in microprocessors, specifically with Atmel typed ones, and comfortable using both digital and analog inputs and outputs. Familiarity with wireless communication protocols is ...

    $305 (Avg Bid)
    $305 Avg Bid
    18 bids

    I need help using Squareline Studio and having arcs that are displayed on a touch screen to print their values to the serial monitor of Arduino IDE

    $204 (Avg Bid)
    $204 Avg Bid
    7 bids

    ...SERVICE) f. PRINT ITEMS (PAID SERVICE) g. DROPS SHIP BOOKS (PAID SERVICE) h. FORUM ENTRY i. PRODUCT PURCHASE FROM DEI i. IPL KITS ii. T SHIRTS 10. THE FORUM a. SHOULD BE SEARCHABLE (AND POSSIBLY SUBGROUPS) ACCORDING TO: i. PRACTICE TYPE ii. STATE iii. VISION SOURCE 11. AFTER ATTENDEE TAKES CLASS AND PASSES TEST, WORD MERGE TO EXCEL FORM SHOULD HAPPEN AND THEN EMAIL CASCADE ON LANDING PAGE: 1. A TIMER COUNT DOWN UNTIL THE NEXT MEETING 2. A COUNTER OF HOW MANY ATTENDEES HAVE BEEN THROUGH DEI 3. A QUIZ REGARDING LEARNING STYLE THAT DIRECTS THEM TO ONE OF THE 3 OPTIONS 4. 2024 DATES WILL BE ON LANDING PAGE ADDITIONALLY: 1. FAQ’S PAGE 2. VIRTUAL EXHIBIT HALL > COLLAGE OF LOGOS AND HOUVER TO SEE WHAT I LOVE FROM THERE AND THEIR DEALS / DEI PRICING. A COLLAGE OF PICTURES OF M...

    $830 (Avg Bid)
    $830 Avg Bid
    75 bids

    I need a freelancer to assist me in connecting my MIT App Inventor to my HiveMQ broker. The main goal of this project is for me to gain knowledge and understanding about IoT connectivity. I have the arduino code working succssfuly when I enter the topic and the message manullay in HiveMQ broker. Now I like to use MIT App inventor to connect to broker and passes the topic & messages Key requirements: - Connection of MIT App Inventor to HiveMQ broker - Ability to switch ESP32 LED on/off Ideal Skills: - Proficiency in IoT connectivity - Experience with MIT App Inventor and HiveMQ - Strong understanding of ESP32 and MQTT protocol

    $41 (Avg Bid)
    $41 Avg Bid
    9 bids

    ...elegant and romantic wedding website to life. The site should incorporate features such as RSVP management, a photo gallery, and a countdown timer. Key elements we envision for the website include: - A sleek and appealing design: Our preference is for a romantic and elegant look, with the use of bold and vibrant colors to bring the site to life. - RSVP Management: We need a well-functioning RSVP system that allows our guests to confirm their attendance and provide essential details. - Photo Gallery: A beautiful photo gallery that can display our engagement photos and other important moments leading up to our special day. - Countdown Timer: A countdown timer that builds anticipation and excitement among our guests as they await the wedding day. The ideal candidate ...

    $239 (Avg Bid)
    $239 Avg Bid
    191 bids

    I am actively seeking a capable developer to perform a full porting operation from Arduino-Pymite to cc65 for Commodore 64. Notably, the step requires a comprehensive skill set: - simplified version - original version • Proficiency in the usage of cc65 and familiarity with Pymite. • Exceptional attention to details to achieve full compatibility between Arduino-Pymite and cc65 for Commodore 64. • Ability to exhaustively test and debug for optimal performance. As I have not started to work on this, it's essentially a from-scratch operation. Moreover, full compatibility between Arduino-Pymite and cc65 for Commodore 64 is a non-negotiable requirement. Fortunately, I will be providing all necessary

    $161 (Avg Bid)
    $161 Avg Bid
    12 bids

    I am looking for a skilled PCB designer to create a prototype that fits within a medium-sized, 2 to 4 inch space. This PCB should be tailored to contain an Arduino Mini and a 12V to 5V buck converter, with 3 pin and 2 pin JST GH connectors. The configuration of components on the PCB should follow a clustered arrangement to maximize space efficiency. This job does not require mass production capability at this time, with the primary focus being on creating a single prototype. Ideal candidates should have experience with Arduino components and compact PCB design.

    $179 (Avg Bid)
    $179 Avg Bid
    58 bids

    Using 3 boards of Arduino Uno WiFi R4, and using my home WiFi network, I want to have one of the Arduinos act as the Master Controller and be able to exchange commands with the other two Arduinos (acting as clients). I am attaching a file that describes specifically the assumptions you can make, the initial configurations of the Arduino boards and the operational requirements for the Controller and each of the clients. The communication network needs to be my home WiFi and the template sketch should be very well document to understand all the parts or blocks of the code so I can tailor it to my own needs. The project should be fully tested and list or include all the libraries needed.

    $44 (Avg Bid)
    $44 Avg Bid
    11 bids

    ...builder and I'm in need of a skilled Arduino programmer to assist with a stepper motor project. I have an Arduino Uno and a CNC shield, and need help in programming them to make my stepper motor move back and forth at different times. Im building the opening scene can opener in Back to the Future. marker 2:20 This is for my cat Daisy, I want to make an automated can opener because Back to the Future is my all-time favorite movie and it would be so fun to make and have. I started 3d modeling it back in college for a project but COVID ruined my class and never got to learn Arduino... I have pretty much all the pieces and mostly figured out how everything should work. The key requirements are: - Configuring Arduino Uno and CNC shield to properly interf...

    $215 (Avg Bid)
    $215 Avg Bid
    33 bids

    I hope you are good. I have read your description carefully and understand everything. I’m Electronics engineer who have 25 year experience on analog design, renewable energy, power electronics, motor control, microcontroller 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.

    $170 (Avg Bid)
    $170 Avg Bid
    1 bids

    @UPDATE I...designer who understands aesthetics. The project is to create a stunning logo for a mobile app that will be used on Android and iOS devices. It should have strong connection to rubiks cube App is focused around Rubiks Cube and speedcubing in general. Key things to know: - app name is Cube Rivals - focused on Rubiks Cubes, algorithms, - key selling point is that it is going to be a speedcubing timer/stopwatch - second key feature is "rivalry" mode, where users can compete with each other In attachments you can find a video of whole app and one screen that will help you see the color scheme. I want to let you know that I will need logo that will be looking good on white and dark version. I will also need this logo in formats like PDF, PNG and some vector ...

    $68 (Avg Bid)
    Guaranteed
    $68
    312 entries

    I need a single-layer PCB designed for a consumer electronics product. It involves the integration of sensors and a timer. Basically,, a very small circular pcb board that has 12 micro led lights. And all lights turn on when double tapping was detected, then last about 10 seconds then lights turned off. Using two 1.5v coin batteries. Just that, nothing less and nothing more. Oh, but it has to be very small. Approximately 30mmx30mm. Thank you Regards

    $162 (Avg Bid)
    $162 Avg Bid
    58 bids

    I'm looking for a js expert to simplify an existing WebRTC demo. The task involves stripping off the input boxes and hardcoding the parameters instead. It's urgent and I'd like to pay by the hour, I can pay 40 euros per hour but you need to be available now, for few hours and perhaps also saturday and sunday and not disappear (without notice, for tens of minutes) as soon as the timer starts (as I've seen some freelancers do ...) Thank you.

    $63 / hr (Avg Bid)
    $63 / hr Avg Bid
    34 bids

    ...permissions for users account before the mobile device can send the request to the module to turn on/off function. 4. Integration to existing software systems to send update to database for account permissions to be assigned. This can be done via API to 2 platforms. Your main task will involve: - Developing and implementing an Arduino-based automation control system suitable for an industrial environment. Skills and Experience Required: - Robust experience with Arduino platforms; - Extensive knowledge and demonstrable experience in IoT development; - Expertise in implementing automation control, preferably in an industrial setting; - Problem-solving skills and ability to work independently. This project offers the chance to engage with specialized technology and con...

    $13875 (Avg Bid)
    $13875 Avg Bid
    48 bids

    Write and read APDU data from/to an SD card using Arduino Nano.

    $68 (Avg Bid)
    $68 Avg Bid
    1 bids

    For this project, we're looking to explore the capabilities of ESP32 - Arduino. In particular, we need help from developers who can demonstrate their understanding of this platform through a demo project. Looking for a simple ESP32/Wifi project for color mixing with LED lightbulb. This is a simple demo project to show WiFi connectivity using the ESP32 microporcessor Using ESP32, 64x128 oLed, one button and 3 LEDs, 10K potentiometer, 1602 LCD (non I2C) Dial in R color using potentiometer 0-255 – Press button, show brightness on RED LED Dial in G color using potentiometer 0-255 – Press button, show brightness on GREEN LED Dial in B color using potentiometer 0-255 – Press button, show brightness on BLUE LED Colors will show on individual LEDS after each button...

    $34 (Avg Bid)
    $34 Avg Bid
    43 bids

    I need an expert in Arduino programming to develop a script for a 6.0A stepper motor, which will be used to enable the continuous running of the stepper motor in both directions, with a stop command. The motor should reach a maximum of 60 RPM. Key Features: - Variable Speed Control: The system should be designed to provide the ability to adjust the RPM between cycles progressively. Ideal Skills for the Project: - Proficiency in Arduino programming - Extensive experience with stepper motors and variable speed controls. - Practical experience in robotic arm operation would be beneficial. If you are the right fit, I'd be glad to brief you on the project.

    $221 (Avg Bid)
    Urgent
    $221 Avg Bid
    8 bids

    ...knowledge of graphic design (UX/UI) - are not afraid to test your developed app directly with hardware (beacons, sirens, etc.) - are solution-oriented (we don't believe in "that's impossible") - don't mind working on your own without constant supervision - keep your word and communicate openly Advantages: - experience with image processing, neural networks, and IoT concepts - knowledge of the Arduino IDE - basic understanding of communication protocols (USB, Ethernet, etc.) - project management skills - experience leading a development project - communicative English - you are ready to start right away You'll get a chance to: - directly influence the final product with your knowledge and skills - experiment and implement your ideas - continuously ...

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    81 bids

    ...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...

    $273 (Avg Bid)
    $273 Avg Bid
    1 bids

    I'm looking for a skilled mobile app developer to create a cross-platform app for both iOS and Android that is specifically designed to control a Bluetooth device. The app should have the following capabilities: - On/Off control: The primary function of the app is to switch on/off the Bluetooth device. - Set sp...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 file mana...

    $1768 (Avg Bid)
    NDA
    $1768 Avg Bid
    67 bids

    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.

    $203 (Avg Bid)
    $203 Avg Bid
    41 bids

    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.

    $673 (Avg Bid)
    $673 Avg Bid
    41 bids

    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.

    $23 (Avg Bid)
    $23 Avg Bid
    17 bids

    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

    $158 (Avg Bid)
    $158 Avg Bid
    32 bids

    We are refining our Falcon race timing syst...our Falcon race timing system for accuracy in the desert, specifically to tracking falcons over a 400-meter course. This system must detect objects (falcon) around 10cm x 10cm, in the outdoor desert environment Key Specifications: - LiDAR Sensors: - Range: Up to 20m. - Aperture: 180 degrees. - Frequency: 100Hz. - Resolution: 0.32 degrees. - Power: 3W. - Connectivity: Visual display timer and device connectivity for real-time tracking, supported by a battery life of at least 4 hours. -Signal Synchronization: Transmitter at the endpoint and receiver at the start for accurate timing. Operational Environment: The design must withstand the desert’s outdoor conditions, howeverwe dont run the race when there is wind or hig...

    $34 / hr (Avg Bid)
    $34 / hr Avg Bid
    9 bids

    I'm looking for a skilled developer to create an online exam web application with the following features: - User registration and login - Exam creation and management - Question bank and randomization - Timer and exam duration - Results and grading - Secure data storage - Facial recognition for proctoring - Screen sharing for proctoring - Browser lockdown for proctoring - Support for multiple choice and/or essay questions The ideal candidate should have experience in: - Developing web applications with complex features - Implementing proctoring technologies, especially facial recognition - Data security and encryption - UI/UX design for customizable and flexible interfaces Please share your relevant experience and any similar projects you've worked on.

    $570 (Avg Bid)
    $570 Avg Bid
    49 bids

    ...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...

    $187 (Avg Bid)
    Featured
    $187 Avg Bid
    6 bids