Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Mike L

Member Since 24 Aug 2010
Offline Last Active Nov 24 2018 11:17 PM
-----

#60899 Obstacle Avoidance Robot with SeeedStudio Motor Shield V2

Posted by Mike L on 07 December 2014 - 01:03 PM

It is possible that the combination of running the motors and the ping sensor on the same supply is causing the issue.  Typically I try to have a separate power source for the motors because they have a tendency to generate a lot of noise that can interfere with other logic or sensors.

 

Here is a couple troubleshooting things you can do:

  1. Double check your power source for your design.  Typically hbridge motor drivers allow for a dual source so that you can separate the motor power from the logic power.  Maybe you only have the motor power being supplied and the logic power is being supplied when you plug in the USB.
  2. Comment out the code that turns on the motors.  On power up does the ping sensor seem to be working while the motors are no longer running?
  3. If the ping sensor still doesn't work make sure you delay some on your start up code before you start doing the ping.
  4. If you still don't have ping on power up then try removing the Motor Shield.



#42416 Plus 2 is number 5 on the Best of 2012: Maker Shed Top Products

Posted by Mike L on 29 December 2012 - 11:41 PM

Probably no surprise to the people reading this community group but the Netduino Plus 2 is Number 5 on this Maker Shed Top Products list for 2012 http://blog.makezine...d-top-products/




#41298 Holding a hacknight with Netduino's and Windows Azure

Posted by Mike L on 10 December 2012 - 04:47 AM

I just posted a video showing the devices all connected together. Check it out here


#39605 Holding a hacknight with Netduino's and Windows Azure

Posted by Mike L on 19 November 2012 - 01:13 AM

I thought I would share a project that I am working on that might be of interest to the rest of the group.

I am working on building out some content for a hacknight that the Charlotte Alt.Net group is having in December. The idea is that I will have 10 to 12 Netduino Plus devices that will be distributed to all attendees. The attendees will be tasked with completing a security system in which each Netduino device plays a specific role in the I/O of the system. The Netduinos will communicate using a MQTT Message Bus that is deployed to a Windows Azure Worker Role. The brains of the security system will be deployed to a Windows Azure Web role. This web role will also provide a dashboard page that shows the status of the system. I am providing the complete code for the brains, MQTT communication and the dashboard. The attendees will have to complete the code on the Netduino devices (although I will have that completed as well if they run into trouble).

The goals of the hacknight will be to give them exposure to Netduino's, Internet of Things and Windows Azure.

You can check out the web site that provides a little more detail about the project at Cloud Home Security. The are links to the source code from the web site.

This project is still a work in progress, but I have to give a shout out to Dan Thyer from Logical Advantage for helping me out on the code, hardware and hosting the event. Also thanks goes out to Chris Walker and Secret Labs for sponsoring the event.

Mike Linnen
@mlinnen
http://www.protosystem.net


#37484 Netduino Client to SignalR hub

Posted by Mike L on 20 October 2012 - 11:05 PM

I was wondering if anyone has tried creating a Netduino client that connects to a SignalR hub to participate in a pub/sub communication with the hub? I have been thinking about doing this but didn't want to re-invent the wheel if anyone in the forum has done this already.


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.