Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/nf-telemetry-clients/Clients/RipTide.Nfirmware/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System;
using System.Diagnostics;
using System.Threading;

namespace RipTide.Nfirmware
{
public class Program
{
public static void Main()
{
Debug.WriteLine("Hello from nanoFramework!");

Thread.Sleep(Timeout.Infinite);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CSharp.BlankApplication")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CSharp.BlankApplication")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
11 changes: 11 additions & 0 deletions src/nf-telemetry-clients/Clients/RipTide.Nfirmware/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RipTide.Nfirmware

## Schematic

//TBD

## Pinout

![ProS3 ESP32 S3](Resources/unexpected-maker-esp32-pros3-pinout.jpg)

![ESP32 S3 DevKitC 1](Resources/esp32s3-dev-kit-c-1-pinout.jpg)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>78162167-edf3-4774-870c-763141f9eb34</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<FileAlignment>512</FileAlignment>
<RootNamespace>RipTide.Nfirmware</RootNamespace>
<AssemblyName>RipTide.Nfirmware</AssemblyName>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
</PropertyGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>..\..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\esp32s3-dev-kit-c-1-pinout.jpg" />
<Content Include="Resources\unexpected-maker-esp32-pros3-pinout.jpg" />
</ItemGroup>
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
<ProjectExtensions>
<ProjectCapabilities>
<ProjectConfigurationsDeclaredAsItems />
</ProjectCapabilities>
</ProjectExtensions>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
</packages>
9 changes: 9 additions & 0 deletions src/nf-telemetry-clients/TelemetryStash.NfClients.sln
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Peripherals.Benchmarks", "P
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Peripherals.Tests", "Peripherals\Tests\Peripherals.Tests\Peripherals.Tests.nfproj", "{744E774D-535E-4603-B19D-FA665857BFE3}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "RipTide.Nfirmware", "Clients\RipTide.Nfirmware\RipTide.Nfirmware.nfproj", "{78162167-EDF3-4774-870C-763141F9EB34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -146,6 +148,12 @@ Global
{744E774D-535E-4603-B19D-FA665857BFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{744E774D-535E-4603-B19D-FA665857BFE3}.Release|Any CPU.Build.0 = Release|Any CPU
{744E774D-535E-4603-B19D-FA665857BFE3}.Release|Any CPU.Deploy.0 = Release|Any CPU
{78162167-EDF3-4774-870C-763141F9EB34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78162167-EDF3-4774-870C-763141F9EB34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78162167-EDF3-4774-870C-763141F9EB34}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{78162167-EDF3-4774-870C-763141F9EB34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78162167-EDF3-4774-870C-763141F9EB34}.Release|Any CPU.Build.0 = Release|Any CPU
{78162167-EDF3-4774-870C-763141F9EB34}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -169,6 +177,7 @@ Global
{42F7C678-DF81-432B-ADB9-35C8B38C6A55} = {8EA3B147-B625-4536-8514-CD6D949692E5}
{70584954-9CF9-4414-881B-1D1A30BBBA54} = {6D5155B9-7C65-4C8A-BE4A-73CEEB67A6CA}
{744E774D-535E-4603-B19D-FA665857BFE3} = {6D5155B9-7C65-4C8A-BE4A-73CEEB67A6CA}
{78162167-EDF3-4774-870C-763141F9EB34} = {C54DF9D6-E23A-4AB3-968F-9E9519B0A099}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {303CCAD6-C43B-419F-ACC3-FAE0574C1931}
Expand Down
Loading