Skip to content
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

how to burn the files to SI4010? #2

Open
fenrei opened this issue Jul 12, 2018 · 1 comment
Open

how to burn the files to SI4010? #2

fenrei opened this issue Jul 12, 2018 · 1 comment

Comments

@fenrei
Copy link

fenrei commented Jul 12, 2018

inside source code folder of the Si4010 folder, there is no HEX file to use, only a .c and .h file, please tell me how can i use with these 2 files, thanks!

@mstegen
Copy link
Owner

mstegen commented Jul 12, 2018

It's been a while, but you'll need to install Silicon Laboratories wireless development suite, and install the KEIL compiler.
Then also install the example files for the SI4010, see here:
https://www.silabs.com/documents/public/application-notes/AN690.pdf
https://www.silabs.com/documents/public/user-guides/Si4010-DK.pdf

It helps if you own one of the dev kit's as the software is included.
I bought the 4010-DKKF-434 kit, but i noticed it has been replaced by (i think) the 4010-KFOBDEV-434.

Overwrite the installed example (keyfob_demo) with the two files from this repository.
You should then be able to compile the keyfob_demo example, generating the Open Chargeport hexfile.

Be careful, as you can only burn the Si4010 IC's once!, (you can however upload the code to RAM and develop from there)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants