Intrinsicly evisculate emerging cutting edge scenarios redefine future-proof e-markets demand line
Mone - Fri: | 09:00 - 06:00 |
---|---|
Saturday: | 09:00 - 12:00 |
Sunnday | 09:00 - 04:00 |
Monday | 09:00 - 05:00 |
The Defcon32 badge is a device that has similar features to the FREE-WILi hardware. To promote FREE-WILi and make the almost 30,000 badges more useful we have released a version of the FREE-WILi code for it for Free (Use at your own risk).
The I2C support is particularly well supported, making the DEFCON badge a great development tool for DEFCON SAO add-ins.
Choose the radio configuration that fits your project needs:
The badge does not contain all hardware in FREE-WILi but it does support a significant amount:
You can load the FREE-WILi uf2 by forcing the badge into the RP2350 boot loader. This is done by holding both the reset and the bootload button down and then releasing the reset. The reset and boot load buttons are on the back of back shown below.
After doing this the badge will present itself as a mass storage device (USB drive). Simple copy over the FreeWilliDefconVX.uf2
file to the drive. It will reset when it is complete flashing.
The badge has an IRDa sensor. This is not directly compatible with IR Remote devices (although IR Transmit works). To use the FREE-WILi IR features you can add an IRSensor to the SAO connector as shown below. The output of the sensor must be connected to USER 1 as shown.
The badge has a SAO connector. This is a DEFCON standard IO connector for expansion. The connector has 4 GPIO of which two can be used as I2C. SAO pin in the lower left corner. Please note the I2C pins have pull up resistors. Also, the badge has 3 devices (touch screen, accel, rtc) already connected to the i2c.
The schematic of the badge SAO connector is below.
FREE-WILi allows you to use these as i2c, PWM, IR Rx, GPIO or LED light strip control.
The FREE-WILi badge firmware does not support the touch screen or RTC devices on the badge. This is a great use for WASM scripting. You can write WASM scripts that send and received I2C data.