Search found 7 matches

by hoozamawhatsit
Mon Apr 12, 2021 10:59 pm
Forum: Flowcode V8
Topic: CAN Send Issues 18F25K80
Replies: 0
Views: 37411

CAN Send Issues 18F25K80

Hi All, I am having issues sending CAN using 18F25K80(have also used 18F26K80 same chip family) I have checked all hardware everything is working except CAN send I've changed chip configurations and clock speeds to see if it had any change but no luck.... I have made a simple program where i send CA...
by hoozamawhatsit
Fri Dec 25, 2020 8:49 pm
Forum: Flowcode V8
Topic: CAN to MP3(UART)
Replies: 7
Views: 3338

Re: CAN to MP3(UART)

Hi Benj and anyone else that can help Help Please I have been delayed heaps with this project due to this Covid crap and am now back on track. I have found an issue with CAN RX only receiving the correct data on the first 2 bits. It seems exactly the same as this post https://www.matrixtsl.com/mmfor...
by hoozamawhatsit
Tue Sep 01, 2020 1:05 pm
Forum: Flowcode V8
Topic: CAN to MP3(UART)
Replies: 7
Views: 3338

Re: CAN to MP3(UART)

haha, i was thinking way too technically with the mask/filter thing, it's all about message ID and nothing to do with the actual data needed to be gathered for the particular ID. All i needed to read was 26.2.1 on pg 61 of the E-Block CAN course, i had read through the wiki several times which confu...
by hoozamawhatsit
Mon Aug 31, 2020 10:18 am
Forum: Flowcode V8
Topic: CAN to MP3(UART)
Replies: 7
Views: 3338

Re: CAN to MP3(UART)

Finally I've been able to spend a few hours on this today and it all works as expected. Also put together my prototype to see if there was any noise induced by the environment it'll work in, all seems good so far. I still haven't figured out how to use the mask/filter settings properly... Any advice...
by hoozamawhatsit
Sat Aug 22, 2020 9:12 am
Forum: Flowcode V8
Topic: CAN to MP3(UART)
Replies: 7
Views: 3338

Re: CAN to MP3(UART)

Hi, i have spent a little bit of time on figuring out what data i need to program into this CAN_UART_MP3 as it will be a direct replacement for a no longer available device. CAN_MP3_hack.pdf So now i need to figure out how the CAN filter works, once again i am confused. In my world CAN ID is the dev...
by hoozamawhatsit
Wed Aug 19, 2020 11:47 pm
Forum: Flowcode V8
Topic: CAN to MP3(UART)
Replies: 7
Views: 3338

Re: CAN to MP3(UART)

Hi Benj,

thanks for the informative reply mate, very much appreciated, i'll give it a go.
by hoozamawhatsit
Wed Aug 19, 2020 2:22 pm
Forum: Flowcode V8
Topic: CAN to MP3(UART)
Replies: 7
Views: 3338

CAN to MP3(UART)

Hi All, long time user, first time poster I need help with idea's on how to program a CAN based MP3 player, this will be used as an announcement system with triggers from CAN with up to 64 messages able to be played. i have at my disposal; FC8 Pro ( i decided to upgrade from FC6 a few days ago) PIC1...