Amazon FBA: Seller Privileges Removal #1

Amazon Request “Please provide the following documents and confirm there is a valid credit card on file: —Utility bill with name and address visible —Business license –If you have active listings, include copies of invoices, receipts, contracts or delivery orders from your supplier issued in the last 90 days. You can send files in .pdf, .png, or .gif format. These documents must…

Continue reading

Intel HW: Moving vehicles

Experiment Goals: Learn how to move vehicles. Try to power those with renewable energy sources. Learn new Intel-related HW: Genuino101, Edison + Sparkfun extension boards Conclusions:  There was a frustrating experience that took 3 days to debug. 3 of 12 wires I have used were non-conducting. I realized that the…

Continue reading

RASPBERRY PI EXPERIMENT 13: Anemometer based on sensors F200-201/2 v2

Related Experiments: Raspberry-pi: Experiment 13. Anemometer based on sensors f200-2012 Raspberry-pi: experiment 13. Wind speed and direction meter (anemometer) Raspberry-pi: Experiment 13. Thermal sensor and more Raspberry-pi: Experiment 13. Few more experiments with batteries Raspberry-pi: Experiment 13. Anemometer. Less power consumed more produced and preserved Experiment Goals: 1. Create one more…

Continue reading

Raspbery Pi [streaming]: Stationary Recording/Playback Training Assistance System

Goal:  To create a mini-system for sportsmen that allows: to sportsmen (ex. wrestlers) to record their training routines with purpose to analyse it right after the routine completion by observing on a tv-screen. This is supposed to assist in fixing of the mistakes yet during the same training session. to play pre-recorded training video-materials…

Continue reading

Raspbery Pi. Getting Started with IR receiver using lirc-rpi overlay

really? no coLIRC – Linux Infrared Remote Control Connect your IR receiver to your RPi. TSOP series are most recommended due to their satability (ex. TSOP38238 IR receiver (ebay) – specification) Make sure you are connected to Internet: ‘ping google.com’ should produce answers from some IP address After connected to Internet, install ‘lirc’: sudo…

Continue reading

Getting started with Edison: Static IP Address

Steps: Edit the /etc/wpa_supplicant/wpa_cli-actions.sh file: Go to line 48 which has a udhcpc command and comment this line out if [ “$CMD” = “CONNECTED” ]; then kill_daemon udhcpc /var/run/udhcpc-$IFNAME.pid # udhcpc -i $IFNAME -p /var/run/udhcpc-$IFNAME.pid -S ifconfig $IFNAME 192.168.200.200 netmask 255.255.255.0 fi Add two new lines to manually set the IP and…

Continue reading

Intel Edison. Investigating IoTivity

Working Reference (After-the-post note): https://github.com/intelmakers/GETTING-STARTED/wiki/Options-for-installing-IoTivity-stack-on-Edison Experiment goal: To explore IoTivity and to execute client-server test using IoTivity discovery feature Result: Creation of and flashing Yocto image for Edison looks to be succssessfull according to logs (see the picture below) !!! but NO components named with iotivity or oic were found on Edison…

Continue reading

GETTING STARTED: Intel Edison. The very first steps.

Installing & Flashing (Firmware Upgrade) Installing of Intel Edisson board drivers and ‘Intel XDK IoT Edition’ (also firmware upgrade) starts here https://software.intel.com/en-us/iot/hardware/edison/downloads or here https://software.intel.com/en-us/iot/downloads Chose to install Edisson Board installer. It allows also to install also ‘Intel XDK IoT Edition’ and other supported IDEs (Arduino/Eclipse) You HAVE to have Edisson + Arduino Expansion board connected…

Continue reading