Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
Greetings. Finally ordered some NRF52832 board from HOLY IOT and spend few weeks trying to handle with them.
So, all about setup:
SDK: 15 (15.0.0_a53641a) @ Windows 7...
Hello, I have just started evaluating SoC nRF52832 and have built a custom board based on recommended diagram from the datasheet chapter 53.3. Actually, the board diagram...
Config
Using NRF52810 on a custom PCB with 32kHz + 32MHz crystals, very close to the reference schematic
S112 with SDK 14.2.0 in SEGGER Embedded Studio V3.30
A button...
In my application, I execute below code to start advertise when a button is pressed
err_code = ble_advertising_start(BLE_ADV_MODE_FAST);
APP_ERROR_CHECK(err_code);
...
Hello,
I am developing an application using the nRF51422.
For flashing and debugging the nRF, I use a ST-Link V2 debugger which uses SWD. The IDE I use is uVision.
I...
Hi
I have been succeed test SDK15.0.0 i2s example and got UART data.
UART started.<CR><LF> NRF_LOG_DEFAULT_BACKENDS_INIT started.<CR><LF> NRF_LOG_DEFAULT_BACKENDS_INIT...
Dear Sir,
I am working on SDK15,nrf52832 and soft device S132.
I was working on the following scenario.
A peripheral device advertise as soon as it is switched ON. ...
Hi, nordic
I get some problem when developing the ancs with SDK15.0.
I run the demo with ble_app_ancs_c on the board of PCA10040.
First of all, after my iphoneX (system...
Hi all, development software: nrf5_SDK_for_Mesh_v2.1.1_src\examples\light_switch\proxy_server Board 1 nrf5_SDK_for_Mesh_v2.1.1_src\examples\serial Board 2
IDEs: SEGGER...
Hello,
I am using NRF52832 boars s132 and sdk is 13.1. I have developed my application is read analog accelerometer valie and send to mobile apps. Now i want to also battery...
I'm facing one issue while uploading firmware using BLE DFU.
Details:-
Hardware : NRF52840-DK
SDK : v15.0.0_a53641a
IDE : Segger Embedded Studio v3.40
Mobile App...
We have a Сustom BLE device and observe inconsistent behavior when connecting from this device to to nrf52dk running different SDK versions. - Custom Device connects OK with...
Hi All,
I'm trying to use the nrf52832 as the SPI master to get sensor reading through spi from another sensor. I want to base my firmware on the spi_pca10040 example but...