Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
I know there have been many posts on this forum regarding a similar issue, I have spent a whole day reading them and trying to get this working, to no avail.
Basically my...
After nRF52840DK is flashed with open bootloader project through J-link ( usb port J2 on the short side of the board), nRF connect is showing the following interface when...
After reviewing this thread https://devzone.nordicsemi.com/f/nordic-q-a/53743/zigbee-sdk-on-top-of-freertos I managed to get FreeRTOS working with ZigBee and BLE using the...
On the development boards, the JLink OB stops working after 24 days and needs to be disconnected to work again.
This affects at least the USB UART endpoint, but possible...
I have seen some situations where putting the modem into offline mode (CFUN=4) will cause my application to lock up because the at_cmd never returns. It looks like this is...
Hi, I am using Mesh SDK 4.0.0 and have couple of nRF52840 dev kits.
1) In light switch server example of Mesh SDK, is it possible to add more on_off data types to the server...
Hello I am trying to develop an application for advertising in SLOW mode.
Here is my Advertising Init function.
/**@brief Function for initializing the Advertising...
Can somebody help me out the reason behind below failure on thingy 91. I am building asset tracker example using west on command line. Following is the logs that i got after...
Hi,
I am working on the Thingy91 and trying to set up an event when the USB power state changes (USB cable w/power is plugged or unplugged). For now I will just blink...
Hi,
I changed the softdevice on the nRF52833 light client example from the S113 to the S140, but the program
hangs at startup before even enter the main loop (catched...
Hi ,
During the review, I came across the certification question. After some reading, I found some details.
This got me worried because it looks like it is a difficult...
I have found the example using nRF52833 in the latest SDK (ble_app_att_mtu_through....)
I am using Keil uVision 5.29.0 and I have downloaded the software packs 8.27.1, 8...
Hii,
Our input voltage to nrf52840 is 2 volt, we want to know whether 2 volt will be detected has low(0) or high(1) or undetermined state.we are using gpio pins (1,10) and...
Hello,
I'm considering writing BLE relay application, where central side should bond and encrypt connections (cause sensor device requires it and will not function without...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....