Hi guys, i'm developing very hard with your WebPlatform and i feel very comfortable with it! Great Product!
Actually i run in a problem with microchip stack that maybe can interest other users: I'm doing a board that collects some values from the real world and send it via http to our server (php page that save the values in the db). In the microchip stack there wasn't the HTTP client so i write my own that send via POST a file from the EEPROM. But the problem was that i was supposed to replace the ~variable~ string with the real value but the microchip's HTTPPrint() function only works with their HTTP2 server.
So i changed it to pass the socket where we need to put our infos: in HTTPClient.h: from
in the HTTPPrint_* functions i passed the TCP_SOCKET skt variable. In this way we can use the HTTPPrint function in our code!
The main problem is that MPFS utility overwrite the HTTPClient.h file everytime a new image is created, so i was wondering about modifying this utility to add this trick. Is there any source code of that application? Anybody can teach me to make a patch file (i never made one)
Hi, i'm using EEPROM SPI expansion port to control some shift registers. I've no problem in using output (driving MOSI pin via spi) but when i try to read a shift register looks like the dspic is driving low the MISO line. The CS line is high so the eeprom is in three state...
I've tried to force MISO pin as input and i can get some data from the registers but with some bits missing (maybe due to spi module misconfiguration)
Hi, my name is Stefano and I'm from Italy. I'm playing with the Bus Pirate and it's an amazing helpful tool!
Now I have to send and sniff some CAN data to debug an application, and I tough for a Bus Pirate expansion. I've called it CAN Pirate. It's nothing more than a breakout board for MCP2515 (it can handle both packages) and MCP2551
Now I'm going to implement the code to operate it via the practical serial console. In order to release it back to the community, I want to make the code as user friendly as possible. I'm searching for advices on what features (and how) to implement, and someone good with the Bus Pirate firmware.