Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi i have questions about nrf52832 and nrf52811 soc.
Currently we are selling custom board with nrf52832 soc which works fine and going out for sale
In the custom...
Hello,
this is a brief description of my plans:
I am planning on merging my modified ble rscs central example that is used as a cycling cadence central device instead...
board: nRF52 DK
[update - fixed this - see #2]
When I use the following (shortened) code, the LED blinks when I press button 2 but I see no logs. NRF_LOG_INFO() is working...
Hi,
I have integraded pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver/releases/tag/v4.1.1) on boundary device Nitrogen6x using Yocto.
I have not changed...
Hello,
I am a hardware engineer and not very familiar with software or firmware other than the very basics. I need to migrate a custom firmware project from Keil to Segger...
In the nrf52840, what is the external supply capability of the Dc/Dc converter?
We are looking to take advantage of internal regulator to generate 3.3v from a ~4V li-ion...
Dear,
I couldn't find the 3D model of thingy 91 PCB ( I don't have Altium to create it)
Could you plz help me, I need STEP file/stl file.
Thanks,
MVH
Hoang ...
v0.12.0 provides sd_api_v 5 support that I need but its not released in pip. v0.12.0 is available (in pypi) for windows but not for Mac/linux.
Please provide also linux...
Hello!
I'm trying to make the asset_tracker sample working on the nRF9160 DK. The at_client worked just fine and I was able to connect to the base station (I'm using NBiOT...
Hello, We have been using the PCA100059 version 1.0.0 dongle with a custom firmware which fails to run on the new PCA10059 version 1.2.0. Unfortunately there doesn't seem...
Hello,
Im a beginner in microcontrollers programming, just started with the pca10056 and pca10059. Im aiming to develop a beacon scanner for pca10059, to send data via usb...
I compiled and debugged the PCA10040e ANCS example (ie emulating the 52810 using the 52832) from SDK 15.3 - successfully. But I wanted to turn off code optimization to facilitate...
Hello,
As many mobiles do not have NFC I would like to use LESC OOB pairing with an QR-Code which could be shown on the device terminal. Well, I know where the NDEF message...
SDK version :15.2
question; when i use app_timer , i got interrupt which is not i wanted.
i creat and start timer :
app_timer_create(& m_timer ,APP_TIMER_MODE_REPEATED...