Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
We are using ncs tag v1.0.0.
I am using i2c_scanner example firmware. It works find when used as it is.
When I added "UART2" in this firmware i am getting hard fault...
Using the ble_app_uart example, Using oscilloscope to measure the time interval of broadcasting, two development boards are used respectively. One development board is nrf51422...
Hello, rols and hkn:
I got two different answer about watchdog and hardfault in devzone.
1. watchdog can't reset hardfault. https://devzone.nordicsemi.com/f/nordic-q-a...
https://github.com/bjornspockeli/custom_ble_service_example
I am currently following this example with SES on my NRF52840 DK (PCA10056). I copied the ble_app_template example...
Are there any recommended alternatives (& nordic plugins) to the discontinued Bluetooth Developer Studio? I'm looking for a tool to make the process of creating custom GATT...
Hi! I want to copy data from internal flash to a statically allocated buffer in RAM. I get a DACCVIOL hard fault try to do this by memcpy. The hard fault depends on the number...
I need to send 5 sensor values received over SPI to an app over BLE about 5 times a second. I also need to send a few configuration parameters from the app back to the nrf52...
I am using nRF 52 DK connected to Arietta with ARM Linux (4.2.6) 32 bit.
when I was trying to install "vcpkg" using "./bootstrap-vcpkg.sh", I am getting some errors as shown...
I have a phone app which talks to my peripheral device running the nrf52832 and so I will eventually add another peripheral device which ideally can communicate directly to...
Hello everyone!
I'm working on a project where there are 2 microcontrollers: the Nordic nrf52832 and a 3rd-party uC (can't disclose it). A protocol to transfer the firmware...
I feel confused about bearer. what's the difference between mesh-bases bearer and PB-ADV bearer or PB-GATT? there is little knowledge about mesh-bases bearer within mesh profile...
Good afternoon,
At the place I'm working there's 2 main projects using the nordic SDK, while one runs on the 12.3 version, the other is very outdated and still runs on...
Hi,
I'm having a problem at the moment with code based on Espruino on nrf52.
I connect as follows:
ble_gap_scan_params_t m_scan_param;
memset(&m_scan_param, 0,...
I've seen a few post that have similar issues but none that solve my problem.
I have two uarts (uarte0 and uarte1).
I disable them before going to sleep.
I wake with...