BeeMobile4.net

From the monthly archives: January 2013

We are pleased to present below all posts archived in 'January 2013'. If you still can't find what you are looking for, try using the search box.

Valter Minute's avatar

Why should I use an Embedded Operating System on an Embedded Device?


This is a good question when it comes from people with no experience on embedded devices and a very bad one when you hear it coming from people that work on embedded devices. “I’m using a PC inside my embedded device, so I can use Windows as I use it on my PC” this is usually a statement made by people who actually design bad embedded devices. And those devices are not bad because they use a PC-based hardware (using a PC may be a good solution for some kind of devices where developing a custom board is too expensive and does not provide any real advantage in terms of cost), not because they use Windows. It’s because they use a Windows version designed for PCs, and so they behave like a PC and not like an embedded device! A PC has always a user taking care of it (or calling for help when something goes wrong beyond his recovery capabilities!), an embedded device must run unattended. Users don’t want or even can’t interact with it. It must be able to solve its own issues and, at least, report errors by itse ...

Read the rest of entry »

Valter Minute's avatar

Using SYSPREP in Windows Embedded Standard 7


Using Windows Embedded Standard 7 you can quickly build an Operating System configuration that support your hardware and include only the components required to run your application. Being able to customize the set of packages that are included in your image has multiple advantages: - reduced footprint (you’ll save storage and memory giving more resources to your application) - improved security (some services may have bugs that allows remote exploits and can become a security issue, removing them if they are not needed on your device will improve security) - improved reliability (less code, less bugs ). In Windows Embedded Standard 7 you can generate a set-up DVD or thumbdrive that can be used to install the operating system and your application on a target machine. Doing a full setup on each device could be a suitable solution, but it has some drawbacks. Setup may take a long time and may require some user interaction, some components may need to be installed or configured after the main OS setup etc ...

Read the rest of entry »

Paolo Patierno's avatar

The Net MF weather station on Channel9!


Cattura

The project on the weather station that I have already published on CodePlex is the subject of one of the blog posts Coding4Fun on Channel9, as always managed by Greg Duncan.

Paolo Patierno's avatar

Netduino 2: also the younger brother of Plus enhances !


It just been officially announced on the Netduino forum the release of the new version of the base of the SecretLabs boards : the Netduino 2 ! After the release of the second version of the board that has Ethernet connectivity and microSD onboard, the Netduino Plus 2, the entry-level version board has a successor even more powerful. Microprocessor and memory Following the same line of Netduino Plus 2, the microprocessor is completely different from that of its predecessor, in fact it is a STM32F2 (from STMicroelectronics) based on architecture Cortex-M3 to 120MHz in place of an Atmel ARM7 to 48 Mhz. The jump of memory is amazing! The amount of available RAM is 60 KB and for Flash the amount available to our application goes from 128 to 192 KB. Input and Output The board provides 22 GPIO pins (compared to 20 above), part of which have the following features: 6 PWM; 4 UART; SPI interface; I2C interface; In addition, there are 6-channel ADC with a resolution of 12 bits (rather tha ...

Read the rest of entry »

Paolo Patierno's avatar

μPLibrary on Channel 9 !


Cattura_thumb[2]_thumb

uPLibrary, dedicated to. NET Micro Framework, which I started developing for over a year and upgrade over time with new features has been reported on Channel 9 in Blog Coding4Fun thanks to the efforts of Greg Duncan at the following link.

Sorriso

Paolo Patierno's avatar

Measure the wind speed with the μPLibrary


The version 1.9 of uPLibrary is enriched with another managed driver for the management of an anemometer, an instrument used for measuring the wind speed. The driver is generic, considering the common operation for most of all anemometers. The anemometer I used generates 4 pulses per second to the detection of a wind speed of 10 Km / h; such information is useful to determine the true wind speed by counting pulses in a time interval that can be set. In fact, Anemometer The class provides a constructor whose parameters are the following: inPin: Pin board used and it is connected to the output signal pulse anemometer; calculatePeriod: period in which the driver must observe and assess the wind speed (the default value is 5000 ms); referenceWindSpeed​​: reference wind speed in km / h (the default is 10); referencePulseForSecond: number of pulses per second reference (the default value is 4); As you can see the default values ​​of the driver are those of the anemometer used for testing ...

Read the rest of entry »

Paolo Patierno's avatar

μPLibrary : new temperature and humidity sensor


Beginning of the year ... the uPLibrary grows and upgrade to version 1.9 ! One of the new features added is the managed driver for the temperature and humidity sensor SHT1x of Sensirion, which is available in a convenient breakout board of DFRobot. The communication protocol is expected to be a non-standard I2C, so the .Net Micro Framework classes dedicated I2C are unusable. In this case, the only solution is the bit banging, through which the date and clock signals are driven directly by software. The implemented class SHT1x provides a constructor which pass the two pins used for the aforesaid signals over the power supply voltage supplied to the sensor. The latter information is necessary for the implementation of compensation formulas for the calculation of the actual value of temperature and humidity from the data read from the sensor. The methods exposed are trivially as follows: ReadTemperature (): provides the measured temperature, on the basis of the unit of measure passed as a parameter ...

Read the rest of entry »

Paolo Patierno's avatar

Netduino Plus Weather Station !


cloudybar_thumb[4]

I’m pleased to introduce you my new open source project on CodePlex…..Net Micro Framework Weather Station !

This project helps you to build a weather station based on .Net Micro Framework. The data come from some sensors (temperature, humidity, luminosity and wind speed) and you can read them, in real time, using a Web page on the integrated Web Server. Enabling data logging, you can save your data into a microSD.

Img1_thumb[2]

The project is built for Netduino Plus board and based on .Net Micro Framework 4.2 but you can use a different board changing only the pin for the sensors connections.

It uses Metro UI CSS (http://metroui.org.ua/) for Metro style Web page.

Img2_thumb[2]

Meta

Archive

Search

Recent Comments

  1. Re: SurfPad: Index

    this is a good post that you have written you can add more about the outlook or some other technology...

    -- Configure Outlook 2016

  2. Re: Azure Sphere - Hands on!!

    Cool

    -- David Jones

  3. Re: Windows 10 IoT Core: Shutdown and Reboot the Raspberry Pi

    Bruce, I noticed that you are sending a REST web request for controlling the pi. I looked online a for...

    -- Waleed Elmandouh

  4. Re: Strange HP Laptop Keyboard Fix–It worked for me.

    Eh its happened again! Yes [Fn] and [ctrl] keys are swapped. So time to shutdown and remove the battery...

    -- David Jones

  5. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    Thank you for the workaround. I just tried it on my Raspberry Pi 3 running Win 10 IoT. It solved the...

    -- Paul

  6. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    Thank you for the workaround. I just tried it on my Raspberry Pi 3 running Win 10 IoT. It solved the...

    -- Paul

  7. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    When the BLE dongle is inserted it shows up on the default startup app main page as two entries: USB...

    -- David Jones

  8. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    The above "comment" is the Device tree on Device Portal-Devices for the Bluetooth Driver/s with the ...

    -- David Jones

  9. Re: Win 10 IoT-Core - Raspberry Pi3 Bluetooth Driver Issue: Workaround

    >HTREE\ROOT\0 >ACPI ARM-based PC >Microsoft ACPI-Compiant System ...

    -- David Jones

  10. Re: Bluetooth Low Energy on Windows 10 Creators Edition and a RPi3 issue.

    FYI: On RPI2 ========== When my USB BLE Dongle is plugged in I get two entries on the main page for the...

    -- David Jones

Turkish porno izle video site in rokettubeporno izle