We are using GL868-DUAL V3 module to implement SPI bus (master) to communicate with two slaves. In this slave one will be SPI memory (8Mb) and slave two will be MCU to communicate with other devices.
My question is that :-
Can we use Telit module as a SPI master mode?
How many slave devices can be connected with module?
What is the maximum memory size can be handle using python SPI bus.
Thanks,
Diwakar
Assuming you are talking about Python apps:
1. Yes.
2. “Up to 8 Slave Select lines can be defined.”
3. Irelevant.
Sir,
Is it Possible to generate and check CRC inside GL868-DUAL V3 module using python scripting? if yes, please specify how.
Thanks,
Diwakar
MD5 hash is included and you can implement simple CRC, there are pieces of code to pick on the Internet..
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Dear Sir,
We are using GL868-DUAL V3 module to implement SPI bus (master) to communicate with two slaves. In this slave one will be SPI memory (8Mb) and slave two will be MCU to communicate with other devices.
My question is that :-
Thanks,
Diwakar
Assuming you are talking about Python apps:
1. Yes.
2. “Up to 8 Slave Select lines can be defined.”
3. Irelevant.
Sir,
Is it Possible to generate and check CRC inside GL868-DUAL V3 module using python scripting? if yes, please specify how.
Thanks,
Diwakar
MD5 hash is included and you can implement simple CRC, there are pieces of code to pick on the Internet..