cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino In HCP

former_member186020
Participant
0 Kudos

Hi Guys,

I have been playing around with Arduino board and was thinking is it possible to configure and use Arduino Uno board to  use HCP IOT services like we do for Pi????

If yes how can we do it? Do we have document available as i couldn't find any?

Thanks in advance ,

Vishesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183072
Active Participant
0 Kudos

Hi Vishesh,

     Did you manage to do it without using ESP8266 controller?

     If yes, can you please provide some hints for me?    

    

Thank you,

Ovidiu

anton_levin
Active Contributor
0 Kudos

Hi Vishesh, IoT Starter Kit contains upstream and downstream communication examples that use ESP8266 controller and Arduino IDE. This might help you.

https://github.com/SAP/iot-starterkit/tree/master/src/hardware/ESP8266

Regards,

Anton

former_member186020
Participant
0 Kudos

Hi Anton ,

Thanks for Quick response.. I checked this out but this is ESP8266 that is wifi module chipset... Arduino Uno is not wifi . Hence was thinking still can i connect ?

Vishesh.

anton_levin
Active Contributor
0 Kudos

Arduino has an Ethernet Shield as well. Or maybe connecting it over Bluetooth to your mobile phone would be an option here.

Regards,

Anton

former_member186020
Participant
0 Kudos

Yes i may trying exploring that part. Any docs on that?

anton_levin
Active Contributor
0 Kudos

I will check with colleagues tomorrow and drop you a mail. Meanwhile, you may definitely find some articles how to connect Arduino to Internet on Internet

Regards,

Anton

former_member186020
Participant
0 Kudos

Yup Sure i will do that... Thanks for your help here...