Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
L

lorisc

@lorisc
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Wemos XI
    L lorisc

    I got too myself some boards. XI is indeed a 382 clone, but it seems that the XI core library is missing yield() functionality.
    I managed to compile my mysensors sketch with first forcing the #define ARDUINO_ARCH_AVR in the sketch and
    with some modifications at the XI core library:

    • I added the void yield(void); somewhere in ..\ARDUINO\hardware\wemos\XI\cores\lgt8f\Arduino.h
      0_1486110116662_ardo_h.JPG
    • I added the hooks.c file to ..\ARDUINO\hardware\wemos\XI\cores\lgt8f\ from https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/cores/arduino/hooks.c

    However i did not yet upload the sketch to the board, I'll later when I get home.

    Hardware

  • [SOLVED]MQTTGatewayW5100 not sending messages to nodes
    L lorisc

    hi, had the same problem. Replace the strcmp_P function with strcmp in MyGatewayTransportMQTTClient.cpp, line 74.

    			// Topic prefix
    			
    			if (strcmp(str, MY_MQTT_SUBSCRIBE_TOPIC_PREFIX) != 0) {					
    				return;
    			}
    			break;
    		}
    

    I think that topic comparison could be skipped...

    Troubleshooting
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular