The module I'm talking about is the Universal TUN/TAP device driver support (http://cateee.net/lkddb/web-lkddb/TUN.html) The idea is to always...
Thx a lot ! ... did you find this in the spec or in the kernel sources ?
Any pointers on how to do that configuration ? I would like to export them like regular GPIOs, change directions, and read/write values to them.
I noticed that some "arduino compatible pins" coming from the M4 can be exported on the Linux OS. For example pin 13 can be exported via...
Hi, I'd be happy to do this pull request. On what branch should it be done to get this into an official udoo neo image ? Is this the one :...
I downloaded the latest neo image, and noticed it was using the following kernel Linux udooneo 3.14.56-udooneo-02202-gfeef1c3 #46 SMP PREEMPT Wed...
Perhaps this is an opportunity to begin a standard :) I can imagine there's room for implementations in both ruby / python / java / nodejs / c++...
Is there a difference between an ad-hoc network and a WiFi access point created with hostapd ? I was thinking about using hostap to setup a WIFI...
Nice work .... would be nice to have some kind of UI on top of this (perhaps in udoo-web-conf). I don't know if there are standard APIs /...
ok serial started working after a reboot ... strange.... but getting the same behaviour where the sketch appears to be running really slow when...
Well, given the current situation where with the beta v5 image it's not working (no output on /dev/ttyMCC) with the new kernel there is serial...
hehe ... a little bird told me I could fine the neo kernel there. I can confirm that on the beta5 image (that can be downloaded as an image from...
I'll check with the default image that can be downloaded from the site and will get back to you. Don't think it should have influenced the sketch...
I'm getting these from time to time /usr/bin/udooneo-m4uploader Blink/Blink.cpp.bin /usr/bin/udooneo-m4uploader: line 78: 1923 Bus error...
You can login with the udooer user (pasword = udooer). udooer has sudo privileges to become root.
Was just wondering if there is a difference between the images offered on http://www.udoo.org/downloads/ for UDOO Dual and UDOO Quad ? Or can...
I'm seeing the same thing ... from time to time it gets stuck and I can't even CTRL-BREAK the cat. Didn't happen as often when I was sending small...
Didn't realize the Neo had a 12bit resolution ADC. Solved.
When reading analog values from the analog pins, I'm getting strange values : {{"a0":2758,"voltage":"8.90v"} Do I need to do some setup before the...
I have uploaded the following sketch void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { Serial.println("LED...
Separate names with a comma.