i am trying to generate a PWM signal by turning a GPIO pin high and low using an interrupt generated by TIMER1, why i am doing it this way is a whole different story, so i need to generate an interrupt every 350ns, i calculated prescaler and the ARR…
I'm deploying ROR application using Ansible with Docker, Ruby Docker image created & pushed to the Docker HUB, Ansible cloned the Application from the Private repo to the Target Server, the docker container created successfully, but not able to run…
I've created a Beanstalkd worker script (using Pheanstalk library) to handle the thumb nailing of images when uploaded and wanted to implement BluePill to monitor/daemonize the worker script but the BluePill fails to start the process and just…
I flashed my blue pill board with the following OpenOCD command and then my OpenOCD does not connect to my board anymore. My boot0 and boot1 pins was grounded.
flash write_image erase blinkled.hex
I forgot to specified the typical init memory map…
I am trying to run xcui tests om multiple simulator using blue pill tool by linked in.
when I run the command: ./bluepill
output:
bluepill: invalid configuration
Missing required option: -a/--app - The path to the host application to execute…
I have been struggling with this issue for a while and just can't figure it out. I am trying to get Redis and Sidekiq to handle background jobs for my Rails Project hosted on Cloud66 w/ Digital Ocean. All needed gems seem to be present and the setup…
I have some doubts about a specific attribute of bluepill cookbook.
default["bluepill"]["bin"] = "#{node['languages']['ruby']['bin_dir']}/bluepill
Where and when is defined this value?
I want to use the bluepill as a system's gem and not as a…
I am migrating my existing rails app to heroku. I have memory and time intensive delayed jobs that run almost 20 hours a day and I have a clockwork to handle the time specific jobs. the clockwork jobs are not so heavy and run a very few times in one…
I am working with Rails 3.0.3 and Bluepill 0.0.51. I am trying to troubleshoot a situation where Bluepill is trying to start multiple instances of my ruby servers in some cases, but having trouble knowing where to start since the only files I have…
So basically im trying to start my program for my BluePill (stm32f103c8t6) in CLion, i chose my ST-Link as a cfg for OpenOCD. First it asked to select a clock speed, then it asked about the transport (hla_swd or jtag), and then it goes like
enter…
I am using bluepill to manage unicorn and after ruby upgrade unicorn start is failing with below error:
/usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.17.3/lib/bundler/definition.rb:495:in `validate_ruby!': Your Ruby version is 2.1.4, but your…