Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Implementation of BiSS C interface for an encoder

Status
Not open for further replies.

Electro nS

Full Member level 6
Joined
Mar 9, 2013
Messages
324
Helped
49
Reputation
98
Reaction score
48
Trophy points
1,308
Activity points
3,818
BiSS C DB3 protocol interface for Absolute encoder is Open Source and Free Communication protocol hardware compatible with SSI interface. And it is used widely in absolute position encoders. However searching for sample codes and implementations yields zero results. Most BiSS master are Closed source FPGA based or ASIC like (ICHAUS.de) or some (TI.com) microprocessors.

I want to replace an SSI encoder with BiSS in my DIY CNC machine, because it contains CRC and i want some kind of checksum to ensure the data read is correct. It is point to point connection. I am only interested in reading the position. Not all the intelligent functions.

So my 2-part Question :

1- Can i get away with simple implementation (read position only) on the same 8-bit micro-controller that i am using now for SSI that is doing other staff . Or it is mandatory to set certain functions and registers for the device to work.

2- If I want to go the extra mile and implement a full BiSS master on a dedicated 8-bit Micro , is it a one man job ? too complex ? any advice in this regard.
 

Hi Electro nS, you can implement BiSS interface with a microcontroller if you are able to provide the protocol which ist needed. The main didderence between SSI and BiSS is that later one is bidirectional. You might checkout https://biss-interface.com/, or your BiSS encoder datasheet for the protocol required. You can also request support via the https://biss-interface.com/.

Enjoy your design work!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top