Actually I'm using a DS3231 in my arduino script without kernel recompiling. SDA/SCL are connected to SDA/SCL Cortex M4 pins I'm using this...
In my case it's due to my python reader script that uses: ardu = serial.Serial(port='/dev/ttyMCC', baudrate=115200) while True: try:...
Updated to: 3.14.56-udooneo-02045-g45a88ad #6 pradeep's still using 85% of CPU
I'm pretty sure I'm using UDOObuntu 2.1.1. Should I apt-get upgrade it? At the moment uname is: Linux whisky 3.14.56-g801c066-dirty #2 SMP...
Hi guys. What is 'pradeep' process? Is it normal that it often takes 90/100% CPU?
I'm having your problem too. :confused:
In that case Time.h was an almost empty file with "include <timeLib.h". However, I removed it because I didn't use it anymore. At the moment I'm...
Check this: if you plug your battery, is usb0 running or not? If not, you can use ifconfig usb0| grep -c RUNNING
Sorry waltervl, I thought you wanted to give up this function ;)
Note that usb0 is always up due to settings in /etc/network/interfaces. The line inet addr:192.168.7.2 Bcast:192.168.7.255 Mask:255.255.255.0 is...
Why not? I think option 2 (if the third one is too difficult to accomplish) is useful.
:eek: Argh! So what's the Time library for the NEO??
I added a delay(1000) in my loop (with Time.h included). Uploading again --> UDOONeo M4 Sketch STOP failed: reboot system ! Uploading again -->...
Probably your Time library has some redefinition of tm with Wire.h. However, I commented #include <Time.h> but this is the Arduine IDE scenario:...
The sketch was bigger. I tried to get to a minimal version with the stop/start problem. @Maurice Did you try my sketch too?
#include <Arduino.h> #include <HardwareSerial.h> #include <stdlib.h> #include <Time.h> #include <Wire.h> #define ALARMPIN 7 #define led 13 //...
Yes, it's exactly what I told here (http://www.udoo.org/forum/threads/how-to-refresh-a-sketch.6145/); that's why It was usefull a RST pin to stop...
Ok. Now I'm trying with menegolli (http://www.udoo.org/forum/threads/a9-uart6-and-udoobuntu.3196/page-3#post-23627) UART6 with problems... I'm...
I've edited my previous message with new details.
Ok Update: The guilty sensor seems to be the pressure one. If it has power but it's not connected to UDOO, the sketch keeps running. I I plug it...
Separate names with a comma.