TCP protocol on PSOC5 using ENC28J60

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

cross mob
Anonymous
Not applicable

Hello,

   

I'd like to know if anyone has done a project using TCP protocol on PSoc5?

   

I used the project manojr_cet have made using UDP protocol, and it works great.

   

I'd like to use the same project, only with TCP protocol instead.

   

Has anyone done something similar?

   

 

   

Best regards,

   

Igal

0 Likes
7 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

http://www.psocdeveloper.com/forums/viewtopic.php?f=43&t=7787

   

 

   

A project done on PSOC 3 possibly you could port -

   

https://github.com/kmmankad/ENC28J60-PSoC3

   

 

   

 

   

Regards, Dana.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Test

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Test

0 Likes
lock attach
Attachments are accessible only for community members.
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

I still have the old, unfinished project for enc28j60.
I do not have the opportunity to check it, but maybe it'll help you.
primary source from Avast:
https://github.com/lrds/lwip-psoc5

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

hi pavloven,

   

I am using your program for Ethernet connection but finding this error

   

"Build error: lwip/opt.h: No such file or directory" 

   

 included my project please check it once. thank you

0 Likes
Anonymous
Not applicable
        We have lwip working with psoc5/enc424j600 products working in the field. We are in process of testing freertos w/TCP as a firmware upgrade.   
0 Likes
lock attach
Attachments are accessible only for community members.
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

Hi, Yogi Baba.
When saving to the archive, some files were deleted
And you must add the path to the folders:
Project--> Build Setting --> Compiler-->Additional Include Directories: 
lwip-1.4.1\src\include\ipv4\;   lwip-1.4.1\src\include\;  contrib-1.4.1\apps\

   

Strange: messages go out of order

0 Likes