Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeirvingweb/dotnet-iot-and-hedgehogs

Presentation repo for my .NET, IoT and Hedgehogs! talks
https://github.com/mikeirvingweb/dotnet-iot-and-hedgehogs

dotnet hedgehogs iot

Last synced: about 8 hours ago
JSON representation

Presentation repo for my .NET, IoT and Hedgehogs! talks

Awesome Lists containing this project

README

        

# .NET, IoT and Hedgehogs! 🦔
Presentation repo for my _.NET, IoT and Hedgehogs!_ talks

**Website**
🌍 [mikeirvingweb.github.io/macclesfield-hedgehogs](https://mikeirvingweb.github.io/macclesfield-hedgehogs/)

**Blogs**
📖 [.NET, IoT and Hedgehogs!](https://www.mike-irving.co.uk/web-design-blog/?blogid=122)
📖 [Hedgehog System Evolution!](https://www.mike-irving.co.uk/web-design-blog/?blogid=123)
📖 [Hedgehog Hardware and Detection](https://www.mike-irving.co.uk/web-design-blog/?blogid=124)

## Forthcoming Talks
⏰ To be announced

## Past Talks
📅 Oct 31st 2023 - **Manchester Tech Festival** - [Website](https://www.manchestertechfestival.co.uk/software-engineering-tech-quality/) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-10-31-manchester-tech-festival/mike-irving-dotnet-iot-and-hedgehogs.pptx)

📅 Aug 15th 2023 - **.NET South West** - [Meetup](https://www.meetup.com/dotnetsouthwest/events/295066920/) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-08-15-.net-south-west/mike-irving-dotnet-iot-and-hedgehogs.pptx)

📅 Aug 1st 2023 - **dotnetsheff** - [Meetup](https://www.meetup.com/dotnetsheff/events/294085807/) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-08-01-dotnetsheff/mike-irving-dotnet-iot-and-hedgehogs.pptx)

📅 Jun 29th 2023 - **Leeds Sharp** - [Meetup](https://www.meetup.com/leeds-sharp/events/293228795) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-06-29-leeds-sharp/mike-irving-dotnet-iot-and-hedgehogs.pptx)

📅 Feb 28th 2023 - **Dot NET Liverpool** - [Meetup](https://www.meetup.com/dot-net-liverpool/events/291461997/) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-02-28-dot-net-liverpool/mike-irving-dotnet-iot-and-hedgehogs.pptx)

📅 Feb 2nd 2023 - **Macc Tech** - [Meetup](https://www.meetup.com/macctech/events/288873927/) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-02-02-macc-tech/mike-irving-dotnet-iot-and-hedgehogs.pptx)

📅 Jan 31st 2023 - **Dot Net North** - [Meetup](https://www.meetup.com/dotnetnorth/events/290851422/) - [Slides](https://mikeirvingweb.s3.amazonaws.com/dotnet-iot-and-hedgehogs/presentations/2023/2023-01-31-dot-net-north/mike-irving-dotnet-iot-and-hedgehogs.pptx)

## Recorded Version

🍿 From Aug 1st 2023 @ **dotnetsheff** - [YouTube](https://www.youtube.com/watch?v=9EBAIZkUXL8)

[![dotnetsheff: .NET, Iot and Hedgehogs!](dotnet-iot-and-hedgehogs-youtube.png)](https://www.youtube.com/watch?v=9EBAIZkUXL8)

## Code Repositories

🦔 [Macclesfield Hedgehogs website](https://github.com/mikeirvingweb/macclesfield-hedgehogs)

🪣 [S3 Bucket Experiments](https://github.com/mikeirvingweb/S3BucketExperiments)

🎥 [C# Camera Experiments](https://github.com/mikeirvingweb/CameraExperiments)

---

### Links from presentation

**Microsoft PortQry**
💻 [PortQry CLI](https://www.microsoft.com/en-us/download/details.aspx?id=17148)
🖼️ [PortQryUI](https://www.microsoft.com/en-us/download/details.aspx?id=24009)

**NuGet Packages**
📶 [SimpleWifi.netstandard](https://www.nuget.org/packages/SimpleWifi.netstandard/)
🔵 [InTheHand.BluetoothLE](https://www.nuget.org/packages/InTheHand.BluetoothLE) from [Peter Foot](twitter.com/PeterFoot)
📼 [Xabe.FFmpeg](https://www.nuget.org/packages/Xabe.FFmpeg)
🖼️ [SixLabors.ImageSharp](https://www.nuget.org/packages/SixLabors.ImageSharp)
🔍 [ImageSharpCompare](https://www.nuget.org/packages/ImageSharpCompare/)

**FFmpeg**
📼 [FFmpeg project website](https://ffmpeg.org/)

**AWS Resources**
🪣 [AWS S3 Examples for .NET](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/dotnetv3/S3)
📼 [ffmpeg-lambda-layer](https://serverlessrepo.aws.amazon.com/applications/us-east-1/145266761615/ffmpeg-lambda-layer)
🧩 [Building Lambda functions with C#](https://docs.aws.amazon.com/lambda/latest/dg/lambda-csharp.html)
🔬 [Amazon Rekognition](https://aws.amazon.com/rekognition/)

**.NET Advent Calendar**
🎄 [2022 Calendar](https://dotnet.christmas/2022)
❄️ [Day 5 Entry](https://dotnet.christmas/2022/5)

**Raspberry Pi**
🍓 [Raspberry Pi Imager](https://www.raspberrypi.com/software/)
📔 [Microsoft Learn - Deploy .NET apps to Raspberry Pi](https://learn.microsoft.com/en-us/dotnet/iot/deployment)
💻 [Dot Net 7 with the Raspberry Pi](https://github.com/pjgpetecodes/dotnet7pi) from [Pete Gallagher](twitter.com/pete_codes)

---
For more info, find / contact me at:
[Twitter](https://twitter.com/mikeirvingweb) • [LinkedIn](https://www.linkedin.com/in/mikeirving) • [GitHub](https://github.com/mikeirvingweb) • [Stack Overflow](https://stackoverflow.com/users/482901/mike-irving) • [Website & Blog](https://www.mike-irving.co.uk/)