Would it be possible to fix the pinout bug in the nrf24l01 component?
If I choose to run it in software mode, it always defaults to:
MOSI $PORTD.1
MISO Unconnected
CLK $PORTF.4
After every reboot of FC10, no matter what I set them to in the component.
Hi. The case is the same ragrdless the target MCU. As I wrote above, no matter what I put into function "send string", only ever 20 chars get sent. But really, its not that big of deal, I have just now redone it as I mentioned, and it works. Thank you for your feedback though :-) Best Rega...
Would it be possible to add an extra parameter(length) or at least increment to 40 in "send string"?
Now it seems to be 20 chars in length as maximum length.
Hi. I have also used the T0CKI feature on other chips Both using C code and FC interrupt with success. This chip doesn´t seem to be as easy as the other though and perhaps it has something to do with its limited program memory and RAM? Because as soon as I add USB serial component to the chart all t...
Hi chipfryer27. There are no such thing as a bad question I believe :-) Unfortunately I need to use the prescaler in Timer0, as the freq of the input signal otherwise most likely will overflow the MCU or at least make all other operations stall. As for using a different pin, it would mean ripping up...