Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tagore.PDE
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Tagore.PDE

    • Tagore.PDE

      Adafruit Feather M0 RFM69 Packet Radio (433 or 900 MHz)
      Hardware • • Tagore.PDE  

      11
      0
      Votes
      11
      Posts
      4658
      Views

      scalz

      @Fotofieber I was more talking about Atmel M0 mcu which are well integrated into Arduino. So your boards are ST mcu. They seems to be nice (but a bit memory limited), and cheap. I have a nucleo board from ST which is also very nice because they are cheap (10$) and they have the programmer&debugger embedded and you can detach it. But even if this ST mcu is M0, Arduino boards core files can differ. That said, there is STM32duino for arduino, but I've never used it with Mysensors. And I'm not playing actually with ST. It could work out of the box depending of mysensors features used (compiling) but not really sure, I don't know the state of integration for these module in Arduino. You would need to use at least the spi port referenced by your board and the STM32duino. SPi port is spi port. For other pins like interrupt, CS etc.., that would need to check how pin are defined in STM32duino. I'm not sure if that will work easily out of the box...(https://www.hackster.io/rayburne/4-dollar-90-mips-32-bit-72-mhz-arm-arduino-f6e5c9) I know there are few other people working on ATSAM boards for mysensors On my side, few months ago I have designed a lipo charger board for ATSAM. sort of featherM0 that i have improved for using with mysensors (spi flash for ota, eeprom for mysensors config, etc..)..I will release it if it can help My project was looking to this https://forum.mysensors.org/topic/3551/my-32bits-atsam-node-project Since, i have made other atsam boards for fun and I can't wait my esp32 module order which could change the game and my opinion... I could try a bit later (actually busy), with my nucleo board...but i can't tell when for the moment..
    • Tagore.PDE

      Skech using DHT11/LDR and SoilMoisture from itead. (Solved solution inside)
      Development • • Tagore.PDE  

      9
      0
      Votes
      9
      Posts
      1911
      Views

      Tagore.PDE

      I think i get it, @tlpeter : MyMessage msgHumSoil(SOILHUMDITY, V_LEVEL); void presentation() { // Send the sketch version information to the gateway and Controller sendSketchInfo("Sensor POT", "1.1"); wait(MESSAGEWAIT); // Register all sensors to gateway (they will be created as child devices) present(SOILHUMDITY, S_MOISTURE);
    • Tagore.PDE

      Sensos in the Serial Gateway 2.0
      Troubleshooting • • Tagore.PDE  

      2
      0
      Votes
      2
      Posts
      890
      Views

      hek

      Quite a few of the old examples have been moved to a new repository (converted to 2.0) because of their to external dependency requirement. You can find the DHT (humidity) example there as well. https://github.com/mysensors/MySensorsArduinoExamples
    • Tagore.PDE

      Arduino UNO + ESP8266
      Troubleshooting • • Tagore.PDE  

      12
      0
      Votes
      12
      Posts
      3772
      Views

      mfalkvidd

      @Straydog it seems to be possible with the cc3000 shield, at least according to https://forum.mysensors.org/topic/2709/mysensors-wifi-gateway-with-arduino-uno-and-cc3000/