💬 Sensebender Gateway
-
Tea time..
Here is my custom box for your RFM69 Sensebender GW ! Beautiful board though ;)
No nail no screw :)



Last final minor check and i release the files, sure! (i've done one for nrf too in case..)
-
Little gift.. :)
Custom box for the NRF non PA version:


A bit enlarged for NRF.
And here the 3d preview for both versions with my little cheat for bicolor as i've still not added this feature to my printer

You can see i've added a little slot near usb on the NRF version, it's for the leds indication in case box wouldn't be white (no need for white box, you can see it by transparency). I'll do the same for rfm69, and put variant stl with it or not.Next Nrf PA version, and that'll be fine ;)
-
@alexsh1 why, i don't understand :stuck_out_tongue_winking_eye:
Here it is : http://www.thingiverse.com/thing:2084269
-
I'm proud to say enclosure files have been integrated in the MySensors Sensebender GW project and git.
So you can find the files here at Mysensors.Enjoy :)
-
Yes, according to the build instructions here, you can also raise the socket a bit over the pcb.
The problem is that the ethernet connector is higher than a normal IDC socket, which means you can't insert the board fully in the socket. I have searched for a higher variant of the socket, but haven't found a suitable candidate..
-
Yes, according to the build instructions here, you can also raise the socket a bit over the pcb.
The problem is that the ethernet connector is higher than a normal IDC socket, which means you can't insert the board fully in the socket. I have searched for a higher variant of the socket, but haven't found a suitable candidate..
-
@alexsh1 why, i don't understand :stuck_out_tongue_winking_eye:
Here it is : http://www.thingiverse.com/thing:2084269
-
Few things about the software side of this. When you plug it into your computer it appears as a "Sensebender GW", with a custom USB VID/PID. You have to override the drivers and use the "Atmel Corp. EDBG CMSIS-DAP" serial port drivers or you will have no serial port at all to communicate with the board.
Second issue, with the latest Arduino software (1.8.1), and the MySensors SAMD board package installed and MySensor library installed you get an error relating to a missing core "arduino:arduino". Solution to that one is to install the main Arduino SAMD board package which adds the necessary libraries. Secondly, after doing that you will now get another error regarding a missing "Sam.h" file, to fix that you have to manually edit the platform.txt file in "\AppData\Local\Arduino15\packages\MySensors\hardware\samd\1.0.3" with the contents of the one from "\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.11" - just being careful to copy over the name and version lines from the top of the Mysensors platform.txt file. After that you are good to go and can finally program the board or get some data out of it :-)
-
We are preparing a new release of the board definitions for our samd. Which fixes the issues with arduino samd 1.6.11.
It should also contain a driver .inf file for Windows 7/8, for those that needs it (it's not needed on Linux, mac or Windows 10). I had completely forgotten that windows usually needs this inf file to operate correct (I have been using Linux the last 17 years for all my private projects)
I hope the package will be out tomorrow (sunday) , as I just need to do a couple of tests to verify things.
-
Do you have any example sketch for this gateway? I want to use in my GW radio + wifi module.
-
It only support wired ethernet, and USB. For wifi we have ESP8266 gateways instead.
There are example sketches available in mysensors (see SensebenderGatewaySerial, or just plain GatewayW5100 would work if it's just ethernet module that you want to use)
-
We are preparing a new release of the board definitions for our samd. Which fixes the issues with arduino samd 1.6.11.
It should also contain a driver .inf file for Windows 7/8, for those that needs it (it's not needed on Linux, mac or Windows 10). I had completely forgotten that windows usually needs this inf file to operate correct (I have been using Linux the last 17 years for all my private projects)
I hope the package will be out tomorrow (sunday) , as I just need to do a couple of tests to verify things.
-
for info, a new Mysensors SAMD board definition file have been released (1.0.4)
Includes the following changes:
Arduino SAMD 1.6.11 supported (the latest arduino board definitions for SAMD)
Various bits and pieces regarding pin definitions are fixed (a couple of missing defines)
Windows driver .inf file added. -
for info, a new Mysensors SAMD board definition file have been released (1.0.4)
Includes the following changes:
Arduino SAMD 1.6.11 supported (the latest arduino board definitions for SAMD)
Various bits and pieces regarding pin definitions are fixed (a couple of missing defines)
Windows driver .inf file added.@tbowmo Compiles fine now with 1.0.4, not convinced the drivers are being automatically picked up though. I can force install them by selecting the inf but presumably you want it automatic when someone plugs in the gateway?
I notice in the arduino SAMD package they have a post-install.bat to seemingly install the inf file - possibly needed?
It could also be that i've just messed things up with my manual driver install stuff yesterday. I'm on Windows 7 by the way.
-
for info, a new Mysensors SAMD board definition file have been released (1.0.4)
Includes the following changes:
Arduino SAMD 1.6.11 supported (the latest arduino board definitions for SAMD)
Various bits and pieces regarding pin definitions are fixed (a couple of missing defines)
Windows driver .inf file added. -
for info, a new Mysensors SAMD board definition file have been released (1.0.4)
Includes the following changes:
Arduino SAMD 1.6.11 supported (the latest arduino board definitions for SAMD)
Various bits and pieces regarding pin definitions are fixed (a couple of missing defines)
Windows driver .inf file added. -
@MLs reload board definition from IDE
I have a little annoying bug : I can't reset de gateway. When resetting, I loose communication with my computer (linux) same after loading a new sketch (last version with IDE 1.8.1 and def 1.0.4))
[13727.746445] usb 1-1: new full-speed USB device number 9 using xhci_hcd [13727.892970] usb 1-1: New USB device found, idVendor=1209, idProduct=6949 [13727.892974] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [13727.892977] usb 1-1: Product: Sensebender GW [13727.892980] usb 1-1: Manufacturer: MySensors.org [13727.895690] cdc_acm 1-1:1.0: ttyACM1: USB ACM device [13749.066589] usb 1-1: USB disconnect, device number 9So I can't check debug messages from init.




