|
BBC-Microbit GPIO Mesh demo
#bluetooth
#nrf51822
#zephyrbluetoothmesh
#sensor
#ble
Hi im a beginner trying to work with the bbc microbits for my engineering project, my task involves using mesh networking on the bbc microbits to send a message to the user's computer stating motion
Hi im a beginner trying to work with the bbc microbits for my engineering project, my task involves using mesh networking on the bbc microbits to send a message to the user's computer stating motion
|
By
Daniel Fox <danny.fox97@...>
·
#1798
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Hi Yas,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
I checked the bossac source code and the option seems to be available,
so it doesn't look like
Hi Yas,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
I checked the bossac source code and the option seems to be available,
so it doesn't look like
|
By
Bolivar, Marti
·
#1797
·
|
|
Interfacing Max44009 sensor with nrf52840 custom board
#nrf52480
#sensor
My environment : Debian 10
zephyr SDK 0.10.3
zephyr 2.1.0-rc2
I'm Interfacing Max44009 with nrf52840 on a custom make board in zephyr. I'm using the sample sensor program for MAX44009. Configured
My environment : Debian 10
zephyr SDK 0.10.3
zephyr 2.1.0-rc2
I'm Interfacing Max44009 with nrf52840 on a custom make board in zephyr. I'm using the sample sensor program for MAX44009. Configured
|
By
amore@...
·
#1796
·
|
|
API meeting: Agenda
Hi all,
This week we will focus on GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
Hi all,
This week we will focus on GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
|
By
Carles Cufi
·
#1795
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Dear Marti and William
Thank you for your reply.
I tried using "--bossac-port", but still have problem about "-o" option.
I checked my bossac option by
```
$
Dear Marti and William
Thank you for your reply.
I tried using "--bossac-port", but still have problem about "-o" option.
I checked my bossac option by
```
$
|
By
@yasokada
·
#1794
·
Edited
|
|
cannot flash zephyr on stm32_min_dev_blue
#stm32
#flash
ninja flash
[0/1] Flashing stm32_min_dev_blue
-- west flash: using runner openocd
-- runners.openocd: Flashing file: /home/amore/zephyrproject/zephyr/samples/basic/blinky/build/zephyr/zephyr.hex
Open
ninja flash
[0/1] Flashing stm32_min_dev_blue
-- west flash: using runner openocd
-- runners.openocd: Flashing file: /home/amore/zephyrproject/zephyr/samples/basic/blinky/build/zephyr/zephyr.hex
Open
|
By
moreaniket219@...
·
#1793
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Not completely sure i understand your question but hopefully this will help.
Step 3: west flash
This builds your application then flash your device.
So steps to flash your application are:
Step 1:
Not completely sure i understand your question but hopefully this will help.
Step 3: west flash
This builds your application then flash your device.
So steps to flash your application are:
Step 1:
|
By
William Fish
·
#1792
·
|
|
Re: Adafruit Trinket M0: west flash > How to?
#flash
#west
Hello,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
I don't have this board, and I can't help you with Q1 or Q3, but for Q2:
you can always run this
Hello,
"yasokada via Lists.Zephyrproject.Org"
<yasokada=gmail.com@...> writes:
I don't have this board, and I can't help you with Q1 or Q3, but for Q2:
you can always run this
|
By
Bolivar, Marti
·
#1791
·
|
|
Adafruit Trinket M0: west flash > How to?
#flash
#west
My environment:
Ubuntu 18.04 LTS
board: Adafruit Trinket M0
RTOS: Zephyr 2.1.0-rc1
I was trying to use Adafruit Trinket M0.
###
My environment:
Ubuntu 18.04 LTS
board: Adafruit Trinket M0
RTOS: Zephyr 2.1.0-rc1
I was trying to use Adafruit Trinket M0.
###
|
By
@yasokada
·
#1790
·
Edited
|
|
spi_transceive() does not clock out the SCK for receiving
#spi
My Environment:
Ubuntu 18.04 LTS
Board: STM32F769 Discovery Kit
RTOS: Zephyr 2.1.0-rc1
Oscilloscope: Analog Discovery 2
SPI device: SRAM memory (23K256)
I am trying to use SPI with my SRAM memory
My Environment:
Ubuntu 18.04 LTS
Board: STM32F769 Discovery Kit
RTOS: Zephyr 2.1.0-rc1
Oscilloscope: Analog Discovery 2
SPI device: SRAM memory (23K256)
I am trying to use SPI with my SRAM memory
|
By
@yasokada
·
#1789
·
|
|
Re: BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi,
You may want to look at a couple of things to help you answer your own question:
In the zephyr folders;It has the list of defines and corresponding pins
The other useful information would be a
Hi,
You may want to look at a couple of things to help you answer your own question:
In the zephyr folders;It has the list of defines and corresponding pins
The other useful information would be a
|
By
William Fish
·
#1788
·
|
|
Civetweb together with MQTT
Hello,
I would like to use web server together with MQTT in same project.
Unfortunately civetweb sample and MQTT sample have conflicting config requirements with CONFIG_POSIX_API and
Hello,
I would like to use web server together with MQTT in same project.
Unfortunately civetweb sample and MQTT sample have conflicting config requirements with CONFIG_POSIX_API and
|
By
Jan Pohanka
·
#1787
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- PWM, USB and clock_control APIs in the context of stable APIs
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- PR:
Hi all,
This week we will look at:
- PWM, USB and clock_control APIs in the context of stable APIs
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- PR:
|
By
Carles Cufi
·
#1786
·
|
|
Re: Errors generated when build a sample using clang6.0
#west
llvm/clang isn’t supported for ARM SoCs.
- k
llvm/clang isn’t supported for ARM SoCs.
- k
|
By
Kumar Gala
·
#1785
·
|
|
Errors generated when build a sample using clang6.0
#west
Hello!
I want to build samples/subsys/power/device_pm using clang6.0 so I do as follows:
1、export ZEPHYR_TOOLCHAIN_VARIANT=llvm
2、mkdir build and cd build
3、cmake -DBOARD=reel_board
Hello!
I want to build samples/subsys/power/device_pm using clang6.0 so I do as follows:
1、export ZEPHYR_TOOLCHAIN_VARIANT=llvm
2、mkdir build and cd build
3、cmake -DBOARD=reel_board
|
By
istuoli@...
·
#1784
·
|
|
Help with porting to the new GPIO API
Hi all,
As you might know there is a new GPIO API under development in the topic-gpio branch. All drivers should now be ported but the actual users of the GPIO API, which are spread all over the
Hi all,
As you might know there is a new GPIO API under development in the topic-gpio branch. All drivers should now be ported but the actual users of the GPIO API, which are spread all over the
|
By
Carles Cufi
·
#1783
·
|
|
Building MCUBoot with a DTS overlay file
Hello:
I am not sure if this issue should be asked here, or in the MCUBoot mailing list, but I will start by asking here.
I want to change the partitions in my nrf52840, this is easy when
Hello:
I am not sure if this issue should be asked here, or in the MCUBoot mailing list, but I will start by asking here.
I want to change the partitions in my nrf52840, this is easy when
|
By
Lawrence King
·
#1782
·
|
|
BBC-Microbit PIR sensor
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi All,
Im currently working on my 3rd year engineering project and I need some help/guidance as I'm a complete beginner. My project is a home monitoring system and my plan is to use PIR motion
Hi All,
Im currently working on my 3rd year engineering project and I need some help/guidance as I'm a complete beginner. My project is a home monitoring system and my plan is to use PIR motion
|
By
Daniel Fox <danny.fox97@...>
·
#1781
·
|
|
Re: MCP2515 with nRF52832 using zephyr
#dts
#nrf52832
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
I think you need a few more things turned on in your config file. To figure out what you need turned on I always use the menuconfig tool and diff the old and new .config files, then I take the changes
|
By
Lawrence King
·
#1780
·
|
|
About PSE completeness
Dear all,
I'd like to know if there is already a schedule about reaching PSE51 or PSE52 completeness (as far as I've understood, only subsets of such standards are currently implemented).
Thanks.
Dear all,
I'd like to know if there is already a schedule about reaching PSE51 or PSE52 completeness (as far as I've understood, only subsets of such standards are currently implemented).
Thanks.
|
By
Claudio Scordino <c.scordino@...>
·
#1779
·
|