HTTPS alternative on Arduino

前端 未结 3 1663
不知归路
不知归路 2021-01-08 00:20

I\'m considering the use of an Arduino in a project I\'m on but a question is still open.

The Arduino will be collecting data and, once in a while, will send them to

相关标签:
3条回答
  • 2021-01-08 00:37

    You could look at this which is a PIC32 Arduino compatible http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,892,893&Prod=CHIPKIT-UNO32

    0 讨论(0)
  • 2021-01-08 00:55

    the best you can use in arduino is xxtea encryption. is fast but not super secure

    0 讨论(0)
  • 2021-01-08 00:59

    Check out the Microchip PIC 18x and 24x series uCs. http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2505&param=en535724

    If you are looking for a heavy duty micro-platform, check out "Raspberry Pi"

    0 讨论(0)
提交回复
热议问题