Find Jobs
Hire Freelancers

Arduino to Arduino Serial Communication Code

£20-250 GBP

Abgeschlossen
Veröffentlicht vor mehr als 5 Jahren

£20-250 GBP

Bezahlt bei Lieferung
We have two Arduino Megas linked via serial (Rx to Tx). On a wired connection between the two, the code send the variables between Arduinos is stable and works well. However when we put this over a RS232 wireless link, or other 3DR telemetry radios, the code becomes unreliable. Missing some data, some data out of order etc. So we need a robust code to send vriables from one arduino to the other using erial communications, and a reliable way to parse the data on the receiving end to take into account not parsing when there is missing packets of data, and to be able to check all data is there. We have working code on each arduino, and a current serial communication code, so this is to just deal with the serial communications by rewriting that part, or improving ours. For an experienced and capable arduino coder this should be a simple, quick job. Please only bid if your capable of this, as we have been let down before.
Projekt-ID: 18428251

Über das Projekt

31 Vorschläge
Remote Projekt
Aktiv vor 5 Jahren

Möchten Sie etwas Geld verdienen?

Vorteile einer Ausschreibung auf Freelancer

Legen Sie Ihr Budget und Ihren Zeitrahmen fest
Für Ihre Arbeit bezahlt werden
Skizzieren Sie Ihren Vorschlag
Sie können sich kostenlos anmelden und auf Aufträge bieten
Vergeben an:
Avatar des Nutzers
Hi, I hope you are doing well. I have extensive experience with Arduino Programming. I can resolve your issue in minimum possible time. Please send me message for further discussion. Looking Forward, Khawaja
£200 GBP in 1 Tag
4,8 (93 Bewertungen)
6,9
6,9
31 Freelancer bieten im Durchschnitt £161 GBP für diesen Auftrag
Avatar des Nutzers
Dear sir I have more than 10 years experience in embedded systems design, i suggest using UART interrupt at reception and then parse the data, please message me so that we can discuss more details Best regards
£150 GBP in 3 Tagen
4,9 (264 Bewertungen)
7,4
7,4
Avatar des Nutzers
Hello, How are you? I am an electrical engineer who has enough experience in Arduino programming and RS232 communication between 2 Arduino megas. I have done simliar projects before, so this kind of project is not a problem for me. I really want to work on this project and we can discuss the project in detail via chat or call. Thank you Alexander
£150 GBP in 3 Tagen
4,9 (26 Bewertungen)
7,2
7,2
Avatar des Nutzers
Hi There, We will rewrite the arduino code as per your requirements. Please also provide information about Wireless module you are using, we will write code accordingly. Furthermore we have to match baud rate accordingly. Please feel free to contact us. Best Regards, Shahbaz.
£250 GBP in 15 Tagen
4,9 (56 Bewertungen)
6,9
6,9
Avatar des Nutzers
Hi. I'm professional developer with experience over 20 years. It's not so easy and quick job as you think. Regards, Alex.
£250 GBP in 5 Tagen
5,0 (37 Bewertungen)
6,1
6,1
Avatar des Nutzers
Hi, First, I need to know your wireless link module, I will inspect it, so I know what is the issue. I also want to know your code, So I can inspect where is the problem. it can be from your wireless module, it can be from your data parsing model, or even your whole code. We have to inspecting the whole system. I have programming Arduino since 2013, and has done lot of projects on it. Personally, I'm firmware engineer, so I know both firmware and hardware issues. let me know the details over chat . let me help you solve this problem. Best Regards, Rijal
£100 GBP in 3 Tagen
4,9 (72 Bewertungen)
6,2
6,2
Avatar des Nutzers
Hello, How are you? I'm very familiar with Aduino. I like to help you. Could you let me know your code to review. Hope for your reply. Regards Peng
£150 GBP in 3 Tagen
5,0 (1 Bewertung)
5,5
5,5
Avatar des Nutzers
I have all ready done this serial to serial communication on two Arduino MEGA. Now you are using a radio device to communicate two Arduino MEGA by transmitting serial data. I can re-write the codes for serial communication to ensure data parsing. Have more than 15 years of experience on Digital Electronics.
£250 GBP in 7 Tagen
5,0 (12 Bewertungen)
5,6
5,6
Avatar des Nutzers
Hi I'm an electronic and communicatation engineer with more than 5 years of experience related to Arduino based embedded systems development and programming. After reading your project description, I've decided to apply for the project, as I have been working for developing communication protocols for Arduino for many of my previous projects. As per your project description, I can understand that you have a wired setup which is working and only that wireless link tends to lose packets. I would suggest you to use a protocol which includes a checksum, so that we know once the packet is received , we can identify that complete packet is received or not. A protocol like START,LENGTH, DATA,END,CHECKSUM would suit this type of a system. So we know if required size of data haven't been received, or data received is erroneous using the checksum. I'm very confident about the completing project successfully and looking forward to hearing back from you. Thank you Anusha
£222 GBP in 7 Tagen
4,9 (37 Bewertungen)
5,4
5,4
Avatar des Nutzers
Hi, For your problem, you need to implement the UART in its entirety, the use of just Rx, Tx and GND is a simplified version of it. UART solves your problem by design, I can help you with that I am an Electronics and computer science engineer, I have experience working with various protocols, prototyping boards, Raspberry Pi, Arduino, mbed (ARM proto board)... as well as developing custom PCBs, you can find some of my projects on my portfolio. I pride myself on ensuring that the customer is satisfied with the quality of the work and strive to sustain good communication and complete the project (5-star reviews/ 100% completion rate) Also, for what it is worth, I'm a preferred freelancer on this platform Looking forward to working with you. Regards, Nabil
£300 GBP in 1 Tag
5,0 (11 Bewertungen)
4,6
4,6
Avatar des Nutzers
Hello, I have read the details provided and i am positive i can provide quality work,please contact me to discuss more on the project deadline and some other few things
£135 GBP in 3 Tagen
3,6 (25 Bewertungen)
5,6
5,6
Avatar des Nutzers
Hello, Deep is here from India. I can help you to solve issue regarding serial communication between 2 Arduinos. I have experience with Serial communication, RS232, Encoding-parsing, CRC check, Acknoledgement.
£80 GBP in 2 Tagen
4,8 (21 Bewertungen)
4,3
4,3
Avatar des Nutzers
Hi, I'm an electronic engineering student from Argentina I've been working in freelancer for more than two years, and I've completed more than a dozen projects all with good recommendations, you can check my profile. Please if you have any questions feel free to contact me. Regards, Esteban.
£110 GBP in 20 Tagen
4,7 (15 Bewertungen)
4,3
4,3
Avatar des Nutzers
this is common problem happen when you receive data from two source in the same time on serial port. I tried many time to solve this problem from the sender board but no way the receiver board can open one just one channel at once . so I manage it by the receiver board to ask the sender board to send the data then the other one to send like TCP connection concept. this is my opinion to solve this problem if you have any question or additional idea free to contact me any time for discussion .
£250 GBP in 3 Tagen
5,0 (12 Bewertungen)
4,0
4,0
Avatar des Nutzers
Hi I am into embedded and software development for more than 10 yrs and have a sound experience and expertise in Arduino, Serial communication. So on the basis of my prior experience and expertise I am 100% confident and sure that can resolve this problem within a day or max 2.
£122 GBP in 1 Tag
4,3 (4 Bewertungen)
4,2
4,2
Avatar des Nutzers
hi sir i expert the Arduino programming. I have done many projects related to Arduino. Sir i hope i will satisfy you.
£100 GBP in 3 Tagen
4,6 (12 Bewertungen)
3,6
3,6
Avatar des Nutzers
Hi, Im delighted to let you know that i have done the same project for some other client recently . what he needed was to implement a whitebox testing mechanism where the data loss info has to be logged in an sd card. I have implemented the same with the help of providing a frame pattern and CRC16 algorithm. Please feel free to ask me anything in detail if you are interested. The bid is of cource negotiable Thank you
£150 GBP in 3 Tagen
5,0 (2 Bewertungen)
3,5
3,5
Avatar des Nutzers
Dear sir I am Arduino expert with past experience of serial communication I will create code for communications between two Arduinos as needed for your smooth work please let me know if you have further information to share awaiting for your response
£250 GBP in 5 Tagen
5,0 (3 Bewertungen)
3,1
3,1
Avatar des Nutzers
I am Senior Embedded Systems & C/C++ developer. Developer expert on VC++, Eclipse Mars for C/C++, gcc,g++ in Win and Linux. OpenGL, OpenCV, Cuda. Developer expert on low level programing on C/C++. Expert on PIC, ATMEL, ARM Microcontroler and Arduino. Several years(10) working with Arduino.
£150 GBP in 10 Tagen
5,0 (4 Bewertungen)
3,0
3,0
Avatar des Nutzers
i have experience with arduino and bluetooth rx tx communication and coding. Make a project of mobile voice control via blue tooth module HC-06. and have experience with wireless communication. i put my bid as low as i can in case i let you down
£33 GBP in 3 Tagen
5,0 (2 Bewertungen)
2,4
2,4
Avatar des Nutzers
Hello! How are you? I am an electronic engineering student and have experience in serial communication in some projects in previous jobs. I'm not saying I know everything, but I'll try if you give me the opportunity. I would do it without commitment.
£55 GBP in 10 Tagen
5,0 (1 Bewertung)
1,0
1,0

Über den Kunden

Flagge von UNITED KINGDOM
Chieveley, United Kingdom
5,0
1
Zahlungsmethode verifiziert
Mitglied seit Aug. 2, 2018

Kundenüberprüfung

Danke! Wir haben Ihnen per E-Mail einen Link geschickt, über den Sie Ihr kostenloses Guthaben anfordern können.
Beim Senden Ihrer E-Mail ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.
Registrierte Benutzer Veröffentlichte Jobs
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Vorschau wird geladen
Erlaubnis zur Geolokalisierung erteilt.
Ihre Anmeldesitzung ist abgelaufen und Sie wurden abgemeldet. Bitte melden Sie sich erneut an.