Go to advanced search

by sam08
Fri Jun 19, 2015 10:55 am
Forum: Java
Topic: Problem reading from I2C device
Replies: 0
Views: 575

Problem reading from I2C device

I have the ADXL345 from http://www.adafruit.com/products/1231 and wondered if anyone can help with this issue reading from it. I have been trying to just read the deviceID from it to get started, then I can carry on with the rest but have been having constant issues trying to read it. I have read tu...
by sam08
Tue Oct 21, 2014 4:19 pm
Forum: Java
Topic: HTTP Protocol Permission error
Replies: 2
Views: 834

Re: HTTP Protocol Permission error

I would prefer to do it this way as I will be connecting to the internet using a 3g dongle. So am trying to reduce the number of connections where possible. Here is the code: HttpConnection connection = (HttpConnection) Connector.open(url); connection.setRequestMethod(HttpConnection.POST); connectio...
by sam08
Mon Oct 20, 2014 3:34 pm
Forum: Java
Topic: HTTP Protocol Permission error
Replies: 2
Views: 834

HTTP Protocol Permission error

Im trying to send data from the raspberry pi to my website, where i can then process the data using php and place the data into a database. Im doing it this way to offload some of the work onto the server, rather than doing it all on the PI. I keep running into Connector.open permission error. I hav...
by sam08
Sat Jul 19, 2014 6:15 pm
Forum: Automation, sensing and robotics
Topic: ADXL345 Accelerometer returning 0
Replies: 1
Views: 1474

ADXL345 Accelerometer returning 0

I am having issues with my code as the ADXL345 keeps returning 0. Iv tested the device using python code someone posted on github and that works fine so I know its all wired up correctly and its something to do with my code, only im not sure whats going wrong or if I have missed anything. Help would...

Go to advanced search