-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile problems for me #1
Comments
well I could send you a binary, but I suggest you compile it yourself instead. If you only want the i2c-led code the following should be enough:
|
Hi,could you send me the binary,ime working off a windows pc you see.thanks
…On 14 April 2017 at 16:33, Sebastian Reichel ***@***.***> wrote:
well I could send you a binary, but I suggest you compile it yourself
instead. If you only want the i2c-led code the following should be enough:
apt-get install build-essential libi2c-dev libmosquitto-dev
cd i2c-led
make
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGM-H-sJW2JLQ-l3S7DZBYypzDm1x-FXks5rv5GtgaJpZM4M9oIV>
.
|
Ime just using parts of your project for i2c experaments thank you.
…On 16 April 2017 at 02:59, Duncan Young ***@***.***> wrote:
Hi,could you send me the binary,ime working off a windows pc you see.thanks
On 14 April 2017 at 16:33, Sebastian Reichel ***@***.***>
wrote:
> well I could send you a binary, but I suggest you compile it yourself
> instead. If you only want the i2c-led code the following should be enough:
>
> apt-get install build-essential libi2c-dev libmosquitto-dev
> cd i2c-led
> make
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AGM-H-sJW2JLQ-l3S7DZBYypzDm1x-FXks5rv5GtgaJpZM4M9oIV>
> .
>
|
I build binaries for Linux, which will not work on Windows, since it uses a different binary format than Linux (PE instead of ELF). Also my code uses the Linux i2c-dev interface, which is obviously not provided by Windows. |
Hi sre, Could you describe the configuration of the ATtiny85 system on which you ran these examples? Is there an off-the-shelf board with the right configuration of components to run these? I am especially interested in the tiny-led-firmware example. I believe you used an external crystal oscillator, judging from the fuse settings in your makefile. Is this correct? Any pointers you might have to the actual hardware design (at least for the processor and debugger interface) would be greatly appreciated. Thanks! surrealist14 |
@scottdwhitney I used a digispark clone with a MicroUSB connector, which was lying around in the hackerspace (USB is not functional with the firmware). It does not have an external crystal oscillator and the fuses are configured to use the internal one at 8MHz. P0 = SDA Programming is done via ISP. |
I used the Digispark clone without any modifications. The I2C bus needs pull-up resistors somewhere, though. |
Hi is it possible you could compile the exacutable for this code,i take its for controll of the tiny led 12C firmware side. thanks
The text was updated successfully, but these errors were encountered: