Are it's possible to use USB 3G modem ?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
urchc_1533771
Level 5
Level 5
5 likes given First like received First like given

Can I with help of CY7C65213 USB serial converter connect USB 3G dongle to PSOC4 ?

0 Likes
1 Solution
Anonymous
Not applicable

Simple text interfacing will work just fine for USB interfacing. Try looking at these example projects for USB: USB Full-Speed, Low-Speed Code Examples (The ones near the bottom will have USB examples)

View solution in original post

0 Likes
6 Replies
Anonymous
Not applicable

Probably, I don't see a reason why it wouldn't work. But, the PSoC 4 might have difficulty processing the data from the serial port effectively depending on what you are trying to achieve

0 Likes

I need only send SMS.

For work properly MCU must be as USB master because 3G dongle is USB slave.

How to check it ?

0 Likes
Anonymous
Not applicable

Simple text interfacing will work just fine for USB interfacing. Try looking at these example projects for USB: USB Full-Speed, Low-Speed Code Examples (The ones near the bottom will have USB examples)

0 Likes
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

Hi,

As you know that Cypress USB-serial product could work as SPI master whereas PSOC4 could work as SPI slave.

You could send text through the API provided by Cypress to USB-serial and then the data could be received by PSOC4.

I think it is not a problem.

0 Likes

I waiting to dongle for test.

Wish you could succeed.