PSoC 5LP Freesoc 2, and ethernet

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

cross mob
Anonymous
Not applicable

Hi guys, I'm working on a project with psoc 5LP freesoc 2 I have to read data from a sensor treat them psoc and send them to a website created by myself, where it is shown a graph of these values, I have to send online but do not choose which module is,

   

I have the arduino ethernet shield and the Ethernet module ENC28J60, but that should not work, please help me, I'm starting with PSoC.

   

I have to have a database for later display these values in the graph of my website.

   

or recommend me another module that is easier to work I would appreciate.

0 Likes
4 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

There is an lwip port to the PSoC5: https://github.com/lrds/lwip-psoc5

   

Did you try to use it? (Otherwise - which part of your project does not work? If its the network part, at which point does it stop working, does it get an IP address...)

0 Likes
Anonymous
Not applicable

But , what module can i use? tha arduino shield or module ENC28J60? this is my question

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

The lwip port I mentioned above uses the ENC28J60.

0 Likes
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

Similar questions have been asked on the forum. For example here:
How to use Ethernet module
If you need resources and memory - use the arduino ethernet shield (W5100),
if a simple device can be used and / or on a central server logic enc28j60
for more detail - you have to look for such comparisons are: w5100 vs ENC28J60

0 Likes