Pic Microcontroller Programming Projects
Looking for freelance Pic Microcontroller Programming jobs and project work? PeoplePerHour has you covered.
Mail chimp newsletter x3
i need a coded email newsletter x3 on three different services with pics logos etc
3 days ago26 proposalsRemoteProgram to devlope offline game
import pygame import random import time # Initialize pygame pygame.init() # Game Constants SCREEN_WIDTH = 600 SCREEN_HEIGHT = 400 FPS = 60 # Colors WHITE = (255, 255, 255) RED = (255, 0, 0) GREEN = (0, 255, 0) BLACK = (0, 0, 0) # Initialize the screen screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT)) pygame.display.set_caption("Dodge the Falling Objects") # Clock object to control game speed clock = pygame.time.Clock() # Game variables player_width = 50 player_height = 50 player_x = SCREEN_WIDTH // 2 player_y = SCREEN_HEIGHT - player_height - 10 player_speed = 5 obstacle_width = 30 obstacle_height = 30 obstacle_speed = 5 obstacles = [] score = 0 # Fonts font = pygame.font.SysFont('Arial', 30) # Function to draw the player def draw_player(x, y): pygame.draw.rect(screen, GREEN, (x, y, player_width, player_height)) # Function to draw obstacles def draw_obstacles(obstacles): for obstacle in obstacles: pygame.draw.rect(screen, RED, obstacle) # Function to handle collisions def check_collision(player_rect, obstacles): for obstacle in obstacles: if player_rect.colliderect(obstacle): return True return False # Main game loop def game_loop(): global player_x, score running = True player_rect = pygame.Rect(player_x, player_y, player_width, player_height) while running: screen.fill(WHITE) # Event handling for event in pygame.event.get(): if event.type == pygame.QUIT: running = False # Get the keys pressed keys = pygame.key.get_pressed() # Move the player if keys[pygame.K_LEFT] and player_x > 0: player_x -= player_speed if keys[pygame.K_RIGHT] and player_x SCREEN_HEIGHT: obstacles.remove(obstacle) score += 1 # Check for collisions if check_collision(player_rect, obstacles): running = False # End the game if there is a collision # Draw everything draw_player(player_x, player_y) draw_obstacles(obstacles) # Display the score score_text = font.render(f"Score: {score}", True, BLACK) screen.blit(score_text, (10, 10)) # Update the display pygame.display.update() # Frame rate clock.tick(FPS) # Game Over Screen game_over_text = font.render("Game Over", True, BLACK) screen.blit(game_over_text, (SCREEN_WIDTH // 2 - 100, SCREEN_HEIGHT // 2 - 30)) pygame.display.update() time.sleep(2) # Pause before quitting pygame.quit() # Run the game game_loop()
8 days ago8 proposalsRemoteopportunity
Build my app in passion.io
i need somebody to help me to build out an app using passion.io. i have purchased the program but am not very techy so it will take me a fair amount of time to do it alone.
a day ago22 proposalsRemoteopportunity
Children's LifeSkills - Instructor Education Program
Project Brief: Recruiting LifeSkillsKids Instructors via Social Media Campaigns Objective: We are looking for a partner to design, implement, and manage an impactful social media campaign to attract new instructors for our LifeSkillsKids program. The campaign's mission is to inspire individuals to sign up as certified instructors, empowering children through life skills education while enabling instructors to achieve flexible, meaningful careers. Target Audience: The campaign will focus on recruiting: - Parents seeking flexible, rewarding work opportunities. - Fitness and dance coaches who want to diversify their offerings. - Entrepreneurs aged 18+ looking to be their own boss while making a tangible difference in children’s lives. Campaign Scope: - Develop and manage campaigns across Facebook, TikTok, and Instagram. - Create engaging content that emphasizes the benefits of becoming a LifeSkillsKids instructor: flexibility, fulfillment, and the chance to work independently. - Optimise reach and engagement using data-driven strategies to target high-potential candidates in key UK cities during the first phase, with plans to expand internationally as the program grows. - Edit provided video and photo content to suit the specifications and best practices of each social media platform. Deliverables: - A rolling monthly campaign plan focused on achieving conversions. - Platform-specific content designed to maximize engagement and reach. - Regular performance tracking and reports with actionable insights for continuous improvement. Key Metrics: - Social media reach and engagement rates (likes, shares, comments, etc.). - Conversion rates of potential instructors visiting the program page: https://lifeskillskids.com/become-an-instructor/ Paid Media Budget and Growth Potential: - Initial budget: £500–£1000 per month for paid social media advertising. - As more instructors sign up and our customer base grows, we plan to increase advertising spend and extend our partnership to scale efforts. Submission Details: We are seeking proposals that outline: - Your strategy for targeting, engaging, and converting potential instructors. - Your approach to campaign management and content creation. - Pricing and performance benchmarks for a rolling monthly partnership. For more details about our program, visit our website: www.lifeskillskids.com Take a look at our existing posts here: Facebook: https://www.facebook.com/LifeSkillsKidsGlobal/ Instagram: https://www.instagram.com/life_skills_kids/ Let’s collaborate to grow a network of passionate instructors and make a meaningful impact on children’s lives!
16 days ago14 proposalsRemoteProof Read of eLearning Program in German
I have an eLearning program with videos and exercises that have been translated into German. I need someone to go through the course and just check that the German looks ok. We have an easy comment system where potential errors / issues can be flagged. I believe it will take 1 hour to complete the work. Thank you Nikki
22 days ago28 proposalsRemoteCreate cartoon
Hello I have to sons you getting very popular on social media amounting millions of views and growing flowers on TikTok I'm looking for someone who can help me make a weekly cartoon for the boys where we can used the voice and name the cartoon program like 10 each time
8 days ago17 proposalsRemoteI would like a 15-30 second “trailer” like video
I seek a skilled videographer to craft a 15-30 second promotional video in the style of a movie trailer. The video will advertise our standardized patient program, which trains actors to portray realistic medical cases for healthcare students. You will have creative license to select stock video and images that capture the drama and importance of our work. The finished product should build intrigue around the experiential learning offered through our program. Some elements that must be in the video will be sent . Your videography portfolio will be reviewed for expertise in documentary, promotional or similar short-form videos. Please submit links to relevant past work along with your bid I look forward to reviewing submissions from candidates who can bring this trailer concept to vivid life within a tight timeframe within 24 hours, including any changes i would need.
7 days ago16 proposalsRemoteFull Branding and Identity Bakage
A creative, well talented designer designer has an opportunity to design a logo for a new Brand and initiative that we want to Lunch soon. The designer must have several projects in the same field. The project will include designing of the Logo all logo applications including but not limited to stationary, digital, giveaways, events, signboards and others. By the end of the project, the talent must make a manual for the Identity. Including all application sizes, colors, fonts, the concept of the logo and how to use it the writ way and to and to avoid using it in the wrong way. Deliverables must be in Illustrator program oppen all layers for logos and all logos applications. Manual must be in photoshope program with high resolution and PDF. Finally, the talent must sign an NDA and a contract and use only legally licensed design programs that do not affect by any way our rights and privileges to own and use our identity and all its applications.
17 days ago35 proposalsRemoteHelp solve the problem with the code
A programming issue requires resolution on an otherwise complete application. Specifically, page 3 of a multi-page program is not rendering its expected output or emulation correctly. A skilled coder is needed to analyze the existing codebase for page 3, identify any errors present, and implement fixes to resolve the underlying issues preventing proper display of the targeted functionality. Proficiency with debugging techniques and a strong understanding of the technical aspect of coding, troubleshooting and problem-solving is required. The goal is to have page 3 functioning optimally once more to match the level of success achieved on the prior pages without further complications. Qualified freelancers with relevant experience in correcting code problems are encouraged to review the details and provide proposals.
12 days ago31 proposalsRemoteopportunity
Create crypto currency
I seek an experienced blockchain developer to design and develop a new cryptocurrency. This ambitious project aims to leverage the power of distributed ledger technology by creating a novel digital currency and associated blockchain. The successful applicant will be responsible for generating the technical specifications, designing the coin architecture, and programming the underlying blockchain platform. Specific tasks will include developing the coin algorithms, implementing encryption standards, integrating a mining protocol, designing blockchain consensus mechanisms, and deploying the distributed network. The coin's source code must be fully open source and optimized for scalability, security and decentralization. Documentation for end-users and additional wallet/exchange integration may also be included. A thorough understanding of cryptocurrency fundamentals, decentralized networks, programming languages like Solidity/Rust and consensus protocols is essential. Applicants should have practical experience building blockchain applications from initialization to deployment. Proficiency with tools like Truffle, Ganache and testing frameworks is preferred. The goal is to launch a mainnet within 6 months. Interested developers with a solid portfolio of similar work are encouraged to submit proposals outlining their qualifications and technical approach for this ambitious new digital currency project.
4 days ago20 proposalsRemoteopportunity
Blackjack playes
to develope a web based game of blackjack, allowing members to login in, create accounts keeping data of any data required, multiple groups to be created and invite others to group, play and track all groups . accounts to be created, program must pass as secure by a gaming certified company to enable a gaming lience to be issued
13 days ago25 proposalsRemoteTranslation and Voice-Over Recording: English to German
I'm seeking a professional to translate and provide voiceovers for online training videos (26 Lessons) from English to German. 4h long. The English script will be provided for reference. I'm looking for a native German-speaking female voice (no computer-generated voices). Please submit a voice sample for consideration. The task includes: Ensuring precise timing to match the original video, avoiding gaps or white noise for seamless integration. Please include in your proposal: A reasonable price quote. The software/programs you use for recording and editing. Your availability to start. An estimated timeframe for project completion. I'm looking for someone who can begin as soon as possible.
7 days ago9 proposalsRemoteFilm unreal engine
I'm working on an innovative animated film, Changewyx, where the audience determines the storyline. This film will be developed in Unreal Engine and distributed globally. I'm looking for a dynamic and creative individual who can take on both programming and graphic design roles. The specific tasks for the programmer will be mainly focusing on film graphics, while the graphic designer will handle character design, background/environment design, and storyboard creation. Ideal candidates should have: - Proficiency in Unreal Engine or similar software - Experience in film graphic programming - Expertise in character design - Background/environment design skills - Storyboard creation experience - Creativity and ability to work within a global team If you're interested in being a part of this unique project, please get in touch.
24 days ago16 proposalsRemoteProduction file creation
We are looking for someone to process our personalized e-commerce orders, this requires very basic graphic design skills to center user provided artwork or text onto pre existing dielines. we have a library of existing production dielines, you will add the text or artwork to the relevant product and save a file with our standard naming convention. You will process between 3 -12 orders per day (possibly more in our peak season november-december), with an estimated 3-5 minutes of work per order, access to adobe illustrator, corel draw or other vector based design program is required
11 days ago19 proposalsRemoteopportunity
Development of a Software/AI for Automated eBay Listings
We are looking for an experienced developer or team to help us create a software or AI solution that automates the process of creating eBay listings. Key Features of the Software/AI: Automated Data Recognition: The software should be able to generate an eBay listing based on the manufacturer's name, product title, or an uploaded image. eBay Listing Creation: Automatically generate a title suggestion, product description, and key product details (e.g., category, specifications, features). Simple Review Process: Listings should be easy to review in a preview mode before publishing. Add Price & Post: Allow users to add a price to the listing and publish it directly to eBay. Deliverables: A fully functional software or AI tool tailored to our needs. Clear documentation on how to use and maintain the solution. Required Skills: Experience with AI/ML for image recognition and natural language generation. Knowledge of eBay’s API and listing process. Strong development skills in relevant programming languages and frameworks. We are looking forward to collaborating with professionals who can bring this idea to life!
18 hours ago22 proposalsRemoteopportunityurgent
Bespoke Dashboard with additional support and automation.
I seek a developer to construct a bespoke governance dashboard utilizing Power BI and existing Excel data. The dashboard shall aggregate and link real-time information from various sources including an Excel workbook and SafetyCulture platform. The aim is to provide centralized monitoring of key performance metrics. Beyond dashboard design, assistance is needed to enhance an internal intranet to seamlessly integrate all reporting solutions. Additional automation tasks involve leveraging artificial intelligence to program interview answers within Microsoft Forms questionnaires. The full scope of work encompasses dashboard configuration, network integration, AI coding and end-to-end testing within a 4 to 6 week timeline. Experience with Power BI, Excel, intranet development and AI programming through platforms like SafetyCulture and Microsoft Forms is essential. The successful candidate will design coherent and aesthetic visualizations to surface crucial data in a clear, easily digestible format for ongoing performance management and continuous improvement efforts. The nature of the work is confidential due to it being a healthcare venture.
18 days ago31 proposalsRemoteExpires in 11opportunity
Window Dimensions API OpenCV Python
An API is to be provided that receives an image file of a window section taken for a construction project. The image comes from the camera of a mobile device (smartphone/tablet) and meets the following requirements: The window or the window hole (building/construction) is photographed straight from the front. The window is rectangular or square. The image is well-lit. A reference object (e.g., a green cube) with known dimensions can be placed in the image. The API detects the object (window or window hole) and generates the outer dimensions. The tolerance should be as low as possible (max 1.0 cm). The API returns a JSON with the following properties: width: Width of the window hole height: Height of the window hole imagepath: Image path to the picture with the frame and dimensions, so that it can be checked if the section was captured correctly Only the API needs to be programmed. The image illustrates Step 2 and Step 3. - I need the hardware/hosting requirements for the project to run this on the customers environment. - It is possible that a different reference object is used for the project (e.g. square magnetic board or standee). The project should be completed by mid-January 2025.
4 days ago26 proposalsRemoteGeneric links
This nonprofit radio station is seeking 50 pre-recorded promotional links for its youth-focused breakfast show 18-30 programming. The links should have an upbeat and vibrant tone that captures the energy of a morning radio program. Each recording should be 5-10 seconds mentioning the station name and referencing other recommended shows. The goal is to play these links during the breakfast broadcast as well as build a customizable library of promotions over time. Sample voice recordings are also requested to evaluate suitability for the format. Specifically, 2-3 brief links voiced by the freelancer are asked for so station representatives can assess voice quality, pronunciation, vocal character and overall on-air presence. Recordings should showcase an engaging radio personality that will appeal to young listeners. Experience voicing promos, advertisements or other broadcast content is preferable. Upon selection, the freelancer will receive ongoing opportunities to record additional links on topical or seasonal themes. The goal of this project is to provide the breakfast show with a professional library of promos tailored to its young demographic in a time-sensitive manner. Customized ongoing involvement is anticipated. Candidates with previous broadcast or voice work are encouraged to apply.
21 days ago11 proposalsRemoteopportunity
Wire Frame and Modelling furniture pieces for rental business
A freelancer with expertise in 2D and 3D CAD modeling is sought to digitize our furniture designs. The models must be optimized for integration within major design software applications to function as real-time assets in floorplans, virtual scenes, and prototypes for our clients to be able to download and use in their various design programs. Projects involve crafting accurate wireframe representations of all available furniture in the client's catalog, with styles ranging from contemporary to vintage. Deliverables comprise scalable 3D models exported to the most ubiquitous formats including, 3DS Max, AutoCAD DWG/DXF, FBX, OBJ, and STL to maximize cross-platform compatibility. Applicants should demonstrate proficiency with SketchUp, 3Ds Max, Blender, and similar programs, along with a portfolio showcasing past work digitizing physical objects. Please note that the modelling will need to be done from scratch as we do not have any existing assets other than the measurements listed on the website Please send examples and prices Website for furniture references is furnitureonthemove.co.uk. Budget is a placeholder only. Please either price per job or per unit. Approx. 350 units to do in total with 100 being the most urgent. An example of one of our products would be beneficial to see how you work. https://furnitureonthemove.co.uk/hire/
23 days ago32 proposalsRemoteopportunity
Google Cloud Help
We seek a skilled data extraction expert to develop a solution for processing thousands of handwritten PDF documents. The files contain unstructured handwritten text and we require a software program to intelligently capture the written contents and rename each file accordingly. The project entails optical character recognition of multi-page PDFs containing handwritten entries. The system must be trained to recognize a wide variety of handwriting styles and intricacies. Once the written text is converted to machine-readable characters, the program should automatically rename each PDF file using the extracted text. For example, a file titled 'Document 1' would become 'John Doe DOB 01-01-1980' if that data was captured from within. Data protection and security is paramount as the documents contain sensitive personal information. The solution developed must ensure all processed files and extracted data are kept strictly confidential without any possibility of data leakage. Complete anonymization or encryption of names, dates and other identifiers is also required. We seek a passionate problem-solver familiar with machine learning and document processing APIs to help design and deploy this automated workflow. Creativity in tackling the challenges of diverse handwriting recognition is greatly valued. If you have experience with similar data extraction or computer vision projects involving documents, we welcome your proposal.
24 days ago18 proposalsRemote