New products we got in stock

We got many new products in stock:

ANTENNA-WIFI-BT-U.FL is 2.4GHz WiFi/BLE +3dBi antenna compatible with ESP32-WROOM-32U modules.

ANTENNA-WIFI-BT-U.FL

CONNECTOR-OBD2 connector with plastic box:

CON-OBD2-1

We got these as we have cool idea for WiFi OBD2 sequencer which will allow you to send pre-programmed OBD2 sequences to your card OBD bus allowing to do amazing effects with your car lights close doors with your phone and etc.

IR-BARRIER-100M is infrared fence for perimeter protection. It comes with dual beams and adjustable sensitivity.

IR-BAR-2

 

SNS-TMP-DS18B20 is digital temperature sensor which works with Arduino libraries and allow easy to make Solar Water Heater controller with ESP32-EVB and MOD-LCD2.8RTP . Two sensor can be addressed via single wire.

SNS-DS18B20-2

GLASS-TAPE20MM is glass re-enforced tape which is very strong and heat resistant.

fg-tape

Water proof push buttons with three sizes 12mm, 16mm, 19mm and four colors LED rings: Red, Green, Blue, Yellow, White:

but-12mm3

ESP32-EVB now get much better

ESP32-EVBESP32-EVB revision A was made quick and has too many errors 🙂 some were due to the non very clear documentation, like that we assumed that all ports could have internal pull-ups but  when we try to write the software we found that the GPIOs we used for the buttons has no such. Other were done by our engineer negligence.

We had small 100 pcs series from Revision A, but after all issues we encounter just decided to trash it and just move forward to revision B.

Now in Revision B all interfaces are tested and confirmed to work fine 🙂

What we keep:

  1. Two relays 250VAC/10A
  2. LiPo charger which allow ESP32 to work without external power supply
  3. Reset and User button
  4. micro SD card
  5. UEXT connector to add temperature, humidity, etc sensors
  6. GPIO with all signals available on 0.1″ proto friendly step connector

What we add:

  1. USB connector now is also used for automatic programming of ESP32 so no need for external serial cable, with DTR and RTS bootloader mode is entering automatically
  2. Ethernet now is correctly wired and works 🙂
  3. We were surprised to read ESP32 has CAN and we try and it works great, so in the new revision we add CAN driver
  4. We add Infrared transmitter and receiver, so now you can control all your home appliances with IR control like TVs, VCRs, Air conditioners, and everything else with IR control

What we removed:

  1. second button, with all above peripherals the ESP32-WROOM-32 module resources are gone, there is no single GPIO unused left

Revision B schematic can be reviewed here . The PCB is now routing.

Color TFT 2.8″ LCD 320×240 pixel display board with UEXT compatible to ESP32-EVB is also coming soon.

New Product in Stock: SNS-IR-3-80cm Adjustable Infrared Proximity Switch

SNS-IR-3-80

SNS-IR-3-80 is adjustable infrared proximity switch. It operates with 5V and hence can be directly connected to Arduino. The power consumption is 50mA. The output is NPN open collector with load capacity up to 100mA.

SNS-IR-3-80 can be adjusted to detect objects from 3 to 80 cm, perfect for robots obstracle detection or for counting items on production conveyor. You can use it in your hidden security alarm also if build in door frame, it will detect if person pass through the door frame. IR light is invisible, so nobody will see the IR fence.

AVR-T32U4 Arduino demo code for TV remote control

Image

AVR-T32U4 is easiest way to breadboard your Arduino projects, with this demo we will show you how to connect MOD-IRDA and receive and send IR commands from TV remote control and to TV.

MOD-IRDA have IR receiver and IR LED, in the demo project we will use Jumper wires to connect to Breadboard.

Image

The demo code is at https://github.com/OLIMEX/DUINO/tree/master/AVR/IR-REMOTE

LED is connected to D13 and MOD-IRDA IR receiver is connected to D11.

On the video you can see how LED is switched ON and OFF with ‘1’ and ‘2’ buttons from the IR remote.

http://www.youtube.com/watch?v=Asbb1Jr1DNs

The same way you can control other stuff with Arduino, for instance connecting Servo motor to move your fences at home etc.