Navigation

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

    Posts made by nitroburn

    • RE: CDEBYTE's new NRF24 modules are great! (and cheap)

      There are two stores that manufacturer the same modules. Often the prices will differ between the two so you're best off comparing which one is less expensive. CDSNET

      https://www.aliexpress.com/store/product/omg-a-few-cents/2798183_32807273986.html
      store link: https://www.aliexpress.com/store/2798183

      Same board, 2c less right now. It is too bad they no longer do their insane, I have no idea why they were so low, price sales anymore. Happened the same time as an EBates 10% back Not that I need any more of their products. I have way too many modules from them already (100s), but 75% off was hard to pass up. items quantities were limited but they seem to reset the sale so often I just placed a ton of orders whenever it let me. Many NRF52832 modules were acquired this way.

      but if your already shopping AliExpress, I hope you're using eBates on top of that.
      USA eBates (note, I use this from Canada if greater cashback before or after exchange. ie, both are 3% right now, but USD>CAD): http://bit.ly/eBatesDotCom
      Canada eBates: http://bit.ly/eBatesDotCa
      There are often 10% back offered.

      posted in General Discussion
      nitroburn
      nitroburn
    • RE: Unable to connect to /dev/ttyUSB0 [Solved]

      @kobipes said in Unable to connect to /dev/ttyUSB0 [Solved]:

      @mfalkvidd
      Actually he did but under Hssio the "sudo" keyword is not acknowledged. Tried without this 'super user do' keyword but nothing

      Hassio is different.

      1. Install SSH/Console addon (I don't remember which addon I used, I think both the console and ssh server worked)
      2. Connect via ssh client or using the addon you chose as root.
      3. Type 'hassio help' in the console
      4. One of the bountiful commands you should have seen listed, 'hassio host hardware', lists available hardware and what /dev/ they're under
      5. If you don't see the device listed or no idea which one it is, unplug run the command again plug in and repeat. Look for the item that disappears and returns.

      If smashing face onto keyboard at this point, check out the 'dmesg | grep tty' or 'dmesg | grep usb' and look for your device. If you don't see it after running either of those commands, proceed to start a fire in your immediate surroundings.

      1. By now you should have figured out what /dev/* your whatever is plugged into. If you haven't been consumed by the fire yet and know which /dev/ path your usb whateverthingy is under from dmesg, the magic fix is, in the console run:
      curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
      

      replace the ttyAMA0 with your device you want to have hassio make sweet bit-by-bit usb love with.

      Source: Google.com

      posted in Home Assistant
      nitroburn
      nitroburn
    • RE: 💬 LoRa Ra-01 ATmega328P Node

      any ideal value for the radio decoupling cap? It is the only thing I don't see listed.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 nRF24L01+ Pro Mini Shield

      Good to know, I had this made as well 🙂

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Small nRF24L01+ Shield for ESP8266 Wemos D1 Mini

      @NeverDie lol, it wasn't that big for just one board. 450 boards total across a bunch of different projects and random boards. I did get 50 if this for a ton of wemos d1 minis I have but it was 50 because if I wanted more Than 10, the price jumped to where 50 was best value. Few dollars more vs 15. Also got the rfm68hw version. And about 10 other boards. Many leaps of faith but I figured if I was going to order 20 boards I actually needed, I might as well add 430 extras on for good measure.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Small nRF24L01+ Shield for ESP8266 Wemos D1 Mini

      @NeverDie pcbway's turnaround was I ordered 450 boards on Saturday @2PM they were done on Monday @10pm and received to the door Wednesday but DHL decided to misread the pcbway invoice and wanted to charge me taxes and fees that were not due. They stupidly included shipping cost in with the value of goods. Rookie mistake, someone was hungover reading the invoices.

      DHL from China to the West Coast of Canada is only usually 1-2 days. Was shipped at 10:30PM on Monday. But PCBWay is a horrible law breaking company who will put any amount on an invoice in an effort to pull one over on the tax (and duty) man and appease dishonest customers.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Small nRF24L01+ Shield for ESP8266 Wemos D1 Mini

      Was getting some boards made and took a chance that it might not be functional.
      0_1501737081095_20170802_180420.jpg
      0_1501737212765_20170802_180353~4.jpg
      If you can't tell, the board was done at SeeedStudio. 🎣

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Sensebender Gateway

      @tbowmo @Anticimex Thanks, I was stupidly searching for the wrong combination of terms and hadn't seen DTM DFM used so I was naively looking for the word serial or UART rather than USART when I did a search. Thought I was missing something and didn't read the mysx page close enough after briefly searching it.

      Thanks for clearing that up. #define MYSX_D1_DFM (00ul) & #define MYSX_D2_DTM (01ul) didn't stand out to me as serial connections.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Sensebender Gateway

      Question,
      "To use the serial port in the mysx connector, you should use Serial1 in your sketches, as the default Serial is connected to the USB serial device"

      What pins is the serial port in the mysx connector, I see no mention of it other than that line. I want to mirror the serial data sent to my controller via the USB port to the the serial port in the mysx connector that will then be attached to a bluetooth SPP device. Just want another way to view the radio traffic.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: Sensebender Gateway wont compile "sam.h" not found error

      Wtf, I uninstalled the arduino SAMD boards and now it works with everything on the latest version. I could have swore that was a requirement, but even if not, I can now not use any samd boards but sensebender.

      -edit-

      lol, I did remove it but it decided it wasn't going anywhere and actually stayed installed even though I clicked remove, it claimed to have removed it and it no longer said installed but compiling worked. So after that I upgraded the Arduino IDE to the latest version (trying earlier versions was just one of the many things I tried) and when it finished and I opened the IDE, the samd boards were showing as installed again but everything was working. I already tried this combination and it didn't work. Heck, I tried it more than once. Yet somehow this time, the errors disappaered even though the files all seem in the same places they were in before.

      Well, if there is anything useful to be gleaned from it, this is my final working build output:

      R:\MiniPCs and Microcontrollers\ArduinoIDE\arduino-builder -dump-prefs -logger=machine -hardware R:\MiniPCs and Microcontrollers\ArduinoIDE\hardware -hardware C:\Users\nitro\AppData\Local\Arduino15\packages -tools R:\MiniPCs and Microcontrollers\ArduinoIDE\tools-builder -tools R:\MiniPCs and Microcontrollers\ArduinoIDE\hardware\tools\avr -tools C:\Users\nitro\AppData\Local\Arduino15\packages -built-in-libraries R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries -libraries R:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries -fqbn=MySensors:samd:mysensors_gw_native -ide-version=10802 -build-path r:\temp\arduino_build_457860 -warnings=more -build-cache r:\temp\arduino_cache_711565 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.openocd.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\openocd\0.9.0-arduino6-static -prefs=runtime.tools.CMSIS.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0 -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1 -prefs=runtime.tools.bossac.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0 -prefs=runtime.tools.CMSIS-Atmel.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0 -prefs=runtime.tools.arduinoOTA.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.2.0 -verbose R:\MiniPCs and Microcontrollers\Arduino-Sketches-test\SensebenderGatewaySerial\SensebenderGatewaySerial.ino
      R:\MiniPCs and Microcontrollers\ArduinoIDE\arduino-builder -compile -logger=machine -hardware R:\MiniPCs and Microcontrollers\ArduinoIDE\hardware -hardware C:\Users\nitro\AppData\Local\Arduino15\packages -tools R:\MiniPCs and Microcontrollers\ArduinoIDE\tools-builder -tools R:\MiniPCs and Microcontrollers\ArduinoIDE\hardware\tools\avr -tools C:\Users\nitro\AppData\Local\Arduino15\packages -built-in-libraries R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries -libraries R:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries -fqbn=MySensors:samd:mysensors_gw_native -ide-version=10802 -build-path r:\temp\arduino_build_457860 -warnings=more -build-cache r:\temp\arduino_cache_711565 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.openocd.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\openocd\0.9.0-arduino6-static -prefs=runtime.tools.CMSIS.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0 -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1 -prefs=runtime.tools.bossac.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0 -prefs=runtime.tools.CMSIS-Atmel.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0 -prefs=runtime.tools.arduinoOTA.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arduinoOTA\1.2.0 -verbose R:\MiniPCs and Microcontrollers\Arduino-Sketches-test\SensebenderGatewaySerial\SensebenderGatewaySerial.ino
      Using board 'mysensors_gw_native' from platform in folder: C:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5
      Using core 'arduino' from platform in folder: C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15
      WARNING: Spurious .mystools folder in 'MySensors' library
      Detecting libraries used...
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "nul"
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "nul"
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "nul"
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\SPI" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "nul"
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\SPI" "-IR:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "nul"
      Using cached library dependencies for file: C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire\Wire.cpp
      Using cached library dependencies for file: C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\SPI\SPI.cpp
      Using cached library dependencies for file: R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src\File.cpp
      Using cached library dependencies for file: R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src\SD.cpp
      Using cached library dependencies for file: R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src\utility\Sd2Card.cpp
      Using cached library dependencies for file: R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src\utility\SdFile.cpp
      Using cached library dependencies for file: R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src\utility\SdVolume.cpp
      Generating function prototypes...
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\SPI" "-IR:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "r:\temp\arduino_build_457860\preproc\ctags_target_for_gcc_minus_e.cpp"
      "R:\MiniPCs and Microcontrollers\ArduinoIDE\tools-builder\ctags\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "r:\temp\arduino_build_457860\preproc\ctags_target_for_gcc_minus_e.cpp"
      Compiling sketch...
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -Wall -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -DF_CPU=48000000L -DARDUINO=10802 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD  -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\SPI" "-IR:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD\src" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp" -o "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp.o"
      Compiling libraries...
      Compiling library "MySensors-development"
      Compiling library "Wire"
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\Wire\Wire.cpp.o
      Compiling library "SPI"
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\SPI\SPI.cpp.o
      Compiling library "SD"
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\SD\File.cpp.o
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\SD\SD.cpp.o
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\SD\utility\Sd2Card.cpp.o
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\SD\utility\SdFile.cpp.o
      Using previously compiled file: r:\temp\arduino_build_457860\libraries\SD\utility\SdVolume.cpp.o
      Compiling core...
      Using previously compiled file: r:\temp\arduino_build_457860\core\variant.cpp.o
      Using precompiled core
      Linking everything together...
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-gcc"  "-Lr:\temp\arduino_build_457860" -Os -Wl,--gc-sections -save-temps  "-TC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw/linker_scripts/gcc/flash_with_bootloader.ld" "-Wl,-Map,r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.map" --specs=nano.specs --specs=nosys.specs -mcpu=cortex-m0plus -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -o "r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.elf" "r:\temp\arduino_build_457860\sketch\SensebenderGatewaySerial.ino.cpp.o" "r:\temp\arduino_build_457860\libraries\Wire\Wire.cpp.o" "r:\temp\arduino_build_457860\libraries\SPI\SPI.cpp.o" "r:\temp\arduino_build_457860\libraries\SD\File.cpp.o" "r:\temp\arduino_build_457860\libraries\SD\SD.cpp.o" "r:\temp\arduino_build_457860\libraries\SD\utility\Sd2Card.cpp.o" "r:\temp\arduino_build_457860\libraries\SD\utility\SdFile.cpp.o" "r:\temp\arduino_build_457860\libraries\SD\utility\SdVolume.cpp.o" "r:\temp\arduino_build_457860\core\variant.cpp.o" -Wl,--start-group "-LC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Lib/GCC/" -larm_cortexM0l_math -lm "r:\temp\arduino_build_457860/..\arduino_cache_711565\core\core_MySensors_samd_mysensors_gw_native_2eed65d349fdef5601ccaeb1433265be.a" -Wl,--end-group
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-objcopy" -O binary  "r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.elf" "r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.bin"
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom  "r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.elf" "r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.hex"
      Using library MySensors-development at version 2.2.0-beta in folder: R:\MiniPCs and Microcontrollers\Arduino-Sketches\libraries\MySensors-development 
      Using library Wire at version 1.0 in folder: C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\Wire 
      Using library SPI at version 1.0 in folder: C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\libraries\SPI 
      Using library SD at version 1.1.1 in folder: R:\MiniPCs and Microcontrollers\ArduinoIDE\libraries\SD 
      Sketch uses 44296 bytes (16%) of program storage space. Maximum is 262144 bytes.
      Forcing reset using 1200bps open/close on port COM65
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      PORTS {COM4, COM7, COM8, COM19, COM60, COM65, } / {COM4, COM7, COM8, COM19, COM60, COM65, } => {}
      Uploading using selected port: COM65
      C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0/bossac.exe -i -d --port=COM65 -U true -i -e -w -v r:\temp\arduino_build_457860/SensebenderGatewaySerial.ino.bin -R 
      Set binary mode
      readWord(addr=0)=0x20007ffc
      readWord(addr=0xe000ed00)=0x410cc601
      readWord(addr=0x41002018)=0x10010300
      version()=v2.0 [Arduino:XYZ] Jan 10 2017 21:13:45
      chipId=0x10010000
      Connected at 921600 baud
      readWord(addr=0)=0x20007ffc
      readWord(addr=0xe000ed00)=0x410cc601
      readWord(addr=0x41002018)=0x10010300
      Atmel SMART device 0x10010000 found
      write(addr=0x20004000,size=0x34)
      writeWord(addr=0x20004030,value=0x10)
      writeWord(addr=0x20004020,value=0x20008000)
      Device       : ATSAMD21J18A
      readWord(addr=0)=0x20007ffc
      readWord(addr=0xe000ed00)=0x410cc601
      readWord(addr=0x41002018)=0x10010300
      Chip ID      : 10010000
      version()=v2.0 [Arduino:XYZ] Jan 10 2017 21:13:45
      Version      : v2.0 [Arduino:XYZ] Jan 10 2017 21:13:45
      Address      : 8192
      Pages        : 3968
      Page Size    : 64 bytes
      Total Size   : 248KB
      Planes       : 1
      Lock Regions : 16
      Locked       : readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      readWord(addr=0x41004020)=0xffff
      none
      readWord(addr=0x41004018)=0
      Security     : false
      Boot Flash   : true
      readWord(addr=0x40000834)=0x7000a
      BOD          : true
      readWord(addr=0x40000834)=0x7000a
      BOR          : true
      Arduino      : FAST_CHIP_ERASE
      Arduino      : FAST_MULTI_PAGE_WRITE
      Arduino      : CAN_CHECKSUM_MEMORY_BUFFER
      Erase flash
      chipErase(addr=0x2000)
      done in 0.810 seconds
      
      Write 44680 bytes to flash (699 pages)
      write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x2000, size=0x1000)
      
      [==                            ] 9% (64/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x3000, size=0x1000)
      
      [=====                         ] 18% (128/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x4000, size=0x1000)
      
      [========                      ] 27% (192/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x5000, size=0x1000)
      
      [==========                    ] 36% (256/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x6000, size=0x1000)
      
      [=============                 ] 45% (320/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x7000, size=0x1000)
      
      [================              ] 54% (384/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x8000, size=0x1000)
      
      [===================           ] 64% (448/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0x9000, size=0x1000)
      
      [=====================         ] 73% (512/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0xa000, size=0x1000)
      
      [========================      ] 82% (576/699 pages)write(addr=0x20005000,size=0x1000)
      writeBuffer(scr_addr=0x20005000, dst_addr=0xb000, size=0x1000)
      
      [===========================   ] 91% (640/699 pages)write(addr=0x20005000,size=0xec0)
      writeBuffer(scr_addr=0x20005000, dst_addr=0xc000, size=0xec0)
      
      [==============================] 100% (699/699 pages)
      done in 0.254 seconds
      
      Verify 44680 bytes of flash with checksum.
      checksumBuffer(start_addr=0x2000, size=0x1000) = 3436
      checksumBuffer(start_addr=0x3000, size=0x1000) = b384
      checksumBuffer(start_addr=0x4000, size=0x1000) = 7c5d
      checksumBuffer(start_addr=0x5000, size=0x1000) = 57b5
      checksumBuffer(start_addr=0x6000, size=0x1000) = a34f
      checksumBuffer(start_addr=0x7000, size=0x1000) = 857a
      checksumBuffer(start_addr=0x8000, size=0x1000) = 58af
      checksumBuffer(start_addr=0x9000, size=0x1000) = 5c0c
      checksumBuffer(start_addr=0xa000, size=0x1000) = c693
      checksumBuffer(start_addr=0xb000, size=0x1000) = e662
      checksumBuffer(start_addr=0xc000, size=0xe88) = d58f
      Verify successful
      done in 0.032 seconds
      CPU reset.
      readWord(addr=0)=0x20007ffc
      readWord(addr=0xe000ed00)=0x410cc601
      readWord(addr=0x41002018)=0x10010300
      writeWord(addr=0xe000ed0c,value=0x5fa0004)
      Board at COM65 is not available
      Board at COM65 is not available
      Board at COM65 is not available
      

      Time to reinstall the boards I need again now and pray nothing breaks. Walking on eggshells at this point hoping it doesn't all go to hell again.

      posted in Bug Reports
      nitroburn
      nitroburn
    • RE: Sensebender Gateway wont compile "sam.h" not found error

      Compiling for other samd boards works fine. All other boards are fine. so I downgrade mysensors samd boards to 1.0.4 and it doesn't even work. deleting infrared library again results in:

      C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\nitro\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\nitro\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries R:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries -fqbn=MySensors:samd:mysensors_gw_native -ide-version=10800 -build-path r:\temp\arduino_build_719586 -warnings=more -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.openocd.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\openocd\0.9.0-arduino -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1 -prefs=runtime.tools.CMSIS.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0 -prefs=runtime.tools.bossac.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0 -prefs=runtime.tools.avrdude.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino8 -prefs=runtime.tools.CMSIS-Atmel.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.0.0 -verbose R:\MiniPCs and Microcontrollers\Arduino-Sketches-test\SensebenderGatewaySerial\SensebenderGatewaySerial.ino
      C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\nitro\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\nitro\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries R:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries -fqbn=MySensors:samd:mysensors_gw_native -ide-version=10800 -build-path r:\temp\arduino_build_719586 -warnings=more -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.openocd.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\openocd\0.9.0-arduino -prefs=runtime.tools.arm-none-eabi-gcc.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1 -prefs=runtime.tools.CMSIS.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0 -prefs=runtime.tools.bossac.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0 -prefs=runtime.tools.avrdude.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino8 -prefs=runtime.tools.CMSIS-Atmel.path=C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.0.0 -verbose R:\MiniPCs and Microcontrollers\Arduino-Sketches-test\SensebenderGatewaySerial\SensebenderGatewaySerial.ino
      Using board 'mysensors_gw_native' from platform in folder: C:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.4
      Using core 'arduino' from platform in folder:
      Detecting libraries used...
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10800 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.0.0/CMSIS/Device/ATMEL/" "-Icores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.4\variants\mysensors_gw" "r:\temp\arduino_build_719586\sketch\SensebenderGatewaySerial.ino.cpp" -o "nul"
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1/bin/arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10800 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0/CMSIS/Include/" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.0.0/CMSIS/Device/ATMEL/" "-Icores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.4\variants\mysensors_gw" "r:\temp\arduino_build_719586\sketch\SensebenderGatewaySerial.ino.cpp" -o "r:\temp\arduino_build_719586\preproc\ctags_target_for_gcc_minus_e.cpp"
      r:\temp\arduino_build_719586\sketch\SensebenderGatewaySerial.ino.cpp:1:21: fatal error: Arduino.h: No such file or directory

      #include <Arduino.h>

      ....
      Now I'm really confused. The core include being empty is the issue, but why is it empty? Guess it is time to reinstall the IDE again as upgrading samd boards nuked the install. I should have just left it with my quick fix.

      posted in Bug Reports
      nitroburn
      nitroburn
    • RE: Sensebender Gateway wont compile "sam.h" not found error

      ARNING: library Infrared claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [samd] architecture(s).
      Generating function prototypes...
      "C:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\arm-none-eabi-gcc\4.8.3-2014q1\bin\arm-none-eabi-g++" -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -DF_CPU=48000000L -DARDUINO=10800 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__ -DUSB_VID=0x1209 -DUSB_PID=0x6949 -DUSBCON '-DUSB_MANUFACTURER="MySensors.org"' '-DUSB_PRODUCT="Sensebender GW"' "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS\4.5.0\CMSIS\Include" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0\CMSIS\Device\ATMEL" "-Icores\arduino" "-IC:\Users\nitro\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.5\variants\mysensors_gw" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "-IR:\MiniPCs and Microcontrollers\Arduino-Sketches-test\libraries\Infrared\src" "r:\temp\arduino_build_719586\sketch\SensebenderGatewaySerial.ino.cpp" -o "r:\temp\arduino_build_719586\preproc\ctags_target_for_gcc_minus_e.cpp"
      arm-none-eabi-g++: error: CreateProcess: No such file or directory

      posted in Bug Reports
      nitroburn
      nitroburn
    • RE: Sensebender Gateway wont compile "sam.h" not found error

      Well now I figure it out, looks like the advice everywhere to use the samd board defs of 1.6.11 at the latest are no longer relevent so the advice I've always followed to do that, and is mentioned everywhere, no longer applies. The newer 1.1.0 comes with the newer versions of the samd board files. But I just tried to compile with the newest versions after putting it back to 1.1.0 in the sensebender gateway platform.txt file and now it does not work again. I get the error:
      WARNING: library Infrared claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [samd] architecture(s).

      a million times and then compile fails. This is a fresh install, no libraries added other than mysensors. (error: i realized I had reused my old sketch folder)
      It tried to include \libraries\Infrared\src then appears to loop and adds that incude over and over and over to the compile command line until it fails.

      Time to see which versions of the arduino samd boards it does work with,
      sam: 1.6.10 samd: 1.6.14 - nope
      sam: 1.6.11 samd: 1.6.14 - nope
      Ok I see it is using a library from my sketch folder, so I delete that library, now I get:
      r:\temp\arduino_build_719586\sketch\SensebenderGatewaySerial.ino.cpp:1:21: fatal error: Arduino.h: No such file or directory
      #include <Arduino.h>
      ^
      compilation terminated.
      exit status 1
      Error compiling for board Sensebender Gateway.

      Arduino boards compile with 0 errors, so I don't see why it would think Arduino.h is missing.
      sam: 1.6.11 samd: 1.6.13 - same as above
      sam: 1.6.11 samd: 1.6.12 - same as above
      sam: 1.6.11 samd: 1.6.11 - same as above.

      I've tried switching my sketch folder to a empty one so there is nothng else messing things up.

      Even though there is no mention of infrared whatsoever I decide to install that library and the issue with it looping and adding the infrared include repeatedly comes back.

      Try downgrading the arduino boards one version, no effect.

      posted in Bug Reports
      nitroburn
      nitroburn
    • Sensebender Gateway wont compile "sam.h" not found error

      I finally got the sensebender gateway to compile again after spending hours installing, uninstalling, deleteing various versions of the arduino IDE, mysensors board definitions, sam and samd board definitions and more. Every combo I could think of to make it work by itself until I gave up and forced a fix that works currently for me, but will break should the path to the sam.d files change.

      issue is in platform.txt for the mysensors samd hardware line is:
      compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}\CMSIS\Include" "-I{runtime.tools.CMSIS-Atmel-1.1.0.path}\CMSIS\Device\ATMEL"

      The {runtime.tools.CMSIS-Atmel-1.1.0.path} variable returns "" so the problem I see is that there is no version 1.1.0 used by the arduino IDE or latest board definitions or even older versions. I have not seen it even once through all that reinstalls of the IDE and board definitons. It has always been 1.0.0 on when running the arduino IDE on any update under windows. After many hours I finally realized to just change platform.txt's compiler.arm.cmsis.c.flags to be:
      compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}\CMSIS\Include" "-I{runtime.tools.CMSIS-Atmel-1.0.0.path}\CMSIS\Device\ATMEL"

      And bingo, compiles flawlessly and I can move on with life.

      Not sure why downgrading the board definitions didn't fix it as it was only broken in 1.0.5, using 1.0.4 should have worked. Just searched for when it was changed on github and found:
      https://github.com/mysensors/ArduinoHwSAMD/commit/8130671dc3e04ad9f37f817bbc14fce733e36556

      that commit is where it gets changed to 1.1.0 and that one little change of a single character is what broke it for me on every device I tried. Not sure when 1.1.0 gets installed as even my fresh install now with everything updated to the newest available versions, only has 1.0.0

      Back to finally compiling for the multiple gateways I have after wasting too many hours on this. I even setup a virtual machine just to test if it was something with my windows install. It wasn't.

      --edit--
      Just want to say sorry for putting this under bug reports. It wasn't until shortly after I posted dawned on me to check further into when the 1.1.0 cmsis includes were added to the arduino ide and then realized it was the samd versions after 1.6.11 which made me realize the old advice of sticking with 1.6.11 was only applicable if you were using the sensebender board files 1.0.4 or earlier. I'd been working off the old advice of sticking with 1.6.11 but did not realize that 1.0.5 requires you use samd board versions higher than 1.6.11--the inverse of the old requirements.

      However there was still some other weirdness at play because I had tested so many situations that should have worked, but failed due to oversights on my part (wtf does the IR library have to do with compiling the sensebender sketch?), the Arduino ide not reflecting the library versions installed correctly (If I remove the library, how does it appear back with a different version after restarting the IDE), or other weirdness that added to my confusion. The only advice I had seen, and that others reported worked, was reinstalling the IDE but in my case, it was no help and I even went as far as starting from scratch in a virtual machine.

      So maybe it needs a move from bugs to troubleshooting while I go hide in shame.

      posted in Bug Reports
      nitroburn
      nitroburn
    • RE: 💬 Easy/Newbie PCB for MySensors

      @Nca78

      @Nca78 said in 💬 Easy/Newbie PCB for MySensors:

      So yesterday I tried to submit my PCBs to PCBWay, they accept similar design if you don't check panelizing options, but my interest is to lower prices by combining different PCBs on the same board. I don't need them to cut anything, but they just refused and changed to panelized version. In the end it was 137$ compared to less than 70 with Seeed.
      So PCBWay is great to have many similar boards (but who really needs 50-60 items of the same board ?) but if you want to save costs by combining multiple boards it's not an option.

      I combined different PCBs and right on the form for submitting them for a quote it explains you just select how many different designs you want per board, so if you fit 3 different designs but with 8 total boards from the 100x100, you just enter 3 designs and submit all 3 gerbers individually zipped inside a main zip file. In my case, I selected 2 designs and submitted both as single not panalized. You can always just copypaste them together in eagle or something and avoid them saying anything about it.

      Only extra thing I did was submit the board size as the 2 designs added together then in the requirements specified there were 2 designs one being X * Y and the other X * Y. I don't know if they would have accepted me requesting they then put the designs onto one board more then once, but I assume that is what they would do for the panalization. It definitely doesn't have to be the same design on 1 board. Order 10 pcs, fit 4 designs or 2 designs 2 time and end up with 40 total PCBs. But I do notice if you have 2 designs done 8 times total and you want the boards pre-separated then you would say 8. But yeah, that does raise the price. Weird because I swear it wasn't doing it like that before.

      I guess I just got lucky and had a nice person review my files and they combined and separated them for me for free. In the future I'm just going to throw a panel together myself and submit as 1 design and maybe not even bother to have them score the boards, I'll do it myself and then it's definitely 1 design. They must have felt bad I was ordering 30x23 boards wasting the rest of the 100x100 so they threw them together. Its a 10 second copy and paste so I'll just do it myself next time and not bother with them charging more. Could also be they counted it as 1 design because the sizes were nearly identical.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Easy/Newbie PCB for MySensors

      @Nca78 and I've had a bunch of problems with seeed, however that wasn't related to their pcb services just their store and various bugs with the site that I had to multiple times point out to them and months later still needed to be fixed. (ie, incorrect paypal checkout flow that processes orders without a chance for final review as it should, and says will happen. Other people's PCB orders filling my cart with their gerbers and all. selling a galileo gen2 board right beside a gen1 case with no mention of incompatibility or that the case was for gen1 and at the time only the gen2 and that one case was for sale and they didn't seem to care that it was confusing, plus many other issues across just a couple orders. Seemed to be horrible customer service there.)

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Easy/Newbie PCB for MySensors

      @sundberg84: sadly I only did it for the jModule boards but realize now I should have done it with your board as well since I could have got 4x as many for the same price. I realized after I could have got significantly more of those as well, or just have spent less. Might have had to trim a little bit from the dimensions though as I don't know about clearances using the full 100x100 without room to split the boards, but I could be wrong due to them being square Actually, after just checking pcbway's site it says, "Leave min clearance of 1.6mm between boards for break-routing. For V-score panelization, set the space between boards to be zero." so I could have got 120 boards for $25 as they are actually 48.66x49.86 per board. Or combined different boards together as I think 120 would be overkill 🙂 I never realized how inexpensive it is compared to etching your own. It would be crazy to etch at these prices.

      Thanks for the great starting point and learning experience.

      @Nca78: Yeah, PCBways base price is $5 for 10 100x100 as well but they don't seem to charge for vcut (doesn't change quote) and allow 0mm spacing so no need to cut. I used EMS to ship and was here in 3 days without taxes or fees unlike DHL has every single time I use them. $15 just to collect $0.10 in tax.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Easy/Newbie PCB for MySensors

      @gohan very much so. I didn't see a price difference between having 1 or 2 boards made with the jModules anyways because they are so small. It always is cheaper to panelize your boards which, in the case of pcbway, they will do for you. I didn't even select the panelize option. I left it on single and selected 2 designs as the option and it didn't increase cost likely due to small size. 100mm x 100mm is $5/10 boards so cram whatever you can into that size and your good. I likely could have got way more boards had I thought that through as 2 boards together was 34mm x 23.1mm. I'm not 100% sure the best route but I might have got more had I selected the panelize by pcbway option. There are going to be some sort of fees when you want to cram 5 different designs on one board.

      Again, not 100% sure how it works as it will charge more if you request 50pcs over 20pcs but if you can fit more boards in that 100x100 space, it counts as 1 peice even if you end up with 6 as you're paying for a 100x100 board at $5/10pcs. Next time I'd put all the boards into one set of gerbers and lay it out myself to maximize # of boards possible. Actually, before I do that, I'd actually ask if that's what their panelization service would do anyways so am I wasting my time doing it myself, to which they would likely laugh and say, "yes, you pcb ordering newbie", but at least I'd have more boards.

      I got a ton of stuff to mock up now to order all crammed together.

      -edit-
      excuse the poor english, phone is being a pain and some advertisement took me away from posting so I had to do it again and no time to proof read right now.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Easy/Newbie PCB for MySensors

      I used pcbway, was very fast with no taxes or fees via EMS unlike DHL. 3 Days from shipping notice to my door with additional 3 days to have the boards made. I had 3 different board designs made. 30 of this one, and 50 of jModules 1 & 2 EACH (oops). I submitted jModule 1 & 2 together as part of one order, with both boards in 2 zips inside 1 main zip and specified there were 2 boards and they combined them and then cut each individually resulting in 100pcs which is a ton as I expected 25 and 25. I only specified the dimensions of each board in the notes and said there were 2 sizes and 2 designs. Cost was:
      $25 for 30pcs of this board specs: "48.66mm * 49.86mm ,Thickness:1.6 mm, 2 Layers, Finished Copper:1 oz Cu"
      and only $ 30.00 & 50 pieces (actually 100pcs once cut) specs: "34mm * 23.1mm ,Thickness:1.6 mm, 2 Layers, Finished Copper:1 oz Cu" <-- Width is doubled with both together (oviously)

      If only I submitted all 3 together.

      Only newbie problem was that tNames & tValues weren't printed as part of the silkscreen so I'm missing a bunch of the text including values, mysx pin layout, a bunch of stuff. tPlace was silkscreened just fine, but that is the only layer as far as silkscreening. Not the end of the world but have to either recall or look things up that weren't printed. I'll just have to make a reference card and laminate it. Problem was my fault as their suggested CAM (sfe-gerb274x), which I used after there was no drill file, doesn't include the missing layers in the Top Silkscreen GTO (just checked). I know for next time to double check the selected layers for silkscreen (and others to be safe). Live, learn and now move on to attempting my own design after learning what I want and need from the boards. Likely a middle ground between size of jModule and ease of this board with different daughterboards using MysX or custom connector.

      Thanks for this great starting point! I'll be sure to donate, couldn't use openhardware as no way to combine boards or orders.

      posted in OpenHardware.io
      nitroburn
      nitroburn
    • RE: 💬 Connecting the Radio

      @mfalkvidd No problem, did make me a little hungry though.

      posted in Announcements
      nitroburn
      nitroburn
    • RE: 💬 Connecting the Radio

      Little mistake in the text, I don't think dupont cables are made of bread.
      "the antenna need to be single core inside, only one wire, not multi-wire breaded like you can find in common dupont cable (not good for antenna.)"
      should be
      "The antenna need to be single core inside, only one wire, not multi-wire braided like you can find in common dupont cable (not good for antenna)"

      posted in Announcements
      nitroburn
      nitroburn