You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project i am using a motion sensor that uses a custom protocol. This has resulted in needing to implement bitbanging for it to work. The issue with this is that it takes resources from the main processor and halts other tasks that need to be done (due to the thread being occupied). I tried to see if the nrf9160 had any Programmable Real-Time Units (PRUs) but could not find any. My question is if there is any other way to offload the bitbanging from the main processor. Any tips are appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In my project i am using a motion sensor that uses a custom protocol. This has resulted in needing to implement bitbanging for it to work. The issue with this is that it takes resources from the main processor and halts other tasks that need to be done (due to the thread being occupied). I tried to see if the nrf9160 had any Programmable Real-Time Units (PRUs) but could not find any. My question is if there is any other way to offload the bitbanging from the main processor. Any tips are appreciated!
Beta Was this translation helpful? Give feedback.
All reactions