Skip to main content

Questions tagged [latency]

Use this tag when the topic of discussion includes inherent delays in processing of code. That may include situations where programming is using delay() or millis() to precisely time code for bit-banging, among other things.

Filter by
Sorted by
Tagged with
1 vote
0 answers
1k views

I am making a haptic feedback glove using Arduino and HC-05 bluetooth module to communicate with PC. There are rotary encoders on the finger which send value to PC through Arduino mega. The PC returns ...
cakh's user avatar
  • 11
1 vote
0 answers
99 views

I built an 8x8 led matrix using white 5mm LEDs. I drive the LEDs using the MCP23017 connected to an Arduino over the I2C bus. The wiring of the LEDs in the matrix is such that a row is made up of 8 ...
S.E.K.'s user avatar
  • 53
1 vote
0 answers
309 views

I have 2 sets of RGB Leds, each set is driven by 3 OUTPUT analog pins of the arduino, as illustrated below: The code is supposed to put on HIGH the 6 analog pins at the same time so that the Leds ...
S.E.K.'s user avatar
  • 53
0 votes
2 answers
4k views

Case specifications: PC OS: Debian 9, x64 arch Starting time point: i have a 1kb buffer on arduino that i want to send to host PC Ending time point: i have recieved the buffer in a custom written C\C++...
xakepp35's user avatar
  • 133
1 vote
1 answer
407 views

Due to the results of my previous post (Slower nRF24L01 round trip delay than expected) I found out that it will be quite difficult to reach my latency requirements. I am thinking about using my own ...
Michel Keijzers's user avatar