Search found 20 matches

by electronick
Thu Oct 17, 2024 7:17 am
Forum: Bug Reports
Topic: NRF24L01 pinout.
Replies: 5
Views: 1376

Re: NRF24L01 pinout.

Hi Martin.

I have tried out the new version of nrf24l01, and everything seems to be working now.
Thank you for fixing this rather annoying bug Martin :-)

Best Regards
Nick
by electronick
Wed Oct 16, 2024 1:05 pm
Forum: Bug Reports
Topic: NRF24L01 pinout.
Replies: 5
Views: 1376

Re: NRF24L01 pinout.

Hi medelec :-)

Thank you very much for a very swift looking into :-)

Regards
Nick.
by electronick
Wed Oct 16, 2024 10:05 am
Forum: Bug Reports
Topic: NRF24L01 pinout.
Replies: 5
Views: 1376

NRF24L01 pinout.

Hi all.

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.

Best Regards

Nick
by electronick
Sun Sep 29, 2024 8:58 am
Forum: Feature Requests
Topic: USB serial component.
Replies: 6
Views: 2015

Re: USB serial 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...
by electronick
Sat Sep 28, 2024 5:33 pm
Forum: Feature Requests
Topic: USB serial component.
Replies: 6
Views: 2015

Re: USB serial component.

Hi

Ok thanks for your answer.
I will just adapt the string, into an array or several string with <= 20 chars.

Regards
Nick
by electronick
Sat Sep 28, 2024 3:04 pm
Forum: Feature Requests
Topic: USB serial component.
Replies: 6
Views: 2015

Re: USB serial component.

Hi chipfryer27.

Yes but it doesn´t seem to matter. If I change the target string length to 40, still only 20 will be sent?
Or am I missing something?

Regards
Nick
by electronick
Sat Sep 28, 2024 10:20 am
Forum: Feature Requests
Topic: USB serial component.
Replies: 6
Views: 2015

USB serial component.

Hi all :-).

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.

Best regards
Nick
by electronick
Mon Feb 12, 2024 1:21 pm
Forum: Bug Reports
Topic: Timer problems PIC18LF14K50
Replies: 11
Views: 3308

Re: Timer problems PIC18LF14K50

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...
by electronick
Fri Feb 09, 2024 8:39 am
Forum: Bug Reports
Topic: Timer problems PIC18LF14K50
Replies: 11
Views: 3308

Re: Timer problems PIC18LF14K50

Hi again.

Thank you so very much for getting involved :-)
I´ll try to get this tried during today, but probably in the weekend cause time´s a bit short today.

Regards
Nick
by electronick
Fri Feb 09, 2024 7:39 am
Forum: Bug Reports
Topic: Timer problems PIC18LF14K50
Replies: 11
Views: 3308

Re: Timer problems PIC18LF14K50

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...