Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi all,
I have been developing a program on mbed using mKit NRF51822 and am now ready to move from prototype to one off production.
I am wondering after i create a custom...
I haven't used printf for a while.
Today I am trying to write some code for UART.
but it can only send the first byte of the string to the port according to the scope, then...
I have the nRF51822 beacon kit, using Keil uVision, downloaded the beacon app and all associated files. Compiles, but how to program the beacon board?
I've done two things...
Using nrf51822, Softdevice S110 V8.0 with SDK V8.0.
Sometimes after attempting to erase a pstorage page with pstorage_clear the firmware receives the NRF_ERROR_INTERNAL...
Hello,
I use pstorage to store in nvm some default values after first boot, and change those values via uart commands.
My cb handler looks the same as one in this example...
hello there i have three nrf51 dk. now in beacon code can we do like, when i upload same code to all three nrf51 dk, three will have different major, minor number. can anyone...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
In the spec TA is specified with a max of 85°C
I assume that this is the Max Ambient temperature and that the die temperature may be higher
Is my assumption correct?
may...
Still trying to get anything ta all to work on the nRF52-DK
I erased the chip
I flashed the soft device "soft_device_s132_v3.3.3" to address 0 and verified
built...
Hi!
We are having problems with pairing & bonding procedures with iOS devices.
On the peripheral side we are using a nrf51822 BLE module on which we are testing pairing...
Hi all,
2 days before we bought nrf52832 board.
in new board i can able to execute all peripheral example ( LED BLINK,button,uart,timer..)which doesnt need softdevice...
I'm trying to setup the RTC in the nRF52 to count with a resolution of 1mS. As the count has only a 24 bit value, I wish to clear the count every hour to start again.
There...
Hi all,
I'm having a error on my code, and wanted to understand it better. I'm using a custom board with a Rev.3 CTAA chip, 256k Flash and 16k Ram. I have BLE initialized...
I measured my Nrf51822 current:
when my VCC is 3.0v ~ 3.3v
my current is 0.16 mA.
when my VCC is 2.6v ~ 2.8v
my current is 1.5 mA (why?)
when my VCC is lower than 2...