Skip to content

multi input from espNow #832

Answered by pschatzmann
aeschimannr asked this question in Q&A
Discussion options

You must be logged in to vote

Difficult to say what's wrong. Here a couple of guesses and proposals:

  • Maybe you have some synchronization issues: after all 2 cores might be involved here. So you might need to synchronized the access or use a SynchronizedBufferRTOS.
  • I would suggest to put the encoded data into the buffer. This let's you store more data and just just decode it when you need it
  • Maybe also try an other codec that is less senititive to lost data: e.g. L8

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@aeschimannr
Comment options

@aeschimannr
Comment options

@aqildad-create
Comment options

@pschatzmann
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants