31
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - rhyde
32
Bus Pirate Support / Re: BlinkM I2C help
33
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
(Sjaak, I was just kidding back. I am not one to take offense.)
[quote author="ian"]
Is it the OLS bootloader that's slow? How slow is it for you? FOr me it takes well under a minute, but not nearly as fast as the same bootloader in the USB IR Toy (seconds).
The problem is that the 18F24J50 has two write modes: 2bytes and 64bytes. A USB HID packet can only contain 64bytes, so once the header is included there's no room for a full page of data. What I did was convert the bootloader and the application to use the 2byte write mode. This is much slower than the original bootloader because only 2bytes go per packet (instead of 32 with the 18F2550 version). The eventual solution is to send 64bytes of page data over two packets, and set a write/flush flag on the second. The bootloader firmware actually already supports this, but I'm not much of a desktop programmer so I stopped with my first mods.
You can switch back to newterm as needed. We can also add the new command to the newterm binmode. It's just one function here:
http://code.google.com/p/the-bus-pirate ... wire.c#164
Thanks again for the upgrade reports. Admittedly it's a huge upgrade chain (BP, bootloader, firmware, ROM, etc). It's really encouraging that the first two upgrade seem to have been successful.
[/quote]
34
Bus Pirate Support / Re: BlinkM I2C help
DEVID:0x0447 REVID:0x3043 (B5)
I went back to trying to talk to this i2c device now I could attach both the bp and the ols. The sump dump of this attempt is at http://thehydes.net/failblinkm.sla , anyway what I see is occasional clock pulses, as it is on pin 2, and lots of transition on pin 1. Any suggestions I sent the following command.
W %:100 [ 0 "a" r ] %:10 w
Pin 1 is MOSI, pin 2 is clock. Power +5 and gnd are connected.
35
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
Off course. You can speed it up by sending money

[/quote]
But all my money is gone for wonderful new toys like this one. I was just giving feedback on the things I noticed and the bootloader is very slow. I am debating whether to leave the nightly on so I could help someone if necessary or going back to newterm so I can use it.
36
Open Bench Logic Sniffer / Re: Test Release 2.03 and 2.04 - SPI mode.
[quote author="rhyde"]
...
No bootloader so I did not update the PIC, I am not sure if that was required. I do have a bp so if Ian can point the script for that method I am willing to try that.
$ /cygdrive/c/Program Files/Java/jdk1.6.0_20/bin/java.exe -jar analyzer.jar
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
COM1
COM14
Device Controller found: org.sump.analyzer.devices.FpgaDeviceController
COM1
COM14
Device Controller found: org.sump.analyzer.devices.Hp16500DeviceController
Device Controller = FPGA Controller
Tool found: org.sump.analyzer.tools.I2CProtocolAnalysis
Tool found: org.sump.analyzer.tools.SPIProtocolAnalysis
Tool found: org.sump.analyzer.tools.StateAnalysis
Tool found: org.sump.analyzer.tools.UARTProtocolAnalysis
Attaching to: COM14 (115200bps)
Run started
Device ID: 0x0
Run aborted
java.io.IOException: Device not found.
at org.sump.analyzer.devices.FpgaDevice.run(FpgaDevice.java:648)
at org.sump.analyzer.devices.FpgaDeviceController.run(FpgaDeviceControll
er.java:546)
at java.lang.Thread.run(Thread.java:619)
[/quote]
37
Bus Pirate Support / Re: Synthetos BP Case
38
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
39
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
Pinging Bus Pirate...
Running Script C:olsP18ScriptReadDeviceID from DataSheet.scrp18 ...
Entering PIC18 ICSP Mode!
Sending 4-bit Command with Data: 0x00!
Sending 16-bit data: 0x0e3f!
Sending 4-bit Command with Data: 0x00!
Sending 16-bit data: 0x6ef8!
Sending 4-bit Command with Data: 0x00!
Sending 16-bit data: 0x0eff!
Sending 4-bit Command with Data: 0x00!
Sending 16-bit data: 0x6ef7!
Sending 4-bit Command with Data: 0x00!
Sending 16-bit data: 0x0efe!
Sending 4-bit Command with Data: 0x00!
Sending 16-bit data: 0x6ef6!
Sending 4-bit Command with Data: 0x09!
Sending 8-bit data: 0x00!
8-bit Data Read: 0x02!
Sending 4-bit Command with Data: 0x09!
Sending 8-bit data: 0x00!
8-bit Data Read: 0x4c!
Exit ICSP Mode!
Done!
40
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
41
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
42
Pirate PIC programmer / Re: Bus Pirate PIC 24F Programmer Dev Thread
43
Arduino / Re: AVR Programming & Arduino IDE
I really love the gcc tool chain being available, and I have been running into more and more folks that have move beyond the arduino by using the standard pin defs, so they can set 8 pins at once. There is value in the easy with which a newbie can get started. I can send one to a niece or nephew and they get going right away. Unfortunately the magic and hiding of the tool chain often traps people so they do not realize how easy it is to move beyond it. I hope the other chip companies can see the value of supporting a gcc port of their architecture, and the value is supporting the standard libraries. It enables so much.
44
Project development, ideas, and suggestions / Re: Seeed Studio Adjustable Power Supply
45