News:

SMF - Just Installed!

Main Menu

Recent posts

#91
Hacking pi-Stomp / Re: RGB stomp switch led
Last post by micahvdm - September 04, 2023, 06:36:34 AM
Try removing the color: option and the ps-restart
#92
Hacking pi-Stomp / Re: RGB stomp switch led
Last post by bigbluecoconut - September 04, 2023, 04:33:12 AM
Thats my config:

 

hardware:
  # Hardware version (1.0 for original pi-Stomp, 2.0 for pi-Stomp Core)
  version: 2.0

  # midi definition
  #  channel: midi channel used for midi messages
  midi:
    channel: 14

  # footswitches definition
  #   bypass: relay(s) to toggle (LEFT, RIGHT or LEFT_RIGHT)
  #   color: color to use for enable status halo on LCD
  #   debounce_input: debounce chip pin to which switch is connected
  #   disable: disable the switch
  #   gpio_input: gpio pin if not using debounce
  #   gpio_output: gpio pin used to drive indicator (LED, etc.)
  #   id: integer identifier
  #   midi_CC: msg to send (0 - 127 or None)
  #
  footswitches:
  - id: 0
    debounce_input: 0
    ledstrip_position: 0
    bypass: LEFT
    preset: UP
  - id: 1
    debounce_input: 1
    ledstrip_position: 1
    midi_CC: 62
    color: lime
  - id: 2
    debounce_input: 2
    ledstrip_position: 2
    midi_CC: 63
    color: blue

  # analog control definition
  #   adc_input: adc chip pin to which control is connected
  #   disable: disable the control
  #   midi_CC: msg to send (0 - 127 or None)
  #   threshold: minimum value change to trigger a midi msg (16 default, 1024 full scale)
  #   type: control type (KNOB, EXPRESSION)
  #
  #analog_controllers:
  #- adc_input: 0
  #  midi_CC: 70
  #  type: KNOB
  #- adc_input: 1
  #  midi_CC: 71
  #  type: KNOB
  #- adc_input: 7
  #  midi_CC: 77
  #  type: EXPRESSION
#93
Hacking pi-Stomp / Re: RGB stomp switch led
Last post by micahvdm - September 04, 2023, 01:07:47 AM
Can you paste what your default_config.yml contents for us to check?
#94
Using pi-Stomp / Re: MIDI works on one channel ...
Last post by micahvdm - September 04, 2023, 12:25:18 AM
That file only affects hotspot. You’re welcome to play with it. I’ve been trying to replicate your issue, but so far I can’t. I’m also gonna see what else can be changed in there
#95
Using pi-Stomp / Re: MIDI works on one channel ...
Last post by Peetem - September 03, 2023, 03:44:27 PM
If I change that file and make an incorrect configuration, will it only impact the Hotspot or does it globally affected the WIFI?

I was thinking I'd change the wpa=2 to wpa=IEEE to configure for wpa2 (if I'm reading the file correctly).  But I don't want to lose overall access....
#96
Hacking pi-Stomp / Re: RGB stomp switch led
Last post by bigbluecoconut - September 03, 2023, 03:11:18 PM
Hi, did you include it in the new build?
I wanted to use some ws2812 to light up my buttons, but
when i change the config file its stuck on the pistomp loading screen.
#97
Using pi-Stomp / Re: MIDI works on one channel ...
Last post by Randall (Admin) - September 01, 2023, 01:51:02 PM
There are tons of options:
https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf

but I can't tell ya why you can't connect.  The hotspot presented, is not specific to pi-stomp.  I'd wonder if it's a security setting on your computer not allowing connection.  Make sure you are physically close to it. 
#98
Using pi-Stomp / Re: MIDI works on one channel ...
Last post by Peetem - September 01, 2023, 08:53:34 AM
Are there other parameters of the hosted.conf file that I might change that would allow me to connect to the hotspot?

Its just strange that I can see the hotspot, and know the password, but my devices won't allow me to connect.
#99
Using pi-Stomp / Re: MIDI works on one channel ...
Last post by Peetem - August 31, 2023, 01:12:49 PM
So I changed the password.  The hotspot can be seen on my iMac and other devices.

Still get the message "The Wi-Fi network "pistomp" requires a WPA2" password on my iMac when I try to join.  I keep getting prompted for the password 20 seconds later after I enter the password.

If I try and use another device (e.g. iPad) the message is returned "Unable to join this network"

I'm sure I'm doing something stupid here.....
#100
Using pi-Stomp / Re: MIDI works on one channel ...
Last post by Randall (Admin) - August 31, 2023, 11:22:23 AM
Yes.  ssh then:
a) 'sudo raspi-config' > System Settings
OR
b) edit /etc/hostapd/hostapd.conf