tonyyy
Member level 1
- Joined
- Dec 26, 2012
- Messages
- 38
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,663
Hi.
I need to create a small board with ethernet capabilities. The goal of the board
is to forwading data to a remote server using PIC18XX via http. Here my doubts:
- What ethernet controller? ENC28j60,TL8019AS,CS8900A-CQ,w5100...
- the board is acutally an http client pushing data using rest with both get and post (json format). Is not necessary to send values in real time.
- Assuming the inputs are just three analog signals (i.e. t1,t2,t3) I am thinking to
generate an interrupt when data is ready and save it in a memory locations.
- Another "process" will then regularly read the memory assemble the http request and
actually send it.
Should I use embedded multitasking on a a single PIC? Shoud I use two pics one for gathering data and the second for sending it?
Thanks in advance
I need to create a small board with ethernet capabilities. The goal of the board
is to forwading data to a remote server using PIC18XX via http. Here my doubts:
- What ethernet controller? ENC28j60,TL8019AS,CS8900A-CQ,w5100...
- the board is acutally an http client pushing data using rest with both get and post (json format). Is not necessary to send values in real time.
- Assuming the inputs are just three analog signals (i.e. t1,t2,t3) I am thinking to
generate an interrupt when data is ready and save it in a memory locations.
- Another "process" will then regularly read the memory assemble the http request and
actually send it.
Should I use embedded multitasking on a a single PIC? Shoud I use two pics one for gathering data and the second for sending it?
Thanks in advance