-
HydraBus v1.0 Shield / Breakout board for ESP-WROOM-32 (ESP32)
08/10/2016 at 20:05 • 0 commentsHydraBus v1.0 Shield / Breakout board for ESP-WROOM-32 Rev1.1
This shield can be used with or without HydraBus board, you can even cut HydraBus specific right side (on the line) to have a tiny ESP-WROOM-32 breakout board.
- This shield can be used on top or bottom of HydraBus board (you just need to solder ESP-WROOM-32 on top or bottom of the shield)
- The HydraBus board is a small (60mm x 37mm) and low cost, multi-tool extensible board with STM32F405 Cortex M4F 32bits MCU @168MHz with a fully open source firmware hydrafw and full online documentation hydrafw wiki
- The ESP-WROOM-32 is a low-power 32-bit 240 MHz dual core MCU Wi- Fi+BLE combo module that highly integrates TCP/IP network stacks, 12- bit ADC and HSPI/SDIO/UART/PWM/I2C/I2S interfaces. See ESP-WROOM-32 link/info, Espressif Products Overview including ESP-WROOM-32 PDF
- Design based on official esp_wroom_32_datasheet_en.pdf (August 8, 2016)
Available at https://oshpark.com/shared_projects/6t5hURXL
-
HydraBus 1.0 Rev1.2+ PCB special version available @OSH Park
05/18/2016 at 20:04 • 0 commentsHydraBus 1.0 Rev1.2plus PCB is available at OSH Park https://oshpark.com/shared_projects/G8hsVjAw
s/G8hsV
-
HydraBus & HydraNFC boards new batch available
05/11/2016 at 20:32 • 0 commentsHydraBus & HydraNFC boards new batch available
The boards are stocked and shipped from France and can be shipped anywhere in world
For more details see http://hydrabus.com/buy-online
-
Port of hydrafw to latest ChibiOS version 4.0
05/05/2016 at 15:15 • 0 commentsNow the port of hydrafw to latest ChibiOS version 4.0 is finished and we (mainly me and Balda) have not found any issue so far.
The new chibios is now used in hydrafw master repository
https://github.com/bvernoux/hydrafw
For more details see latest commit:
https://github.com/bvernoux/hydrafw/commit/894f1d7b206f918d1dcbe89ebbb4d3b09b71e538
-
HydraBus JTAG/SWD native debugger supported officially in blackmagic github
04/18/2016 at 21:11 • 0 commentsNow HydraBus is supported officially in blacksphere/blackmagic github
Thanks to Gareth McMullin and please support his amazing Black Magic Probe hardware.See documentation here:
https://github.com/blacksphere/blackmagic/tree/master/src/platforms/hydrabus
For more details see:
See https://github.com/blacksphere/blackmagic/pull/125See commit https://github.com/blacksphere/blackmagic/commit/e010cd763def53df30b6013676899d2ead4ab794
-
HydraBus HydraFW v0.7 Beta Released
04/16/2016 at 18:57 • 0 comments16.04.2016 HydraBus HydraFW v0.7 Beta released (github)
Generic:- Fixed ultra slow build (because of built in rules…) thanks to tuxscreen post http://hydrabus.com/forums/topic/make-is-ultra-slow/#post-696 for the fix
- Updated ‘tokenline’ submodule to the latest version
- Change T_ARG_INT to T_ARG_UINT, supporting only unsigned integers.
- Added freeform string as byte sequence (in addition to freeform integers) (thanks to Baldanos)
- Added Binary Modes full documentation in wiki
- Added Binary Modes (USB CDC compatible with BusPirate BBIO/Bitbang) with:
- CAN (thanks to Baldanos)
- Corrected filters handling. Now works for both CAN interfaces
- Fixed
bsp_can_rxne()
- Fixed error in can2 pin description
- Added speed change for CAN
- Optimized sump critical part and Lock Kernel during get_samples()
- JTAG scanner/debugger mode like JTAGulator (thanks to Baldanos)
- Add support for TRST
- Add support for MSB/LSB when reading
- Added in standalone mode sniffing LED indication #36 LED 2 ON for Standalone mode
- Fixed IRQ bug (stopped when enter/exit from sniffer or emul mode)
- Fixed Trf797xInitialSettings with workaround of Errata SLOZ011A–February 2014–Revised April 2015
- HydraNFC emulation commands are in alpha stage and they will be fixed in next version of HydraFW
- Added in emul-mifare display of UID parameter when started
- Added in emul-mifare 4 bytes UID parameter
- Added emul-mf-ul command for Mifare Ultralight Emulation preliminary/work in progress code
- Added dm0 command => Direct Mode 0 Sniffer Test work fine mainly for test with a Logic Analyzer on PC2
- Added dm1 command => Direct Mode 1 Test (Work in Progress to test TX SDM & RX DM1)
-
HydraBus v1.0 Rev1.2 & Combo HydraBus+HydraNFC available online
12/25/2015 at 11:14 • 0 commentsHydraBus 1.0 Rev1.2 new features:
- Easy way to enter USB DFU (will not require any wire) and fully compatible with older HydraBus hardware & software/firmware
- Better labeling of all I/O (with GPIO name) on both sides of the PCB
HydraBus new price 39USD
Purchase Combination: HydraBus + HydraNFC new price 99USD
See http://www.seeedstudio.com/depot/HydraBus-p-2039.html -
HydraFW v0.6 Beta released
11/29/2015 at 17:03 • 0 comments29.11.2015 – HydraFW v0.6 Beta
Generic:- Update of tokenline, now both
T_ARG_INT
andT_ARG_FLOAT
take k, m and g suffixes and apply a decimal factor on both argument types. It is always compatible with old syntax khz, mhz, ghz (only first character is checked).
- Added 2-wire mode (support frequency up to 1MHz) (thanks to Baldanos)
- Added random command new token ~ (
T_TILDE
) to write random byte (thanks to Baldanos)- Random number generator (using STM32 hardware RNG) returns a 32bit random number in hex (thanks to Baldanos)
- Added jtag scanner/debugger mode (thanks to Baldanos)
- Classic JTAG (TDI/TDO/TMS/TCK)
- Can be used with command line
- BusPirate-compatible OpenOCD binary mode (openocd command)
- Can scan a JTAG bus with IDCODE and BYPASS methods (idcode and bypass commands)
- Can try to find JTAG bus on all GPIOB pins (like JTAGulator) (brute command)
- Added sump mode, Logic Analyzer up to 1MHz 16chan with SUMP support (thanks to Baldanos)
- Compatible with ols-0.9.7.2 see also ols profile for hydrabus
- Compatible with sigrok: sigrok-cli & PulseView
- Added can mode (thanks to Baldanos & smillier)
- Needs a dedicated shield like HydraOBD to communicate with a real CAN bus
- Support CAN bus 1 or 2 (speed up to 2M)
- Support read, read continuous, write, id and filter commands
- Needs a dedicated shield like HydraOBD to communicate with a real CAN bus
- Added in uart mode the bridge command to be used as UART Raw sniffer (thanks to Baldanos)
- UART: fix bug in baudrate->BRR (thanks to doegox)
- HydraNFC Tag Emulation UID Mifare 1K & ISO14443A
- Mifare Emulation (Anticol+UID+HALT) see new command emul-mifare
- ISO14443A Emulation (TRF7970A hardware Anticol/UID) see new command emul-3a
- Rename command mifare to typea (ISO14443A) as it was not specific to MIFARE
- scan command now support 4 and 7bytes UID (thanks to NicoHub)
- Sniffer new command sniff-dbg with following new features:
- Add after each 8bits/byte the parity (ASCII char “0” or “1” + space)
- End Of Frame Timestamp + RSSI
See all commands here: https://github.com/bvernoux/hydrafw/wiki/HydraFW-commands
HydraFW Link: https://github.com/bvernoux/hydrafw
Release with pre-built firmware: https://github.com/bvernoux/hydrafw/releases/tag/v0.6-beta - Update of tokenline, now both
-
New HydraBus new prices, express your interest
11/02/2015 at 12:33 • 0 commentsExpress your interest to buy new HydraBus board (or both HydraBus+HydraNFC)
HydraBus 1.0 Rev1.2 new features:
- Easy way to enter USB DFU (will not require any wire) and fully compatible with older HydraBus hardware & software/firmware
- Better labeling of all I/O (with GPIO name) on both sides of the PCB
HydraBus only for 39USD
HydraBus and HydraNFC for 99USDhttp://hydrabus.com/2015/09/29/hydrabus-new-price-express-your-interest/
-
HydraFW v0.6 is coming with lot of new features …
11/02/2015 at 12:30 • 0 commentsAfter a long time without any news lot of things was done in background and mainly by Balda & Nico which are amazing contributors to HydraFW !
New features planned for HydraFW v0.6 release:
- HydraBus specific:
- JTAG protocol mode (thanks to Baldanos)
- Classic JTAG (TDI/TDO/TMS/TCK)
- Can be used with command line
- BusPirate-compatible OpenOCD binary mode (openocd command)
- Can scan a JTAG bus with IDCODE and BYPASS methods (idcode and bypass commands)
- Can try to find JTAG bus on all GPIOB pins (like JTAGulator) (brute command)
- Logic Analyzer mode new command sump up to 1MHz 16chan with SUMP support (thanks to Baldanos)
- Compatible with ols-0.9.7.2 see http://ols.lxtreme.nl see also ols profile for hydrabus https://github.com/bvernoux/hydrafw/blob/master/ols.profile-hydrabus.cfg
- Compatible with sigrok: sigrok-cli & PulseView see http://sigrok.org
- UART:
- Raw mode sniffer added see command bridge in uart mode (thanks to Baldanos)
- Fix bug in baudrate->BRR for very high speed > 4Mbits/s (thanks to doegox)
- JTAG protocol mode (thanks to Baldanos)
- HydraNFC specific:
- NFC Sniffer (ISO14443A/MIFARE) command for Wireshark with specific dissector (thanks to NicoHub)
- To be released see https://github.com/NicoHub/Wireshark-RFID-dissector for more details
- Sniffer new command sniff-dbg with following new features:
- Add after each 8bits/byte the parity (ASCII char “0” or “1” + space), End Of Frame Timestamp + RSSI
- Tag Emulation Beta:
- Mifare Emulation (Anticol+UID+HALT) see new command emul-mifare
- ISO14443A Emulation (TRF7970A hardware Anticol/UID) see new command emul-3a
- Tag Read:
- scan command now support 4 and 7bytes UID for ISO14443A (thanks to NicoHub)
- NFC Sniffer (ISO14443A/MIFARE) command for Wireshark with specific dissector (thanks to NicoHub)
For more details see https://github.com/bvernoux/hydrafw/wiki/Task-List
- HydraBus specific: