I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I am new to nrf52832. I am using pcaboard10040 ,sdk12.3.0 and softdevice s132. I am using battery_level_in_percent function for calculating percentage level of battery. But...
WHen trying to build I get in the linker a lot of error like this:
C:/Segger/mbOS/mbOS ex/Wizmi_Project_mbOS_empty/embOS/Start/BoardSupport/CMSIS/Generic/Output/Debug/Wizmi_Project_mbOS...
Hi,
I am trying to run the ble_app_uart_coexist example on my nRF52840 Development board.
I followed the above steps for configuring the example to work.
I copied...
how to include SPI Master code in ble_app_uart sample code of pca 10028(nRF51822) board. its soft device is sdk 10.0.0 (s110). Please share me a sample code if you have. ...
Hello to everyone.
I´m trying to understand a code starting from the file of definition of pins of nRF52 PCA10040. In "simple_hal.c" there's a line like this: NRF_GPIO-...
Hello,
I have consulted the nRF52840 Dongle and cannot get the spec of the PCB antenna.
I need the information for FCC Test. Could someone help me?
Thank you very...
I found lines 766 - 768
CONFIG_GPS_SIM_DEV_NAME="GPS_SIM" CONFIG_GPS_SIM_BASE_LATITUDE=6325280 CONFIG_GPS_SIM_BASE_LONGITUDE=1026201
in \ncs\nrf\samples\nrf9160\asset_tracker...
hi all ,
When implementing an application, the developer has to consider all scenarios that may happen with the IO capabilities of the device.
when my scenarios is My...
Things were working ok yesterday but today I can't open any projects. For some reason now, it fails and says the project file is invalid. Here is the output
Loading solution...
Hi,
My system needs to maintain certain gpio at their state at all times, including when switching to bootloader,
I understand that reset will also return my gpios to...
I'm trying to set up an ESB PRX on an nRF52 that has to communicate with an nRF24L01 chip acting as PTX. Because I want to react to the received data as quickly as possible...
Hello,
I am trying to use Softdevice and the latest Github version of 802.15.4 support. The make (using linux/armgcc) fails on
nrf_raal_softdevice.c
because nrf_802154_radio_irq_handler...
Using SDK 15.2 on an nRF52832 using SoftDevice S132. FDS works OK unless the SoftDevice is enabled. None of the examples work. We've tried the peripheral example, GitHub examples...
Hi,
I'am testing direct advertise and I found strange behaviour with "nrf connect" app.
1. Direct advertises won't be proceeded on "nrf connect" unless there is at least...
Hello everyone
I got back on my bluetooth mesh project after an interruption and at the time I remember having the same compilation problems solved so far.
I worked with...