Navigation

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

    Posts made by MiKa

    • RE: 💬 Mini touch sensor switch(nRF52832) 2 ch with glass panel

      Please upload schematic

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 EFEKTA BME280 Sensor

      Hi,
      You design it for some nice enclosure???
      Regards,
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 EFEKTA Temperature & Humidity mini sensor

      Hi,
      exist some enclosures for your sensors?
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: Is the 32-bit ATSAML10 the ATMEGA328P killer that we've been waiting for?

      SAMD21G18A is also option for next level of mysensors support 😉
      Check moteino M0 on lowpowerlab site

      posted in Hardware
      MiKa
      MiKa
    • RE: New Moteino M0 is out!

      Nice! 🙂
      https://lowpowerlab.com/2018/07/07/new-products-m0-breakout-boards/

      posted in General Discussion
      MiKa
      MiKa
    • RE: i2c Lightning Sensor +

      @boots33 said in i2c Lightning Sensor +:

      #include "I2C.h" // the lightning sensor can communicate via SPI or I2C. This sketch uses the I2C interface

      I mean this:

      #include "I2C.h" // the lightning sensor can communicate via SPI or I2C. This sketch uses the I2C interface

      posted in My Project
      MiKa
      MiKa
    • RE: i2c Lightning Sensor +

      @boots33
      which I2C library did You used???

      posted in My Project
      MiKa
      MiKa
    • RE: SMD Reflow Oven / PID

      Have look here: http://www.whizoo.com/
      and source code: https://github.com/engineertype/ControLeo/tree/master/ControLeo/examples/ReflowWizard

      posted in My Project
      MiKa
      MiKa
    • RE: 50mm x 50mm board with different powering options

      Hi,
      what enclosure did You use for it?
      MiKa

      posted in My Project
      MiKa
      MiKa
    • RE: 💬 Button size radionode with sensors swarm extension

      Please link for enclosure

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: nRF5 Multi Sensor Board (12-14€)

      @nca78 said in nRF5 Multi Sensor Board (12-14€):

      attribute ((weak))

      Thanks,Compilation OK 👍

      posted in Hardware
      MiKa
      MiKa
    • RE: nRF5 Multi Sensor Board (12-14€)

      Hi,
      I got this error, what wrong???

      Using precompiled core
      Linking everything together...
      "C:\Users\MiKa\AppData\Local\Arduino15\packages\sandeepmistry\tools\gcc-arm-none-eabi\5_2-2015q4/bin/arm-none-eabi-gcc" "-LC:\Users\MiKa\AppData\Local\Temp\arduino_build_372810" -Os -Wl,--gc-sections -save-temps "-LC:\Users\MiKa\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.5.1\cores\nRF5/SDK/components/toolchain/gcc/" "-LC:\Users\MiKa\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.5.1\cores\nRF5/SDK/components/softdevice/none/toolchain/armgcc/" "-Tnrf51_xxaa.ld" "-Wl,-Map,C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810/_22_Door_Sensor.ino.map" --specs=nano.specs --specs=nosys.specs -mcpu=cortex-m0 -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -o "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810/_22_Door_Sensor.ino.elf" "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch\app_error.c.o" "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch\app_error_weak.c.o" "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch\app_gpiote.c.o" "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch\MyBoardNRF5.cpp.o" "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch_22_Door_Sensor.ino.cpp.o" "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\core\variant.cpp.o" -Wl,--start-group -lm "C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810/..\arduino_cache_2928\core\core_MySensors_nRF5_MyBoard_nRF51822_chip_xxaa,bootcode_none,lfclk_lfxo_89b01c12b33d173746e7c52b6a4ab42a.a" -Wl,--end-group
      C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810/..\arduino_cache_2928\core\core_MySensors_nRF5_MyBoard_nRF51822_chip_xxaa,bootcode_none,lfclk_lfxo_89b01c12b33d173746e7c52b6a4ab42a.a(WInterrupts.c.o): In function `GPIOTE_IRQHandler':

      C:\Users\MiKa\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.5.1\cores\nRF5/WInterrupts.c:129: multiple definition of `GPIOTE_IRQHandler'

      C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch\app_gpiote.c.o:C:\Users\MiKa\AppData\Local\Temp\arduino_build_372810\sketch/app_gpiote.c:79: first defined here

      c:/users/mika/appdata/local/arduino15/packages/sandeepmistry/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .heap by 4 bytes

      c:/users/mika/appdata/local/arduino15/packages/sandeepmistry/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4 bytes

      c:/users/mika/appdata/local/arduino15/packages/sandeepmistry/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .heap by 4 bytes

      c:/users/mika/appdata/local/arduino15/packages/sandeepmistry/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4 bytes

      c:/users/mika/appdata/local/arduino15/packages/sandeepmistry/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .heap by 4 bytes

      c:/users/mika/appdata/local/arduino15/packages/sandeepmistry/tools/gcc-arm-none-eabi/5_2-2015q4/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4 bytes

      collect2.exe: error: ld returned 1 exit status

      Using library MySensors-development at version 2.3.0-alpha in folder: C:\Users\MiKa\Documents\Arduino\libraries\MySensors-development
      exit status 1
      Error compiling for board MyBoardNRF5 nRF51822.

      posted in Hardware
      MiKa
      MiKa
    • Domoticz Nextion remote

      nice idea 😉

      https://github.com/ledfreak3d/Domoticz-remote-
      https://www.youtube.com/watch?v=c9OlHDThYEU&t
      https://www.domoticz.com/forum/viewtopic.php?f=38&t=19472

      posted in Enclosures / 3D Printing
      MiKa
      MiKa
    • RE: Hot air rework station

      https://github.com/madworm/Youyue-858D-plus
      if someone want to try 😉

      posted in Hardware
      MiKa
      MiKa
    • RE: 💬 ESP8266 Gateway

      Is this design for some existing enclosure?

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 EASY PIR multisensors box

      please add also "Hall efect" sensor

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: nRF5 action!

      Same result, battery out within few days, I want to do a check of current consumption, but not yet free time...
      I want to try this:
      https://github.com/ThingPulse/ESP8266PowerMonitor
      https://thingpulse.com/2018/02/25/esp8266-monitoring-power-consumption/

      posted in My Project
      MiKa
      MiKa
    • RE: Atmega 328p memory

      Im using now mainly NRF51 and SAMD21 MCU, both of them have lot of advantages FLASH, interrupt on all pins, consumption.....

      posted in Hardware
      MiKa
      MiKa
    • RE: nRF5 action!

      @mika said in nRF5 Bluetooth action!:

      Hi,
      Working without problem with mysensors, I use STLink v2 from Aliexpress. LED and Button are mapped on pins 28 and 29 🙂

      0_1515563097508_IMG-0324.JPG

      Im just reporting sketch from NeverDie 😉

      https://www.openhardware.io/view/510/Multi-Sensor-TempHumidityPIR-LeakMagnetLightAccel

      posted in My Project
      MiKa
      MiKa
    • RE: nRF5 action!

      Hi,
      Working without problem with mysensors, I use STLink v2 from Aliexpress. LED and Button are mapped on pins 28 and 29 🙂

      0_1515563097508_IMG-0324.JPG

      posted in My Project
      MiKa
      MiKa
    • RE: 💬 MultiRF MultiVoltage ProtoBox

      And which battery? Small 250 mAh Li-ion? 😉

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: New library to read Arduino VCC supply level without resistors for battery powered sensor nodes that do not use a voltage regulator but connect directly to the batteries ;-)

      It looks, its working also on NRF5 platform, tested with NRF51822 MCU 😉 👍

      https://raw.githubusercontent.com/d00616/arduino-nRF5-boards/master/51822_ITC_PolyU_HK/51822_ITC_PolyU_HK.jpg

      posted in Development
      MiKa
      MiKa
    • RE: New library to read Arduino VCC supply level without resistors for battery powered sensor nodes that do not use a voltage regulator but connect directly to the batteries ;-)

      @mfalkvidd said in New library to read Arduino VCC supply level without resistors for battery powered sensor nodes that do not use a voltage regulator but connect directly to the batteries 😉:

      @MiKa use hwCPUVoltage() this works for AVR, SAMD and ESP8266. ESP8266 requires defining MY_SPECIAL_DEBUG though.

      Thanks ! It works on SAMD21E board 🙂

      posted in Development
      MiKa
      MiKa
    • RE: New library to read Arduino VCC supply level without resistors for battery powered sensor nodes that do not use a voltage regulator but connect directly to the batteries ;-)

      Hi,
      possible to read also internal VCC for SAMD21 and NRF5 platform core?
      MiKa

      posted in Development
      MiKa
      MiKa
    • RE: nRF5 Multi Sensor Board (12-14€)

      Hi,
      Works !!! 🙂 👍
      Thanks Ptibu!
      MiKa

      posted in Hardware
      MiKa
      MiKa
    • RE: nRF5 Multi Sensor Board (12-14€)

      Hi,
      Thanks for sketch, I will try
      Which interface You use for upload?
      I tryied ST-Link V2 from ebay it seems it working but I cant get working J-link under arduino (J-link also small version from Ali)
      https://www.aliexpress.com/item/Die-Jlink-OB-ARM-emulator-debugger-jlink-programmierer-downloader-link-statt-V8-SWD/32763735160.html?spm=a2g0s.9042311.0.0.VVtIj7
      Regards,
      MiKa

      posted in Hardware
      MiKa
      MiKa
    • RE: WS2812 Neopixel

      Thanks, I will try
      MiKa

      posted in Feature Requests
      MiKa
      MiKa
    • WS2812 Neopixel

      Please add base LED indication (RX.TX,ERR) via nepoxiel WS2812 via single pin of CPU

      posted in Feature Requests
      MiKa
      MiKa
    • WS2812B - Information LEDs blinking

      Hi,
      have someone idea how to easy convert standard 3 LEDs for information:

      example:
      // LEDs
      /**********************************

      • Information LEDs blinking
        ***********************************/
        // If one of the following is defined here, or in the sketch, the pin will be used for the
        // corresponding led function.
        // They have to be enabled here (or in your sketch). Replace x with the pin number you have the LED on.
        //
        // NOTE!! that on some platforms (for example sensebender GW) the hardware variant can enable LEDs by default,
        // These defaults can be overridden by defining one of these.
        #define MY_DEFAULT_ERR_LED_PIN 9
        #define MY_DEFAULT_TX_LED_PIN 6
        #define MY_DEFAULT_RX_LED_PIN 5

      to one WS2812B LED using Adafruit neopixel or FastLED library?

      Regards,

      MiKa

      posted in Troubleshooting
      MiKa
      MiKa
    • RE: ESP8266 gateway using RFM95 LoRa

      @Uhrheber said in ESP8266 gateway using RFM95 LoRa:

      I already ordered this:
      https://github.com/hallard/WeMos-Lora

      And its working with mysensors and Domoticz ! 😉

      posted in Development
      MiKa
      MiKa
    • RE: 💬 My simple RFM dongle for Serial GW

      Hi,
      Can You share sketch example for SAMD21E and RFM69 node?
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 MultiRF MultiVoltage ProtoBox

      Could cyou please share BOM?

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: nRF5 action!

      next nice board with NRF 52832

      http://www.espruino.com/Puck.js

      posted in My Project
      MiKa
      MiKa
    • RE: nRF5 action!

      this one with nodic 52832

      posted in My Project
      MiKa
      MiKa
    • RE: nRF5 action!

      @Nca78 said in Minimalist SAMD21 TQFP32 Pro Mini:

      Has anyone noticed that a bunch of cheap Chinese "smart bands" use a nrf51822 ?
      This opens some new possibilities if used as MySensors actuator !
      https://www.youtube.com/watch?v=SBHyQ1OSM-4

      https://www.aliexpress.com/item/SCOMAS-ID107-Plus-heart-rate-monitor-Smart-bracelets-pedometer-Sports-Fitness-tracker-Silicone-ID-107-plus/32815883691.html?spm=2114.search0204.3.3.AScOX6&ws_ab_test=searchweb0_0,searchweb201602_1_10152_10065_10151_10068_10171_10084_10083_10080_10082_10081_10110_10303_10137_10111_10060_10112_10155_10113_10114_10154_438_10056_10055_10054_10182_10059_100031_10099_10078_10079_10103_10073_10102_10189_10052_10053_10142_10107_10050_10051,searchweb201603_2,ppcSwitch_5_ppcChannel&btsid=6c368be3-dd10-4a1e-903f-9fe10df3c995&algo_expid=86c55568-ad7f-409b-bae9-7b5635555f62-0&algo_pvid=86c55568-ad7f-409b-bae9-7b5635555f6also bolded text

      posted in My Project
      MiKa
      MiKa
    • RE: nRF5 Multi Sensor Board (12-14€)

      Have someone ready working arduino sketch for this board for sharing?

      posted in Hardware
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      @elcaron Perfect, THX! 👍

      posted in My Project
      MiKa
      MiKa
    • RE: [SOLVED] ISCP programming with radio attached

      Problem solved with pull-up! Thanks!

      posted in Hardware
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      @scalz THX for tip, pull-up CS to VDD solved problem! 👍
      @elcaron please add pull up to CS line

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      @elcaron I using 10u/10V, I didnt measure distance exactly,but is "visible" difference when is node powered from USBasp(3.3V) or from 2.7 V 🙂

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      @elcaron No problem, I playing with it when I have time 🙂 I will play now with interrupt changing 🙂
      btw. LIR was an good idea, I have for test now CR2023 which have cca 2,75V and working distance from the gateway is really low. 🙂

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Wow, good progress! 🙂
      Finnaly I start up sketch, but with USBasp is not possible to upload firmware to atmega when the radio is connected 😠 I put temporary radio via pin socket and I need to remove radio during programming 😮 , maybe RFM69HCW need to have connected RESET pin or some pull-up is missing.
      From sleep mode Im able to wake up node just via SW5 wchich is conneted to pin D3 (INT1), Its possible to wake up from some sleep mode also via another pins (except D2 which is INT0)?

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      V 1.1 of pcb should have really bigger side pads for battery holder, I already destroyed one pcb pads when I put in coin battery, probably reason is overheating this small pads during soldering the battery holder 😠

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Ok, I go to order HT7333 🙂 and RX and TX smd pad will be good to have it anyhow 😉

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Hi,
      till now just tested from supply of USBasp programmer -3.3V, today I hope, I will have a time to play little bit with it 🙂
      I already order couple of RFM95 for testing LoRa I hope RFM95 have the same footprint like RFM69HCW 😉
      As a option for v1.1 is good to have some LDO in SOT23-5 package (SPX3819M5-L-3-3) with possibility to bypass - than You can use CR2032 and LIR2032 as well 👍
      Next idea for v1.1 is to have RX,TX,DTR,GND and VCC pins somewhere on the edge of pcb for debugging and uploading sketch via bootloader and serial port
      MiKa

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Hi,
      pcb received today, ATmega is in place and running 🙂 Currently just blink green and blue LED (red LED is connected to pin A7 and this can be just analog input and not output - what I understand from datasheet of ATMega328), I dont have slim RFM69 radio, but already ordered, test with radio is in plan for Wednesday 🙂

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      You created it for some enclosure? (MySensors_SecureD1MiniGateway)

      posted in My Project
      MiKa
      MiKa
    • RE: Safe In-Wall AC to DC Transformers??

      Hi,
      Varistor and fuse is always good to use as a protection 😉
      Its lot of cases of start the fire in house from cheap AC/DC converters.
      Regards,
      MiKa

      posted in Hardware
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Hi,
      I ordered some pieces of PCB 3 days ago based on your repo in Github (before last finalization by You) lets see in 3 weeks 🙂
      TQFP package need just little bit practise and it will be OK 🙂
      Im excited about this project 🙂
      Regards,
      MiKa

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Good work, Thanks!

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      for example: http://www.tme.eu/sk/details/hsmf-c114/diody-led-smd-farebne/broadcom-avago/ its in 0606 package with common anode

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Hi,
      Good job!
      Add also some RGB LED or Fast LED (WS2812B) good place will be on opposit side of the battery 😉
      MiKa

      posted in My Project
      MiKa
      MiKa
    • RE: 💬 MySensor RFM69HCW micro pcb for DHT, Si7021, CNY70, ...

      Hi,
      Can You share .sch file too?
      THX,
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Someone know that guy which one shared pcb on OSH park?
      Would be good to have a kicad project for small editing 😉

      posted in My Project
      MiKa
      MiKa
    • RE: Secure 5-button keyfob with enclosure (was: 8-button keyfob)

      Hi,
      Check for inspiration and nice enclosure https://oshpark.com/shared_projects/guV5HKTW Is just missing ATSHA204A
      Regards,
      MiKa

      posted in My Project
      MiKa
      MiKa
    • RE: 💬 RFM69 Livolo 2 channels 1 way EU switch(VL-C700X-1 Ver: B8)

      Hi,
      What about change 7130-1 to for example: MCP1703T-3302E/MB ?
      MIKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 Livolo 3 buttons US/AU switch adapter

      @tonnerre33
      Perfect, Thank You!
      👍

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 RFM69 Livolo 2 channels 1 way EU switch(VL-C700X-1 Ver: B8)

      I received Livolo switches from aliexpress but main board connector is 2x7pin with 2mm pitch not 2x6 pitch 2.54mm...

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: Wall Box with LCD/TFT suggestions

      next idea: https://www.itead.cc/search/result/?cat=&q=nextion

      posted in Enclosures / 3D Printing
      MiKa
      MiKa
    • RE: 💬 MDMSensor "Multisensor"

      Possible to add also other battery holder like CR123 or CR2450 to the board?

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: CH340G okay for sensors?

      @Joakim-Johansson
      Working without problem on WIN XP, Win7 ,WIN10,

      posted in Hardware
      MiKa
      MiKa
    • RE: 💬 Wall Socket Insertable Node

      @Koresh
      Which type of transformer You are using (tr1)? type or order link?
      THX,
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 RFM69 Livolo 2 channels 1 way EU switch(VL-C700X-1 Ver: B8)

      @mtiutiu
      Im really curious with this project and I go to order one Livolo switch now! 🙂
      Count with me with one test pcb 😉

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 RFM69 Livolo 2 channels 1 way EU switch(VL-C700X-1 Ver: B8)

      Why not to use 3V from power board directly?
      Which regulator is original one on power board?

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: MYSBootloader 1.3.0-beta.3

      @Feji
      try 38400Bd it should work


      HW.h


      #ifndef BAUD_RATE
      #if F_CPU >= 16000000L
      #define BAUD_RATE 115200
      #elif F_CPU >= 8000000L
      #define BAUD_RATE 38400L

      #elif F_CPU >= 1000000L
      #define BAUD_RATE 9600L
      #elif F_CPU >= 128000L
      #define BAUD_RATE 4800L
      #else
      #define BAUD_RATE 1200L
      #endif

      posted in Development
      MiKa
      MiKa
    • RE: MYSBootloader 1.3.0-beta.3

      To Feji: You have speed 38400 Bd?

      posted in Development
      MiKa
      MiKa
    • RE: MYSBootloader 1.3.0-beta.3

      I already have it 😉 finnaly I compile it after one hour 🙂

      posted in Development
      MiKa
      MiKa
    • RE: MYSBootloader 1.3.0-beta.3

      Hi Tekka,
      can You compile for ATMega328P 8MHz pls?
      THX,
      MiKa

      posted in Development
      MiKa
      MiKa
    • RE: 💬 RFM69 Livolo 2 channels 1 way EU switch(VL-C700X-1 Ver: B8)

      Please add ATSHA204A for signing

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: NRF24L01+PA+LNA distance problem

      Another RF scanner with mini OLED 0.96 display
      https://www.rcgroups.com/forums/showthread.php?2777178-Very-cheap-Arduino-based-2-4-GHz-band-monitor

      posted in Troubleshooting
      MiKa
      MiKa
    • RE: Using an arduino nano as proximity sensor similar thing

      In case of interest: https://www.domoticz.com/wiki/Presence_detection_(Bluetooth_4.0_Low_energy_Beacon)

      posted in Hardware
      MiKa
      MiKa
    • RE: MYSBootloader 1.3.0-beta.3

      To tekka:
      +1 to "Can you explain how to compile ?"
      OTA with MYSBootloader is possible also with gateway based on ESP8266 ? I cant do it, node is just rebooting after firmware update request and thats all.

      posted in Development
      MiKa
      MiKa
    • RE: NRF24L01+PA+LNA distance problem

      Also check with RF scanner if its not a "jamming" from other RF device, or simply try to change channel to different one.

      posted in Troubleshooting
      MiKa
      MiKa
    • RE: 💬 AC/DC/Batteries capable atmega328p board

      Hi,
      please add order number or ebay link for enclosure (box)
      THX!

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: 💬 MDMSGate

      Hi,
      What is the type of enclosure? some order number?
      THX,
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: RFSensor

      Hi,
      possible to share pcb files?
      THX
      MiKa

      posted in OpenHardware.io
      MiKa
      MiKa
    • RE: My Sensor node "motherboard" (MySensorsNode)

      Hi,
      Which one is problem to fit into the box? 2252 or LE-BOX-0028 ?
      Here You wrote about 2252 and on the openhardware site is LE-BOX-0028...
      Regards,
      MiKa

      posted in Hardware
      MiKa
      MiKa
    • RE: My Sensor node "motherboard" (MySensorsNode)

      Hi,
      Can You share also pcb for BOX-2252 please
      Thanks,
      MiKa

      posted in Hardware
      MiKa
      MiKa