- Lessons from startup
“34 lessons learned from starting and selling my first startup” de Lior Degani https://link.medium.com/lFKM9LYBj0
Continue reading → - 100000 experiments a day
https://www.google.co.uk/amp/s/medium.com/amp/p/7b7a39343523
Continue reading → - 3D printing cool things
I’ve been looking through thingiverse…
PDMS chip molds:
http://www.thingiverse.com/thing:241726
http://www.thingiverse.com/thing:181514/
http://www.thingiverse.com/thing:709375Microscope glass slide holder:
http://www.thingiverse.com/thing:443240
http://www.thingiverse.com/thing:518915
http://www.thingiverse.com/thing:52121Low cost peristatlic pump: http://www.thingiverse.com/thing:254956
Low cost syringe pump: http://www.thingiverse.com/thing:475841
USB Microscope holder:
http://www.thingiverse.com/thing:444773
http://www.thingiverse.com/thing:157877RPi microscope: http://www.thingiverse.com/thing:385308
XYZ table: http://www.thingiverse.com/thing:433006
Continue reading → - Ring motion Continue reading →
- portable arduino = mbuino Continue reading →
- Aurbee good concept Continue reading →
- Hack a mouse
http://frenki.net/2013/12/convert-optical-mouse-into-arduino-web-camera/
- Open hardware for neuroscientists
Finally an open hardware and software initiative in neuroscience:
http://www.wired.com/wiredenterprise/2014/03/open-ephys/Let s share our projects
Continue reading → - 3D printing to fabricate PCBs
Awesome project cartesianco.com
Continue reading → - arduino + RN-XV + XBeeShield
The best way to create an AdHoc setup with this setup arduino + RN-XV + XBeeShield is to use this code (to be used also with e-Health Sensor Platform V2.0 for Arduino and Raspberry Pi from cooking hacks )
void setup(){
Serial.begin(9600);
delay(500);
Serial.print(“$$$”);check();
Serial.print(“apmode your_SSID 02\r”);check();
Serial.print(“save\r”);check();
Serial.print(“exit\r”);check();
delay(1000);
}just add this to be able to write UDP packets
Serial.print(“set ip remote 8888\r”);
Serial.print(“set ip proto 0x1\r”);use in the loop:
Serial.print(“whateveryouwant”);
Continue reading → - Cooking hacks
Impressive website: http://www.cooking-hacks.com/
Continue reading → - Micro + arduino = microduino
Small and packaged arduino for integrated applications:
http://www.kickstarter.com/projects/microduino/microduino-arduino-in-your-pocket-small-stackable
to be followed
Continue reading → - Open source hardware communauty
Pushing for open source hardware in science should be a priority. DIY communauty can help.
Excellent article in Nature about that: http://www.nature.com/nmeth/journal/v10/n7/full/nmeth.2554.html
Continue reading → - RPi purchasing website
Appart from official distributor Newark/Farnell : http://www.newark.com/jsp/bespoke/bespoke7.jsp?bespokepage=newark/en_US/landing/raspberry-pi/rasp-pi-accessories.jsp&et_cid=22877260&et_rid=3535947&Linkid=New-XBMC-Bundle-&CMP=EMC-22877260
This website is also interesting: http://thepihut.com/
- IR hack of remote controls
Very usefull to centralize commands of remotely controlable devices.
Just get a useless remote control, open it and take out the IR led. I used also a IR receiver from a videoprojector and build the setup described in the link. I was able to record an reproduce IR commands to a LG air conditioning systmen and a Samsung TV. Just make sure to point the LED towards the receiver to avoid wasting too much time debugging for nothing.
Continue reading → - Raspberry Pi Image
Raspebrry Pi SD card Image (8 Go) containing
- Debian weedy
- Apache 2.0 php 5
- Hardware wifi Dongle Netgear N150 WNA1100 directly plugged into the USB port of the Pi
- login Pi passwd raspberry
everything is working fine http://thonegger.com/dir/backup.imgComments:
- No external USB hub required
- Upload the image with Flashnul https://wiki.archlinux.org/index.php/USB_Installation_Media#The_Flashnul_Way
- Just need to recompile the kernel to have the RTL8188CUS module inside (http://www.raspberrypi.org/phpBB3/viewtopic.php?f=26&t=6256&start=375)
- PCB Adaptor SOICW-20 to DIL
Kicad designs for a PCB Adaptor from SOICW-20 to DIL + pdf for transparencies.
http://thonegger.com/wp-content/uploads/adaptateurSOICW.zip
Continue reading → - Kicad file for ADG333 ABR or ABN
Kicad library and pattern for the ADG333 ABR and ABN version
http://thonegger.com/wp-content/uploads/ADG333.zip
Continue reading → - Image mapping for HTML posting
http://www.maschek.hu/imagemap/imgmap
Continue reading →