Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
I get the following output when I try to debug the Zephyr's button sample with SEGGER Embedded Studio:
Preparing target for download Executing Reset script TargetInterface...
For the nRF52833:
The product specification is contradictory on the 2 UARTs available. Would you please clarify?
UART0 is this a legacy UART only or does it have Easy...
Our customer has requested access to any test suites the BLE IC vendor can provide which can be used to provide objective evidence of testing & specific test cases.
We started...
I use sdk 15.3.0 / nrf52832 / SD_132.
How to use the prescaler of a timer for an event every 24 hours ?
An example will be very explicit.
Best regards, Jiemde
Hi,
I am trying to evaluate the nrf52840. I am following the instruction to instrument the FreeRTOS from the Nordic SDK15.3. I managed to follow most of the instructions...
Can you update the nRF24L01P EVKIT to add 250K, 1M & 2M data rate selection? Our test house requires we test all 3 rates for the Receiver Blocking tests in EN300328.
1. We are measuring our component performance on nRF5340 PDK and getting pretty high CPU load values. We are suspecting that our code and tables are sitting in flash memory...
Dear All ,
I am a little stumped.... Basically first i was working with the beacon app on sdk 12 on the 51822 chip. Now I have moved to the 52382 chip.
I modified the...
I have created a custom service with few characteristics which read data from nRF52832 and notify intern to nRF52840 which then send those notifications to mobile device....
So I got a nRF52840 DK and I have not idea how to get started. As in how do I even get the example code to run. I have no idea what software and tools are needed or how to...
Recently tried to upgrade the NRF SDK from 14 to 16 on our project, and also upgrading Softdevice from 5.0.1 to 7.0.0.
While trying to bring up Softdevice 7.0.0, we noticed...
Hi, I'm using SDK v15.2.0. The problem occurred after we started to receive chips that have D0 revision, with C0 chip revision devices work well. The meaning of issue has...
Hi,
I had study all of BLE example code in ".\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral" directory.
There have two solution after BLE advertising had time-out: ...
Hi, I am currently working on a project, where I am porting an existing application to the NRF52840. The porting of the functionality have been rather smooth, but i struggling...
I am having trouble linking my ble mesh project, at first worked perfectly but now well it doesn't link, I haven't changed anything that I can think of. I used the lightswitch_server...