It looks like the files are deleted...
fahrettine
@fahrettine
Best posts made by fahrettine
Latest posts made by fahrettine
-
RE: Raspberry Pi+MyNodes Image
@Planer hi,
Thanks for the image. I installed the image to SD card and booted the Pi.
I downloaded the MyNodes to Desktop and run the "web" file but I got the "Illegal Instruction" error. Below is the commands I run. Am I doing something wrong? What should I do? Thanks again...
........................
pi@raspberrypi:~ $ ls
Desktop Downloads Pictures python_games Videos
Documents Music Public Templates
pi@raspberrypi:~ $ dnvm listActive Version Runtime Architecture OperatingSystem Alias
1.0.0-rc1-update1 coreclr x64 linux
- 1.0.0-rc1-update1 mono linux/osx default
pi@raspberrypi:~ $ dnx --version
Illegal instruction
pi@raspberrypi:~ $ ls
Desktop Downloads Pictures python_games Videos
Documents Music Public Templates
pi@raspberrypi:~ $ cd Desktop
pi@raspberrypi:~/Desktop $ ls
MyNodes
pi@raspberrypi:~/Desktop $ cd MyNodes
pi@raspberrypi:~/Desktop/MyNodes $ ls
approot localhost localhost.cmd logs web web.cmd wwwroot
pi@raspberrypi:~/Desktop/MyNodes $ sh web
Illegal instruction -
RE: Raspberry Pi+MyNodes Image
@Planer thanks for your response.
I will be very happy if you give or send me the link to download the image.
Bye... -
Raspberry Pi+MyNodes Image
Hi everyone,
Is there any working RaspberyPi+(.NET)+MyNodes image?
Thanks? -
RE: ESP8266 Gateway with sensor attached
Hi carlyler,
I have the same problem with Serial Gateway. I get the same error:GATEWAY: Gateway is not responding. It has been 1 month and no solution. They say "Use up to date drivers". I installed MySensors2.0.0 but didnt work.
The MyNodes was OK with old MySensors 1.5 drivers and Arduino 1.5.
After installing Arduino 1.6.11 and MySensors 2.0.0 drivers, I started to get the "Gateway is not responding error".
I will uninstall Arduino 1.6.11 and MySensoes2 and will install old versions. I hope I will overcome this problem. -
RE: Problems With Arduino 1.6.11 and MySensor 2.0.0
I installed the Gateway Serial from the Examples menu.
On the Serial Port I get the messages below. It seems everything is OK.
....................................
0;255;3;0;9;Starting gateway (RNNGA-, 2.0.0)
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSM:RADIO:OK
0;255;3;0;9;TSM:GW MODE
0;255;3;0;9;TSM:READY
0;255;3;0;14;Gateway startup complete.
0;255;0;0;18;2.0.0
0;255;3;0;9;No registration required
0;255;3;0;9;Init complete, id=0, parent=0, distance=0, registration
........................................
On the Arduino side everything looks OK.
But when I choose/start MyNodes web interface-->Serial Port I get the error messages below. Still the same problem.
................
Welcome to MyNodes.NET.
Please configure the system in the web interface.Hosting environment: Production
Now listening on: http://localhost:1312
Application started. Press Ctrl+C to shut down.
17.09.2016 00:20:57: SYSTEM: Connecting to database...
17.09.2016 00:20:57: SYSTEM: Database connected.
17.09.2016 00:21:08: SYSTEM: Connecting to gateway...
17.09.2016 00:21:08: GATEWAY: Trying to connect...
17.09.2016 00:21:08: GATEWAY: Connected to port COM3 at 115200 bits/s.
17.09.2016 00:21:08: GATEWAY: Trying to communicate...
17.09.2016 00:21:13: GATEWAY: Gateway is not responding.
17.09.2016 00:21:18: GATEWAY: Gateway is not responding.
17.09.2016 00:21:23: GATEWAY: Gateway is not responding.
17.09.2016 00:21:29: GATEWAY: Gateway is not responding.
....................
Any idea guys? Thanks!!! -
RE: Problems With Arduino 1.6.11 and MySensor 2.0.0
@hek Hi. Thanks for your response...
I downloded the Serial Gateway firmware from http://www.mynodes.net/Hardware/Gateway. Which firmware should I instal? The Serial Gateway on the Arduino\File\Examples\MySensors menu? -
RE: Problems With Arduino 1.6.11 and MySensor 2.0.0
@mfalkvidd thanks for your quick response... I installed the library using "Manage Libraries" menu. The library looks OK. There is a folder named "MySensors" under Documents\Arduino\libraries and I can see the library installed on the "Library Manager".
Dear @derwish ... Is the firmware of MyNodes Serial Gateway up to date or appropriate for latest Arduino and MySensors? What should I do?
Thanks...
-
Problems With Arduino 1.6.11 and MySensor 2.0.0
Hi everybody,
After having problems with Arduino 1.6.5 and old MySensors drivers I decided to load Arduino latest version. After loading Arduino 1.6.11 and installed MySensors 2.0.0 drivers I couldnt compile the Serial Gateway of MyNodes.I get the error below. Any idea about the problem? THANKS!!!
C:\Users\fahrettin\Desktop\MyNodes\SerialGateway\SerialGateway.ino:41:27: fatal error: MySigningNone.h: No such file or directory
#include <MySigningNone.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino Nano.