goodfet icon indicating copy to clipboard operation
goodfet copied to clipboard

An embedded bus adapter for various microcontrollers and radios.

Results 16 goodfet issues
Sort by recently updated
recently updated
newest added

xxd() function which prints the data expects byte string, not array. Converting what gets appended to.

Fix for problem in CC2420 read caused by a wrong variable name usage and a change of the logic. This error cause a fail read on data from the CC2420....

using instructions from [here](https://www.riverloopsecurity.com/blog/2018/09/install-goodfet/) ``` root@kali:/opt/goodfet/firmware# make install cp platforms/apimote2.h include/config.h ./gen_builddate_h ./gen_apps monitor.h spi.h ccspi.h msp430-gcc -mmcu=msp430f2618 -Wall -O1 -fno-strict-aliasing -g -Duseuart1 -Dapimote -Dmsp430f2618 -Dapimote2 -Dplatform=apimote2 -Dboard=apimote4 -I include...

As per commit messages. + Add support for 1-Wire SearchROM + Fixup the build so that `make reinstall` works on my GoodFET42.

I observed issues with macOS (Sierra). For some reason the MAX3420 is only getting repeated requests to set the USB address. The requests will begin with some desired address value...

https://github.com/travisgoodspeed/goodfet/blob/34f175f8ff00a2262ee1ffe52a062359df42ee21/client/goodfet.nrf#L425 Hello, I am hitting a problem at the above location that the program is not continuing. Do I read this line correct, that the program will only continue if...

I just noticed as I was debugging the issues I was having that enabling the `DEBUG` flag in `goodfet.bsl` makes it fail in something else than I was debugging. My...

I've flashed facedancer21 for the first time with this procedure: 1. `cd goodfet/firmware` 2. `board=facedancer21 make clean reinstall` i've had a problem with pyserial: downolading the 2.7version - `pip install...

Hello, I'm actually trying to learn how i could do a man in the middle attack and i got the facedancers for this. Then i saw the ttwe proto who...

previously (half year ago?) working goodfet software throws now the following exception: ``` Traceback (most recent call last): File "/usr/local/bin/goodfet.monitor", line 27, in client.serInit() File "/home/user/soft/goodfet/client/GoodFET.py", line 133, in serInit...