|
Re: Erasing flash memory problem in nrf52840-dk
#flash
#nrf52840
I solved the issue. The size should be multiple of 4096 (sector size). An other problem that I am facing is that when I run the lwm2m-client over openthread and the last address of the
I solved the issue. The size should be multiple of 4096 (sector size). An other problem that I am facing is that when I run the lwm2m-client over openthread and the last address of the
|
By
Nikos Karamolegkos
·
#2300
·
|
|
Re: Testing DTLS with the echo_client and echo_server samples
#ble
#crypto
#nrf52832
Does zephyr only supports PSK for the DTLS (e.g echo client, lwm2m client). I haven't seen anything about RPK using ECC.
-- Nikos KaramolegkosR & D engineer at
Does zephyr only supports PSK for the DTLS (e.g echo client, lwm2m client). I haven't seen anything about RPK using ECC.
-- Nikos KaramolegkosR & D engineer at
|
By
Nikos Karamolegkos
·
#2299
·
|
|
Zephyr SDK 0.12.0-beta-1 available for testing
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-1
Please download and try things out and report any issues. Please report
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-1
Please download and try things out and report any issues. Please report
|
By
Kumar Gala
·
#2298
·
|
|
Re: NRF52832 and GPIO
#gpio
#nrf52832
Ok, found the issue:
It was do to pin mapping naming. I was assuming that the pinmaps in Arduino D5, D6, and so on, corresponded to a direct GPIO map, so D5->GPIO_5 and so on... and that's not
Ok, found the issue:
It was do to pin mapping naming. I was assuming that the pinmaps in Arduino D5, D6, and so on, corresponded to a direct GPIO map, so D5->GPIO_5 and so on... and that's not
|
By
forum.contas@...
·
#2297
·
|
|
Re: NRF52832 and GPIO
#gpio
#nrf52832
Have you done the initialization by running gpio_pin_configure with GPIO_OUTPUT_ACTIVE as third argument ?
Just to be clear, you´re trying to set pin p0.05 ? That´s located on chip pin7 (QFN48 pkg)
Have you done the initialization by running gpio_pin_configure with GPIO_OUTPUT_ACTIVE as third argument ?
Just to be clear, you´re trying to set pin p0.05 ? That´s located on chip pin7 (QFN48 pkg)
|
By
Erik Englund
·
#2296
·
|
|
Re: NRF52832 and GPIO
#gpio
#nrf52832
Hi, No MCUBoot.
And yes, the board boots correctly and I can use GDB to debug.
I can see the GPIO driver calls, the values that are set and so on.
My prj.conf file is as simple as it can get:
Hi, No MCUBoot.
And yes, the board boots correctly and I can use GDB to debug.
I can see the GPIO driver calls, the values that are set and so on.
My prj.conf file is as simple as it can get:
|
By
forum.contas@...
·
#2295
·
|
|
Re: NRF52832 and GPIO
#gpio
#nrf52832
Are you sure that your board boots correctly? ( debug through gdb or just simple serial output )
What version of the SDK are you using?
Is MCUBoot activated in your prj.conf?
Are you sure that your board boots correctly? ( debug through gdb or just simple serial output )
What version of the SDK are you using?
Is MCUBoot activated in your prj.conf?
|
By
Erik Englund
·
#2294
·
|
|
NRF52832 and GPIO
#gpio
#nrf52832
Not sure if I'm going to have any help on this, but anyway:
I've a standard NRF52832 module that has connected to pin 5 a red LED.
If I flash the module (through JLink) with the Arduino framework, the
Not sure if I'm going to have any help on this, but anyway:
I've a standard NRF52832 module that has connected to pin 5 a red LED.
If I flash the module (through JLink) with the Arduino framework, the
|
By
forum.contas@...
·
#2293
·
|
|
Re: missing header file core_cm3.h
Problem solved.
Looks like I neglected to do the export and source commands in item 1.
Problem solved.
Looks like I neglected to do the export and source commands in item 1.
|
By
Michael E Goldsby
·
#2292
·
|
|
Re: API meeting: agenda
Just FYI, some of the label & links are mismatched (ie link takes you to one of the other PRs)
- k
Just FYI, some of the label & links are mismatched (ie link takes you to one of the other PRs)
- k
|
By
Kumar Gala
·
#2291
·
|
|
missing header file core_cm3.h
I prepared a build directory as in the docs:
1) In <pathto>/zephyr-stuff:
export ZEPHYR_GCC_VARIANT=zephyr
export ZEPHYR_SDK_INSTALL=~/zephyr-sdk-0.11.3
source
I prepared a build directory as in the docs:
1) In <pathto>/zephyr-stuff:
export ZEPHYR_GCC_VARIANT=zephyr
export ZEPHYR_SDK_INSTALL=~/zephyr-sdk-0.11.3
source
|
By
Michael E Goldsby
·
#2290
·
|
|
API meeting: agenda
Hi all,
Agenda for today.
- workqueue: Introduce delayable work
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891
- Add regulator driver infrastructure
- PR:
Hi all,
Agenda for today.
- workqueue: Introduce delayable work
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/28891
- Add regulator driver infrastructure
- PR:
|
By
Carles Cufi
·
#2289
·
|
|
ble central repeat read and write to three peripherals error USAGE FAULT
#ble
Currently I can connect one central to three peripherals
After the connection is established, the corresponding uuid and handle are also found
I use these two functions to
Currently I can connect one central to three peripherals
After the connection is established, the corresponding uuid and handle are also found
I use these two functions to
|
By
mfinmuch@...
·
#2288
·
|
|
Confirming that USB OTG Host mode not in the works
#usb
#otg
Hi all:
Just wanted to see if anyone can confirm that we shouldn't expect USB Host mode support in 2.5.0, and that it's not in the works. I found an old issue from May 19th that seems to indicate
Hi all:
Just wanted to see if anyone can confirm that we shouldn't expect USB Host mode support in 2.5.0, and that it's not in the works. I found an old issue from May 19th that seems to indicate
|
By
carlos.rodriguez@...
·
#2287
·
|
|
Erasing flash memory problem in nrf52840-dk
#flash
#nrf52840
Hello, I have made a device DTS overlay file to create my partitions in flash, so I have 3 different partitions (banks) lets say A, B, C respectively. It seems to work. However, each time I am trying
Hello, I have made a device DTS overlay file to create my partitions in flash, so I have 3 different partitions (banks) lets say A, B, C respectively. It seems to work. However, each time I am trying
|
By
Nikos Karamolegkos
·
#2286
·
|
|
introducing new delayable work API
I've been asked to request input on "kernel: workq: introduce delayable work" (#28891), which introduces a new API for supporting delayable work queue submission that cleans up some
I've been asked to request input on "kernel: workq: introduce delayable work" (#28891), which introduces a new API for supporting delayable work queue submission that cleans up some
|
By
Peter A. Bigot
·
#2285
·
|
|
BLE one central_hr connect two peripherals
#ble
I am using zephyr 2.4.99 to develop a BLE program
Currently, I used central_hr and peripheral in the sample to load separately on two nrf52840s
Now the two boards can communicate with each other, can
I am using zephyr 2.4.99 to develop a BLE program
Currently, I used central_hr and peripheral in the sample to load separately on two nrf52840s
Now the two boards can communicate with each other, can
|
By
mfinmuch@...
·
#2284
·
|
|
Store DTLS credentials independent to the binary
#networking
#flash
#dtls
#nrf52480
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the
Hello everybody, I would like to ask you if it is safe to use these functions in order to store and get DTLS credentials on the device? I would like to make over the air update so I would like the
|
By
Nikos Karamolegkos
·
#2283
·
|
|
Nordic 52840 as client Exchange MTU Request Not Supported
Hi Zephyr Team, I am relative newby to BLE and Zephyr so forgive me if I am missing something obvious.
I have a 52840 with the Zephyr firmware acting a client communicating with a Nordic device.
If
Hi Zephyr Team, I am relative newby to BLE and Zephyr so forgive me if I am missing something obvious.
I have a 52840 with the Zephyr firmware acting a client communicating with a Nordic device.
If
|
By
Eric Cooper <ericcooper2005@...>
·
#2282
·
|
|
ESP32 Dual core - getting started
Dear All:
I have started a new project based on ESP32.
To start I wrote boards files for the ESP32-CAM board and defined a single LED as a peripheral. I was able to compile the blinky sample,
Dear All:
I have started a new project based on ESP32.
To start I wrote boards files for the ESP32-CAM board and defined a single LED as a peripheral. I was able to compile the blinky sample,
|
By
Lawrence King
·
#2281
·
|