Code Monkey home page Code Monkey logo

flipperzero-i2ctools's People

Contributors

naejel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flipperzero-i2ctools's Issues

i2cTools_icons.h is missing from the repo?

I'm trying to build this code, but multiple files reference this header, and and I don't see the header anywhere in the repo. Is this a mistake, or am I supposed to generate this file somehow?

Address change

Hello,

Do you think you can add a feature that lets one read the addresses of 1 to 2 i2c modules and then change their addresses where possible?

API Version Mismatch error

Hi,
I'm trying to compile this app as a user application on the official firmware.
It builds fine, but when the fap is uploaded to the flipper, I get an API Version Mismatch error.

Do you know why this is?

Here's my build log:

	ICONS	build/f7-firmware-D/.extapps/i2cTools/i2cTools_icons.c
	CC	applications_user/flipperzero-i2ctools/i2cscanner.c
	CC	applications_user/flipperzero-i2ctools/i2csender.c
	CC	applications_user/flipperzero-i2ctools/i2csniffer.c
	SDKCHK	firmware/targets/f7/api_symbols.csv
	CC	build/f7-firmware-D/.extapps/i2cTools/i2cTools_icons.c
	CC	applications_user/flipperzero-i2ctools/views/main_view.c
	CC	applications_user/flipperzero-i2ctools/views/sniffer_view.c
	CC	applications_user/flipperzero-i2ctools/views/sender_view.c
	CC	applications_user/flipperzero-i2ctools/i2ctools.c
	CC	applications_user/flipperzero-i2ctools/views/scanner_view.c
	LINK	build/f7-firmware-D/.extapps/i2cTools_d.elf
API version 8.1 is up to date
	APPMETA	build/f7-firmware-D/.extapps/i2cTools.fap
	FAP	build/f7-firmware-D/.extapps/i2cTools.fap
python3 "./scripts/runfap.py" "build/f7-firmware-D/.extapps/i2cTools.fap" --fap_dst_dir "/ext/apps/GPIO"
	APPCHK	build/f7-firmware-D/.extapps/i2cTools.fap
2022-11-30 17:28:24,320 [INFO] Using flip_Cudrelit on /dev/ttyACM0
2022-11-30 17:28:24,368 [INFO] Installing "build/f7-firmware-D/.extapps/i2cTools.fap" to /ext/apps/GPIO/i2cTools.fap
2022-11-30 17:28:24,378 [INFO] Sending "build/f7-firmware-D/.extapps/i2cTools.fap" to "/ext/apps/GPIO/i2cTools.fap"

Modify I2C Sender - Feature Request

Is it possible to either add an additional menu option to write an 8 bit value to a register at a specified device address?

I’ve been playing with the MCP23008 & MCP23017 GPIO Expander chips lately. Today I had the idea to hook my flipper up to the PCB I’m using. I was able to scan and find the address of the chip (0x20, right where I expected it to be) and send (maybe read is a better way to put it) to some of the chips registers. This brought up a reason for this post.

In order to really use the GPIO Expander, you need to be able to write to the registers a value. The Flipper’s current implementation of the I2C tools only provides a way to read a register from an address. What would it take to make it able to allow for the user to select the device address and write a byte to a register.

For example, I might want to send:

Device Address: 0x20
Device Register: 0x00
Option: (0 = Read, 1 = Write)
Register Config: 0xFE (Provided the previous option is set)

and when the transaction is completed, receive an ACK or NACK.

Having this ability would really be sweet and educational for those exploring the I2C protocol.

Question Regarding ScreenRecording.

Hello! thanks for all your work on this repo, its helped me alot with my own flipper zero apps. I was wondering how you were able to record the screen on the flipper and convert it to a GIF to be used in the readme?

Add wiring details to app

Many other flipper apps show their wiring configuration within the app, either on a menu or some other graphic. It would assist new users of this application for your wiring layout (as shown in your readme) to be a part of the apps main menu, or for there to be a "wiring" option on that menu that shows the required wiring setup. Thanks!

Feature request i2c serial eeproms

Would it be possible to implement serial eeprom read/write over i2c? This would be very useful for reverse engineering. I have constructed a 3.3v to 5v bridge using an ISO1541 ic and can access data on a xicor x24c04 serial eeprom but reading/writing the individual bytes one at a time is somewhat useless. If you could add the option to dump and write i2c eeproms to and from a file it would expand the usefulness of the tool a great deal. If you need hardware to test it on i can offer mine. Thanks for everything you have done so far.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.