Git Product home page Git Product logo

pi-azure-recipes's Issues

Pi Recipes #3 Updates: Test Function locally section

Deploying the function locally needs updates to ensure it's not broken.
Function executed as expected, but did not see the output as indicated in the instructions. Pulling the URL from instructions did work and generated a 'device is on' message output on the Pi.

Pi Recipe #2 Updates: Setup IoT Hub section

Step 3: Suggest rephrasing b/c as-is it's confusing. IoT Hub is at the bottom of the page. Options menu, '...' is on that bottom tab.
Step 8: Unclear what folder folks should look in for the local.settings.json file
Step 11: We don't have a device ID at this stage, that is done in the next section. Suggest moving this to after Device ID is added. (Or making sure that what folks put here is used for the next section)

Pi Recipe #2 updates: Prep environment section

Errors and clarification for Pi Recipe #2 Prep environment section:
step 4: recipe has been renamed, need to update folder name
step 5: keyboard shortcut doesn't work on windows PC
step 9: before this step, folks are asked about creating a virtual environment and need to indicate 'Yes'

No telemetry transmission

In RAW DATA and Overview - no telemetry data.

In RaspberryPi it only displays:

pi@raspberrypi:~ $ cd client
pi@raspberrypi:/client $ source ./.venv/bin/activate
(04_iot_central) pi@raspberrypi:
/client $ python raspberry_pi_client.py
Press Q to quit
Sending reported property: {'remaining_disk_space': '19G'}

Errors are displayed when the program is interrupted by Q.

Press Q to quit
q
Quitting...
Traceback (most recent call last):
File "/home/pi/client/raspberry_pi_client.py", line 296, in
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/pi/client/raspberry_pi_clie

nt.py", line 288, in main
await asyncio.gather(telemetry_loop, reported_loop)
File "/home/pi/client/raspberry_pi_client.py", line 161, in send_telemetry
payload = f'{{"cpu_temp": {get_current_cpu_temp()}, "cpu_freq": {get_cpu_frequency_statistics()["current"]}, "cpu_usage": {get_cpu_usage()}, "ram_usage": {get_memory_statistics()["used"]}}}'
File "/home/pi/client/raspberry_pi_client.py", line 91, in get_cpu_usage
return float(cpu_usage)

ValueError: could not convert string to float: ''
Task was destroyed but it is pending!

Please, can you tell me where this error came from ?
"line 91, in get_cpu_usage
return float(cpu_usage)**
ValueError: could not convert string to float: ''"

About, Commands - works ok.

raw_data
Overwiew

Add code comments

Suggest adding code comments to all sample code in pi recipes b/c it will help folks modify and adapt for custom scenarios.

Pi Recipe #3 Updates: Testing CV on the Pi

For folks using SSH, a camera preview isn't possible. Suggest adding in some commentary around how to handle this (maybe folks could use a desktop viewer over SSH?).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.