Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Azure Iot support #7

Closed
wants to merge 12 commits into from
Closed

Adding Azure Iot support #7

wants to merge 12 commits into from

Conversation

pelikhan
Copy link

@pelikhan pelikhan commented Jun 26, 2019

-- WORK IN PROGRESS --

  • figuring out the filepath layout? (not sure what's the best practice here)
  • wiring up azure iot framework
  • updating circuitpython esp32spi lib
  • add C++ defines to make it cloud agnostic

@ladyada
Copy link
Member

ladyada commented Jun 26, 2019

hihi is there any matching test code so we can verify firmware? circuitpython/arduino is best but we could port from something else

@pelikhan
Copy link
Author

pelikhan commented Jun 26, 2019

Planning to update cp-esp32spi with a new command for testing

@pelikhan
Copy link
Author

PR with circuit python test command: adafruit/Adafruit_CircuitPython_ESP32SPI#56

@ladyada
Copy link
Member

ladyada commented Jun 26, 2019

tag @brentru

@docmollo
Copy link

@pelikhan howdy! I know you said this is a work-in-progress in your initial message, but I'm curious - should this compile as-is? Looks like it's missing some files (iothub_client.h, is the first example I hit) and I didn't see any instructions indicating I should grab other things before trying to build.

@pelikhan
Copy link
Author

I've added instructions in the readme. This is reallly early. It builds but i haven't uploaded yet so all bets are off if the threading of Arduino will fit with the azure sdk "do work".

@pelikhan
Copy link
Author

Suggestion welcome on how to organize all the files.

@docmollo
Copy link

OK, cool. Thanks for the instructions! I won't have time again to poke at this until this weekend. I'm not sure I'll have any decent suggestions, but I will also think about layout of the files you've added. My initial thought is it looks fine to me. shrug

@pelikhan
Copy link
Author

Going another route.

@pelikhan pelikhan closed this Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants