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
K

kalle

@kalle
About
Posts
82
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DIY LED Lighting System
    K kalle

    We have create a RGB MySensors Node which can control a RGB strip by voice

    https://www.youtube.com/watch?v=I0eQkpekIus

    http://voxcommando.com/forum/index.php?topic=1921.msg17517#msg17517

    My Project

  • MySensors Sensebender Micro 3DP Case
    K kalle

    here is my first 3D print for the sensbender micro, printed with Arduino Materia 101 printer - STL files available if needed.
    I think it is also possible to fit a motion sensor in the top - will try ;-)

    20150712_085220.jpg
    20150712_085234.jpg
    20150712_085316.jpg

    Enclosures / 3D Printing

  • IR Blaster (progress)
    K kalle

    Ok, here we go a short video demonstration: www.youtube.com/watch?v=y38oIZgV_cU

    Hardware

  • How to deal with a request for information from controller?
    K kalle

    Ahh ok, know I understand it - so it looks like you have successfully merged this funktion in the sketch.
    Is it possible to share the sketch which has include the ack?

    Thanks
    Kallle

    Troubleshooting

  • German speaking members
    K kalle

    :+1: :sunglasses:

    General Discussion

  • Speech recognition
    K kalle

    @mvader - If you can get some cheap Android phones/tablets, you can use the VoxWav app on it and mount this devices in each room. The VoxWav app act as a wireless microphone and remote for VoxCommando http://voxcommando.com/mediawiki/index.php?title=VoxWav

    here is a nice demo video: www.youtube.com/watch?v=0RCZ7aGGaro

    I use this app also on a android smartwatch to control things

    which you can see here: www.youtube.com/watch?v=TMPstHDvnM8

    I hope this give you an idea ;-)

    Hardware

  • How to deal with a request for information from controller?
    K kalle

    Hi Marcus, you will find here how you can differentiate the messages:

    http://www.mysensors.org/download/serial_api_14

    Type Value Comment
    presentation 0: Sent by a node when they present attached sensors. This is usually done in setup() at startup.
    set 1: This message is sent from or to a sensor when a sensor value should be updated
    req 2: Requests a variable value (usually from an actuator destined for controller).
    internal 3: This is a special internal message. See table below for the details
    stream 4: Used for OTA firmware updates

    This is exact the way how we manage the message to deal with VoxCommando in our python code - example code snippet below:

    elif msgType=="0":
    #PRESENTATION Message
    log( "PRESENTATION Message")
    #registerID(sensorID)
    presTypeNum=dataParts[4]
    presType = presTypes[presTypeNum]
    log( "presType: "+presTypeNum+": "+presType)
    vc.triggerEvent("MySensorsPres."+presType+"."+friendlyID+"."+msgPayload, List[str]([dataParts[0],dataParts[1],msgPayload, presType]))

    elif msgType=="3":
        #INTERNAL Message
        #log( "INTERNAL Message" )
        IntsubTypeNum=dataParts[4]
        if IntsubTypeNum=="14":
            #gateway is ready!
            vc.triggerEvent("MySensors.GatewayReady",None)
        IntsubType = IntsubTypes[IntsubTypeNum]
        log( "Internal Message subType: "+IntsubTypeNum+": "+IntsubType )
        vc.triggerEvent("MySensorsIntsub."+IntsubType+"."+friendlyID+"."+msgPayload, List[str]([dataParts[0],dataParts[1],msgPayload, IntsubType]))
        if sData=="255;255;3;0;3;" :
            log( "Sensor has requested a new ID" )
            assignFreeID()
    
    Troubleshooting

  • MySensors Sensebender Micro 3DP Case
    K kalle

    part 2:

    20150712_090847.jpg
    20150712_090925.jpg

    Enclosures / 3D Printing

  • 9+A 5V power supply?
    K kalle

    Here are also some similar power supply and they ship really fast

    https://kutop.com/catalogsearch/result/?q=power+supply

    Hardware

  • 💬 ESP-LINK ESP8266 WeMos D1 Mini Adapter Board
    K kalle

    Haha, good question and here is the answer:
    We have created a IR/RF Blaster ;-)
    The video and description show you not the newest version, but it give you an idea of it.

    http://voxcommando.com/mediawiki/index.php?title=IR/RF_Device

    I was inspired by mysensors member "blacey" - https://forum.mysensors.org/topic/1402/ir-blaster-progress
    because he never finished his project ;-)

    Kalle

    OpenHardware.io arduino adapter wemos esp8266 pro mini interstitial esp-link d1mini serial wi-fi

  • Voice controlled IR/RF blaster MySensors node
    K kalle

    Here is a short video of our new project, all feedbacks welcome

    www.youtube.com/watch?v=y38oIZgV_cU

    My Project

  • Anyone tried the $199 Monoprice 3D printer?
    K kalle

    Hi guys, I have bought the MPselect mini (320 EUR with shipping and customs to germany) and I'm very happy with it. It is even easier to handle this printer as my Arduino Materia printer and the prints are really good - the printer has a heated bed which is fantastic in this price class. The hot-end temp and bed temp are really stable (+-1°C)
    The printer works fine with PLA - I don't know if ABS will work also fine, because I don't have it and so far I know you must disable the hot-end fan to get good results with ABS. My printer has the newest firmware on board which activate the printers WiFi functionality. I can post pictures from prints if needed.

    here are a good review on youtube: https://www.youtube.com/watch?v=cSZrqgLj3ag

    Kalle

    Enclosures / 3D Printing

  • 💬 ESP-LINK ESP8266 WeMos D1 Mini Adapter Board
    K kalle

    @NeverDie

    It has also 16M bytes flash instead of 4M bytes and a CP2104 USB-TO-UART IC which is new, there is also a external antenna connector available.

    Here are the product webpages if anyone is interested:

    WemosD1 mini Pro: https://www.wemos.cc/product/d1-mini-pro.html
    Wemos D1 mini: https://www.wemos.cc/product/d1-mini.html

    The Wemos D1 mini Pro is slightly more expensive than the Wemos D1 mini

    OpenHardware.io arduino adapter wemos esp8266 pro mini interstitial esp-link d1mini serial wi-fi

  • Anyone tried the $199 Monoprice 3D printer?
    K kalle

    @Nca78 : Decide for yourself ;-)

    It is the "Bauhaus" Chess printed with the MonoPriceSelectMini.

    0_1481058562106_mpSelect.jpg

    Enclosures / 3D Printing

  • 💬 ESP-LINK ESP8266 WeMos D1 Mini Adapter Board
    K kalle

    @NeverDie
    Do you noticed also the PSF-A85 and PSF-A85 boards on the itead website?

    https://www.itead.cc/wiki/PSF-A85
    https://www.itead.cc/wiki/PSF-B85

    These boards contain the new ESP8285. I have seen this ESP8285 (ESP8285 internal Flash is 1MByte = 8Mbit) in the Sonoff Wall-Touch-switch and it was easy to write a Arduino sketch to it with an FTDI programmer (FTDI prg. is only for the first time needed, after that you can update the sketch OTA).

    The Board has only ~14mmx14mm - so it is possible to shrink "Wemos D1 mini" based projects.
    Here are a picture to see the Wemos size vs. PSF-A85 (red square):

    0_1481398463489_ESP8285.JPG

    Kalle

    OpenHardware.io arduino adapter wemos esp8266 pro mini interstitial esp-link d1mini serial wi-fi
  • Login

  • Don't have an account? Register

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