Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No.Does wireless communication happen between MCU and device when CAN used.
No.Do we use CAN in automotive industry only.
Google "CAN network applications" for plenty of examples.What are example of CAN in consumer electronics.
I did google search before posting question. most of the example I found with engine or vehicle. That's what I said I was looking for example consumer electronics not for automotive industry.These are questions you could easily answer for yourself with just a little bit of research, rather than asking others to spend their time finding the answers for you.
I did google search before posting question. most of the example I found with engine or vehicle. That's what I said I was looking for example consumer electronics not for automotive industry.
I am trying to find out what's the special is in CAN that doesn't have in uart, i2c and spi
If you Google "intro to can bus" you'll find links to all sorts of introductory material that will answer your questions.I am trying to find out what's the special is in CAN that doesn't have in uart, i2c and spi
Wut? There was a time when CAN did not have dedicated controllers? I have never even heard of, let alone run into CAN that was not already in hardware.What is the application if you dont mind me asking, a long time ago now, i used CAN or a form of it for model railway control. Its really frustrating to get going, but these days dedicated controllers make it a bit easier. If you need priority messages and alot of redundancy then CAN has its merits, but for alot of applications there is IMHO better (read much easier) ways to do things. Even Rs232 with hand rolled messages can be useful.
Without being condescending, if you got to ask the very basics on CAN, then expect a steep curve. I personally found it hard to debug, i think modern usb LA's have an advantage in this kind of situation however, how many nodes you looking at?
No sorry i was talking about the all in one things you get now. Not the pic CAN controllers on the chip, I have a silicon labs dev board for can, it has everything on it, simple plug and play....when i did my model rail it was pics and Can on the chip.Wut? There was a time when CAN did not have dedicated controllers? I have never even heard of, let alone run into CAN that was not already in hardware.
Ok i get it you want precise.
These days you can buy all in one solutions, before that you had to set up the chips and the addresses etc by software, again like the pic ones, it isnt as bad now with dedicated boards designed to do the grunt, i seen a couple with spi interfaces on!
No, I was comparing the what i would now call the raw hardware like the pic CAN peripheral, with more modern chips that seem to do it all with simple spi or whatever commands sent to them. With the pics you had to really read the data sheet, the newer all in one CAN chips seem much easier, but its still not something i would want to do lightly. Unless a small network, then you got to ask yourself if you really need CAN. Its great on cars and such, high speed and great redundancy, even multi loco model rail has some use, but honestly i think most things can be done with easier solutions, or maybe i tend to look for quick and easy these days as time gets shorter.....OIC. When I hear CAN controller, I think a hardware peripheral on a MCU. It had sounded like you rolled your own in software somehow with some sort of hardware.
Please link to one of these all-in-one CAN chips. I have never seen one.No, I was comparing the what i would now call the raw hardware like the pic CAN peripheral, with more modern chips that seem to do it all with simple spi or whatever commands sent to them. With the pics you had to really read the data sheet, the newer all in one CAN chips seem much easier, but its still not something i would want to do lightly. Unless a small network, then you got to ask yourself if you really need CAN. Its great on cars and such, high speed and great redundancy, even multi loco model rail has some use, but honestly i think most things can be done with easier solutions, or maybe i tend to look for quick and easy these days as time gets shorter.....
Roll my own in software indeed!! Whatever next! lol Not so long ago i might have considered that fun, now i shudder lol
**** you want me to go on silicon labs and trawl through there now awful site???Please link to one of these all-in-one CAN chips. I have never seen one.
You're right, I have seen them. But the way you described them was completely unlike the way I perceive them so I thought you were talking about something different lol. I find it far easier to write and read the CAN registers inside the peripheral on an MCU directly with my code than to essentially do the same thing to another device over an SPI connection. You were extolling the ease of use versus the internal CAN peripheral so I thought you were talking about something else entirely lol.I know you know about these chips, i dont get why you say you havnt seen them??????
Ah got ya!!You're right, I have seen them. But the way you described them was completely unlike the way I perceive them so I thought you were talking about something different lol. I find it far easier to write and read the CAN registers inside the peripheral on an MCU directly with my code than to essentially do the same thing to another device over an SPI connection. You were extolling the ease of use versus the internal CAN peripheral so I thought you were talking about something else entirely lol.
So it seems that when we say CAN controller, we actually do mean the same thing (just internal or external). Just the way you described an external CAN controller was entirely unlike what I actually thought of an external CAN controller.