Code Monkey home page Code Monkey logo

Comments (3)

carlosascari avatar carlosascari commented on August 15, 2024

Hello @amirezz
I'm following this project, so I got notified of this issue and felt like passing my 2 cents

I believe the fastest way to increase the speed is by turning the delay from 10ms to 1ms
Here is the line for the transmitter.

Here, the delay() function is explained.

If however you are looking for a faster rate, there is a delayMicroseconds() function.
Although, there seems to be some caveats

I suppose anything faster that remains accurate cannot be done with arduino alone, you will need a Driver, a separate module whose purpose is to transmit/receive pulses of light a very high rates, and interfaces with the arduino.

from arduino.

sayedhatem avatar sayedhatem commented on August 15, 2024

Dear @carlosascari
Thanks for your interest . but i don't care about the speed now
.I use the serial monitor to transmit the data so i need to send more than 32 char each time
and here comment line which say i can't
0x02 : STX start of frame
N times Effective data excluding command symbols, with N < 32
0x03 : ETX end of frame
any ideas. thanks in advance

from arduino.

amirezz avatar amirezz commented on August 15, 2024

Hellow @carlosascari
Thanks for your replay . that was very helpful

from arduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.