I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi all,
I am using a nRF52832 with SD S132 V4.0.2 ion SDK13.
My application currently uses TWI, SPI and BLE and also 1 wire (which is based on delays). Everything works...
Hi!
I am working with PCA10040 (nRF52), s132 and SDK 12.2.0.
I am using the example experimental_ble_app_eddystone.
I have configured one slot as TLM, so it reports...
Hello,
We're using JLinkExe for production programming. Is there an equivalent of the nrfjprog --erasepage command for JLinkExe?
I'm looking for the equivalent of
nrfjprog...
Hello,
I feel like this question has an answer similar to this question, but I can't seem to get it working devzone.nordicsemi.com/.../
I am using the nrf51422 chip...
Hello,
I bought a SainSmart display which fits on the PCA10028 development board. This display is a 16x2 character display with a HD44780 display contoller (I guess).
...
Hi,
i am new in nrf51822.
i want to make a pin as a external interrupt pin, whenever it get high to low pulse it will call in ISR.
here i am unknown how to write an ISR...
hi,
i have downloaded code to nrf52 BLE module using nr52 DK with VTG,SWIO,SWCLK connections. but here i am unable to display the log for nrf52 ble module. is it possible...
Hello, I got the solution for my previous errors, but now I'm facing new error, that now when I compile my code it gives error like invalid command name "nRF52"
ac2...
Hi everybody,
Chip: nRF51422
Board: PCA10028
Firmware: S130_nRF51_2.0.1
The system hangs when doing burst write reg.
MPU9255 can work fine if all writes are ...
I'm having a strange issue with getting SPI running through the transaction manager whilst running a S140 softdevice (SDK13 w/ nrf52840 5.0.0-2Alpha - I know there's a newer...
Hi,
See attached photo for layout placement of the trace antenna.
Altium PCB File : 108-0013-01 PCBA MAIN.PcbDoc
Background :
This is a design for a wearable...
Hello,
I am using SDK 11.0.0 and attempting to integrate the BNO055 IMU into twi_sensor example and then connecting the IMU data over BLE via ble_app_uart.
I successfully...
Hello,
I have two devices sharing an I2C bus. These devices are the MAX86150 and the MLX90614. DMA is being used. I2C is running at 100 KHz.
After initializing both...
Hello,
I'm currently working with sdk 11 on nRF52832.
I'm trying to acquire 20 value from SAADC every 10ms during 300uS.
I think that the rate is too high because...