[beagleboard] LED blinking using Timer interrupt

2019-08-01 Thread Megha Bhirade
Hi,

i am new to the beagle bone black. i need to use Timer interrupt to blink 
the LED connected on breadboard...

my requirement is like i need to blink LED for every 15 seconds using timer 
interrupt..

i checked any example projects?? or how to configure timer interrupt??

i not got anything please help me resolve this.. i am using BBB in Linux 
Ubuntu with kernel Version 4.14

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/923ad510-66a4-41b9-811e-e97ecd6ff3b7%40googlegroups.com.


[beagleboard] Re: PWM in beagle bone black

2019-08-01 Thread Megha Bhirade

Hi,

I got why that error is coming . already i used those pins to UART , so i 
can't use that pins again to PWM.

i am using P9.14 for pwm, but still also it is not working for me..

i am feeling something i need to add in to uEnv.txt, but i am not getting ..

please suggest me??

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/063a4722-7e7e-4e7e-ab02-86bf08a07e90%40googlegroups.com.


Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-01 Thread Jacob J. Morales Argumedo
Hi Justin,

I think the RDP issue with the keyboard layout you are having is a tightVNC
issue.  Does the information in the following link describe what you are
experiencing?  Do you absolutely need a graphical session to the beaglebone?
https://unix.stackexchange.com/questions/346107/keyboard-mapping-wrong-only-in-specific-applications-under-tightvnc
https://www.reddit.com/r/BeagleBone/comments/a9122q/incorrect_keyboard_mapping_with_tightvnc/
https://groups.google.com/forum/#!topic/beagleboard/YCiECD0fiII

Regarding wifi and bluetooth, you would need to manually set up the
networks using "connmanctl" which is already installed, or uninstall
"connmanctl" and opt for using the network-manager package which has a nice
cursors interface GUI for setting up ethernet or wifi networks.  If you
install network-manager, run "nmtui" for the network manager text user
interface which is very nice.
https://www.digikey.com/en/maker/blogs/2017/how-to-setup-wifi-on-the-beaglebone-black-wireless
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui

For creating users, all Linux distributions will be very similar and you
can find lots of tutorials online such as this one:
https://linuxize.com/post/how-to-add-and-delete-users-on-debian-9/

On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  wrote:

> Hi,
>  I have just purchased a Seeed Beaglebone Green Wireless and am having
> difficulties getting it up. I see the following problems -
>
> *   Remaining Problems*
>
>1. RDP Keyboard layout is wrong
>2. Add a new admin user ('Justin')
>3. Enable WiFi
>4. Enable Bluetooth
>
> I have spent much more time than expected at this, see attached for
> detailed description of procedure. I have found instructions for each
> (#1-#4), but have failed to get these completed.
>
> To start small, if possible, how can I correct #1? PuTTy works just fine
> (Serial & SSH).
>
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAB5vWeucx3jCVOs%3Dcp5VV34xa%3DPNMF-o_nc3kDnW-Z%3DzkHOVpA%40mail.gmail.com.


Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-01 Thread Robert Nelson
On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  wrote:
>
> Hi,
>  I have just purchased a Seeed Beaglebone Green Wireless and am having 
> difficulties getting it up. I see the following problems -
>
>Remaining Problems
>
> RDP Keyboard layout is wrong
> Add a new admin user ('Justin')


> Enable WiFi
> Enable Bluetooth

WiFi/Bluetooth should work out of the box, running this should give us
some hints:

journalctl | grep wl18

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYhLuhoHoowzWH7PWHMy%2BK5rPyGsSDCDuRtwxw3LNVdRBg%40mail.gmail.com.


[beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-01 Thread Justin Reina
Hi,
 I have just purchased a Seeed Beaglebone Green Wireless and am having 
difficulties getting it up. I see the following problems -

*   Remaining Problems*

   1. RDP Keyboard layout is wrong
   2. Add a new admin user ('Justin')
   3. Enable WiFi
   4. Enable Bluetooth

I have spent much more time than expected at this, see attached for 
detailed description of procedure. I have found instructions for each 
(#1-#4), but have failed to get these completed. 

To start small, if possible, how can I correct #1? PuTTy works just fine  
(Serial & SSH).


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com.
@brief  Project Generation Instructions
@detailsUsing Linux
@auth   Justin Reina
@date   7/31/19

@sectionSystem
• BeagleBone Green Wireess (BBGW)
• Win10 Home
• PuTTy (v0.70)

@sectionStatus
1. RDP Keyboard layout is wrong
2. Add a new admin user ('Justin')
3. Enable WiFi
4. Enable Bluetooth

@sectionSteps [1]
0. SD Card: Prepare w/OS & boot
1. Serial: Confirm & store both
2. RDP: Connect & confirm
3. FTP: Connect & confirm


@sectionStep 0
#0.A: Download the latest software image (w/UI)
'Debian 9.5 2018-10-07 4GB SD LXQT' [1]
#0.B: Install SD card programming utility
Download and install Etcher [2]
#0.C: Connect SD card to your computer 
#0.D: Write the image to your SD card
#0.F: Boot your board off of the SD card
Insert SD card into your (powered-down) board
Hold down the USER/BOOT button
Apply power
@rslt   Wait for steady ON of all (4) LEDs,
then off momentarily then they all
flash
*The Serial Port will appear in 
 Device Manager
*The HDMI display should be on 
and logged in
*The mouse and keyboard
will not work
• Install Drivers (BONE_D64)


@sectionStep 1
Login to Serial (COM35: 9600 baud std)
App:  PuTTy (recommended)
User: debian(alt: 'root')
Pswd: "temppwd" (alt: '')
Saved Session Name: "BeagleBone Black (Serial)"

Login to SSH (192.168.7.2 port:22)
Ping: 192.168.7.2
Web:  http://192.168.7.2/
App:  PuTTy   (recommended)
User: debian  (alt: 'root')
Pswd: temppwd (alt: '')
Saved Session Name: "BeagleBone Black (SSH)"


@sectionStep 2
@selTightVNCServer
• Install VNCServer & VNCClient [3]
• Start server
• Setup Boot Script (#boot-script)
• Start client (Host:192.168.7.2:1)


@sectionOpens   
• Get WiFi & BT working
• Change RDP Keyboard Layout
• Change user & pswd


@sectionFullscreen mode (#boot-script)
#! /bin/sh
# /etc/init.d/boot_jmr.sh
# Jmr: Start VNC Server

mkdir /home/debian/Desktop/test
echo "Justin" > /home/debian/Desktop/test/yes.txt
vncserver :1 -geometry 1920x1080 -depth 24


@sectionReference
1. https://beagleboard.org/getting-started
2. https://beagleboard.org/latest-images
*'bone-debian-9.5-lxqt-armhf-2018-10
  -07-4gb.img.xz'
3. https://www.balena.io/etcher/
@altWin32DiskImager
4. https://www.tightvnc.com/download.php



[beagleboard] PWM in beagle bone black

2019-08-01 Thread Andrew Pikul
Isn't this just a permission error? Does it work with sudo?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/973094bd-b6fb-4f9e-bd6d-4dd9cdb7e55c%40googlegroups.com.