|
Re: Adafruit Feature nRF52 bit bang i2c
After some reading, I settled on these settings:
CONFIG_I2C=y
CONFIG_I2C_LOG_LEVEL_INF=y
CONFIG_I2C_LOG_LEVEL_ERR=y
CONFIG_I2C_LOG_LEVEL_DBG=y
After some reading, I settled on these settings:
CONFIG_I2C=y
CONFIG_I2C_LOG_LEVEL_INF=y
CONFIG_I2C_LOG_LEVEL_ERR=y
CONFIG_I2C_LOG_LEVEL_DBG=y
|
By
Tomas McGuinness <tomasmcguinness@...>
·
#6158
·
|
|
Re: STM32WB55 BLE address
Thanks, I'll check it out.
Thanks, I'll check it out.
|
By
Marcio Montenegro
·
#6157
·
|
|
Re: STM32WB55 BLE address
Hello,
I have not yet worked with any of the bluetooth APIs, but this thread
peaked my interest because I am also evaluating the STM32WB55 for an
upcoming project.
I did a quick search through the
Hello,
I have not yet worked with any of the bluetooth APIs, but this thread
peaked my interest because I am also evaluating the STM32WB55 for an
upcoming project.
I did a quick search through the
|
By
Rob Weber
·
#6156
·
|
|
Re: Adafruit Feature nRF52 bit bang i2c
It's not easy to comment on what caused the usage fault without knowing what code is actually running on the device.
It's not easy to comment on what caused the usage fault without knowing what code is actually running on the device.
|
By
Benjamin Lindqvist
·
#6155
·
|
|
Re: Adafruit Feature nRF52 bit bang i2c
Benjamin,
I added that entry to a file called nrf52_adafruit_feather.overlay
I had to add CONFIG_I2C_0=y to my proj file also, so it includes these settings now:
Benjamin,
I added that entry to a file called nrf52_adafruit_feather.overlay
I had to add CONFIG_I2C_0=y to my proj file also, so it includes these settings now:
|
By
Tomas McGuinness <tomasmcguinness@...>
·
#6154
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 08/06/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 6 August 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 6 August 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6153
·
|
|
STM32WB55 BLE address
Hi all,
I am evaluating STM32WB55 board HCI driver.
During my test I found that BLE public address is 02:80:e1:00:00:00
But this microcontroller has an internal flash register to store BLE address
Hi all,
I am evaluating STM32WB55 board HCI driver.
During my test I found that BLE public address is 02:80:e1:00:00:00
But this microcontroller has an internal flash register to store BLE address
|
By
Marcio Montenegro
·
#6152
·
|
|
API meeting: Agenda
Hi all,
This week we will look at:
Agenda:
- GPIO: Quick confirmation of API suitability
* See: https://github.com/zephyrproject-rtos/zephyr/issues/15611#issuecomment-516488369
- Sensor API:
Hi all,
This week we will look at:
Agenda:
- GPIO: Quick confirmation of API suitability
* See: https://github.com/zephyrproject-rtos/zephyr/issues/15611#issuecomment-516488369
- Sensor API:
|
By
Carles Cufi
·
#6151
·
|
|
Re: ARMv8 Cortex-M TrustZone configuration
Hi Johnny,
This doesn't use the LPC55S69-EVK at the moment -- it's based on a development board designed by ARM -- but it is relevant to your question and gives an initial example of TF-M in the
Hi Johnny,
This doesn't use the LPC55S69-EVK at the moment -- it's based on a development board designed by ARM -- but it is relevant to your question and gives an initial example of TF-M in the
|
By
Kevin Townsend
·
#6150
·
|
|
ARMv8 Cortex-M TrustZone configuration
Hello Zephyr devel universe,
I have an NXP LPC55S69-EVK development board. It is based on an ARMv8 Cortex-M CPU with the TrustZone extension. Zephyr officially supports this board.
I want to run
Hello Zephyr devel universe,
I have an NXP LPC55S69-EVK development board. It is based on an ARMv8 Cortex-M CPU with the TrustZone extension. Zephyr officially supports this board.
I want to run
|
By
Johnny Daniels
·
#6149
·
|
|
Re: Why the smp version of zephyr kernel "idle" task implent the "k_busy_wait(100)" delay?
FWIW: the reason for the busy wait is to reduce the number of calls to k_yield() which needs to enter the scheduler and obviously take a spinlock for synchronization. If you have one
FWIW: the reason for the busy wait is to reduce the number of calls to k_yield() which needs to enter the scheduler and obviously take a spinlock for synchronization. If you have one
|
By
Andy Ross
·
#6148
·
|
|
Re: [EXT] [Zephyr-users] Zephyr SDK 0.10.2-rc1 available
Yeah, that’s merged now.
:)
- k
Yeah, that’s merged now.
:)
- k
|
By
Kumar Gala
·
#6147
·
|
|
Re: Adafruit Feature nRF52 bit bang i2c
You need to add the bme280 to your device tree file. Something like:
&i2c0 {
bme280@76 {
compatible = "bosch,bme280";
label = "BME280";
reg =
You need to add the bme280 to your device tree file. Something like:
&i2c0 {
bme280@76 {
compatible = "bosch,bme280";
label = "BME280";
reg =
|
By
Benjamin Lindqvist
·
#6146
·
|
|
Adafruit Feature nRF52 bit bang i2c
Hello,
I’m quite new to Zephyr and I’m trying to connect a BME280 to an Adafruit Feature nRF52832. As the I2C device driver isn’t available on the Adafruit Feature nRF52832, I want to try
Hello,
I’m quite new to Zephyr and I’m trying to connect a BME280 to an Adafruit Feature nRF52832. As the I2C device driver isn’t available on the Adafruit Feature nRF52832, I want to try
|
By
Tomas McGuinness <tomasmcguinness@...>
·
#6145
·
|
|
Re: [EXT] [Zephyr-users] Zephyr SDK 0.10.2-rc1 available
Will not work in current mainline, unless you apply https://github.com/zephyrproject-rtos/zephyr/pull/17984
Andrei Gansari
Will not work in current mainline, unless you apply https://github.com/zephyrproject-rtos/zephyr/pull/17984
Andrei Gansari
|
By
Andrei Gansari
·
#6144
·
|
|
Re: Why the smp version of zephyr kernel "idle" task implent the "k_busy_wait(100)" delay?
There’s an open bug for this:
https://github.com/zephyrproject-rtos/zephyr/issues/6157
Andrew
There’s an open bug for this:
https://github.com/zephyrproject-rtos/zephyr/issues/6157
Andrew
|
By
Boie, Andrew P
·
#6143
·
|
|
Why the smp version of zephyr kernel "idle" task implent the "k_busy_wait(100)" delay?
Hi everyone:
whey the SMP version of zephyr kernel idle task has involke the "k_busy_wait"? and it is especially unreasonable to pass the delay time with 100.
why not 200, 300, 400..... and so on?
i
Hi everyone:
whey the SMP version of zephyr kernel idle task has involke the "k_busy_wait"? and it is especially unreasonable to pass the delay time with 100.
why not 200, 300, 400..... and so on?
i
|
By
"曹子龙
·
#6142
·
|
|
Request for comments: standard practice for driver-specific extensions
As discussed in TSC 2019-06-26 there is a need to provide access to extended capabilities when there’s an existing generic subsystem API (like GPIO or COUNTER), but a specific
As discussed in TSC 2019-06-26 there is a need to provide access to extended capabilities when there’s an existing generic subsystem API (like GPIO or COUNTER), but a specific
|
By
Peter A. Bigot
·
#6141
·
|
|
Zephyr SDK 0.10.2-rc1 available
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.2-rc1
Please download and try things out and report any issues.
Changes since
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.2-rc1
Please download and try things out and report any issues.
Changes since
|
By
Kumar Gala
·
#6140
·
|
|
Is it possible to connect the device on internet using bluetooth connection?
Hello,
I am developing an application that connects my device via Bluetooth to my smartphone. I wonder if I can use my smartphone's internet connection on the device.
I am using nrf52840 board. I am
Hello,
I am developing an application that connects my device via Bluetooth to my smartphone. I wonder if I can use my smartphone's internet connection on the device.
I am using nrf52840 board. I am
|
By
christian tavares
·
#6139
·
|