Go to advanced search

by JesCads
Sat Mar 28, 2020 1:19 am
Forum: Other programming languages
Topic: Mono shows code as incorrect
Replies: 5
Views: 469

Re: Mono shows code as incorrect

You're going to need to post your problem on https://www.mono-project.com/community/ as there aren't enough folks on here who've ever installed & run Mono. I did for an article in Magpi magazine issue 30 https://magpi.raspberrypi.org/issues/30/pdf as I was testing the code on page 26 before it got ...
by JesCads
Fri Mar 27, 2020 6:24 pm
Forum: Other programming languages
Topic: Mono shows code as incorrect
Replies: 5
Views: 469

Re: Mono shows code as incorrect

I don't think your photo shows what you think it's showing. https://i.imgur.com/UABX3MY.jpg Doesn't appear to have anything wrong with it to me apart from some missing USINGs. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespa...
by JesCads
Fri Mar 27, 2020 12:09 am
Forum: Other programming languages
Topic: Mono shows code as incorrect
Replies: 5
Views: 469

Mono shows code as incorrect

I have the problem that I cannot write working code in mono. The IDE always shows me an error. Even the default "Hello World" program is displayed as false. Here is a picture of the "wrong" code: klick To me it looks like some libraries are missing. But all of my software is up to date and Ive insta...
by JesCads
Thu Mar 26, 2020 12:25 am
Forum: Windows 10 for IoT
Topic: C# iot library for ws2811 leds
Replies: 2
Views: 465

C# iot library for ws2811 leds

So, I bought these LEDs to use them with my Raspberry Pi. Unfortunately I couldnt find any C# library for windows iot. However, I found some for WS2812B LEDs, but Im not sure if they are compatible with mine. I have seen some tutorials in python for the WS2812 leds which are also compatible with the...
by JesCads
Mon Mar 23, 2020 12:01 am
Forum: Other programming languages
Topic: Using C# with Raberry Pi
Replies: 4
Views: 446

Using C# with Raberry Pi

How exactly do you use C# with the Raberry Pi? I read that I need to use Windows IoT Core, but then I would have to be permanently connected to my PC. I also read that I can use MonoDevelop, which emulates the .NET framework on the Pi(sry, if Iam mistaken). But if I want to use sensors and stuff, ar...

Go to advanced search